Uses of Class
unity.predicates.SelectionPredicate

Packages that use SelectionPredicate
unity.operators   
unity.predicates   
unity.query   
 

Uses of SelectionPredicate in unity.operators
 

Constructors in unity.operators with parameters of type SelectionPredicate
Selection(Operator in, SelectionPredicate p)
           
 

Uses of SelectionPredicate in unity.predicates
 

Subclasses of SelectionPredicate in unity.predicates
 class And
           
 class ConstantSelectionPredicate
           
 class Not
           
 class Or
           
 class SelectionExprPredicate
           
 class SimpleSelectionPredicate
           
 class XOr
           
 

Constructors in unity.predicates with parameters of type SelectionPredicate
And(SelectionPredicate p1, SelectionPredicate p2)
           
Not(SelectionPredicate p1)
           
Or(SelectionPredicate p1, SelectionPredicate p2)
           
XOr(SelectionPredicate p1, SelectionPredicate p2)
           
 

Uses of SelectionPredicate in unity.query
 

Methods in unity.query that return SelectionPredicate
 SelectionPredicate LQCondNode.buildSelectionPredicate(Relation inputRel)