Package generic.constraint


package generic.constraint
  • Classes
    Class
    Description
    Constraints are used to make decisions to traverse a decision tree where each node in the tree has a constraint that is used to decide if that node is part of the successful decision path.
    Convenience class that converts XML attributes into typed property values.
    Result object from getting values that match the constraints for given test object.
    A node in a decision tree.
    The result object returned from a scan of a decision tree looking for property values that match the constrains for some test object.
    A decisionTree is used to find property values that are determined by traversing a tree of constraints.
    Special root node for a decision tree.