setPath(java.lang.String path)
Given an association path, get a list of objects that match that path for
the base object (which should have been provided in the constructor).
Description copied from interface: EvaluatorInterface
Evaluate a factory path as
either true or false. The path should be of the form:
([/association]* /)? @attribute. An instance of this class will take
an Object in the constructor, and the instance will have to
know how to determine if the path has at least one value that
matches the provided value.
Specified by:
evaluate in interface com.sas.services.information.rules.EvaluatorInterface
Parameters:
path - The data path to check for a value matching the
value provided.
value - The value to look for at the path.
Returns:
True if there is at least one value at the path
matching the provided value.