Interface | Description |
---|---|
HierarchyChartPredicate<T> |
Simple Predicate interface to evaluating a condition against an Object type in the
IlvHierarchyChart |
Class | Description |
---|---|
AlwaysPredicate<T> |
Simple predicate used mainly for testing
|
AndPredicate<T> |
Simple Predicate that ORs two other Predicates
|
ConstraintModifiedForActivityPredicate |
Predicate that returns true if the constraint for the given Activity has been modified
|
ModifiedActivityPredicate |
Predicate that returns true when the Activity has modified properties as per the modifiedFields list
|
OrPredicate<T> |
Simple Predicate that ANDs two other Predicates
|
Predicates |
Convienience Class for holding common predicate instances.
|
PredicatesTest | |
UncommittedActivityPredicate |
Predicate that returns true when the Activity has the Uncommitted field set.
|
UseWithPredicate |
Simple Use With predicate that returns true if the current applet satisifies the Use With.
|