Package org.intermine.objectstore.query
Class Constraint
- java.lang.Object
- 
- org.intermine.objectstore.query.Constraint
 
- 
- Direct Known Subclasses:
- BagConstraint,- ClassConstraint,- ConstraintSet,- ContainsConstraint,- MultipleInBagConstraint,- OverlapConstraint,- SimpleConstraint,- SubqueryConstraint,- SubqueryExistsConstraint
 
 public abstract class Constraint extends java.lang.ObjectAbstract reperesentation of a query constraint.- Author:
- Richard Smith, Mark Woodbridge
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ConstraintOpop
 - 
Constructor SummaryConstructors Constructor Description Constraint()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintOpgetOp()Get op of constraintvoidnegate()Negate this constraint.
 
- 
- 
- 
Field Detail- 
opprotected ConstraintOp op 
 
- 
 - 
Method Detail- 
negatepublic void negate() Negate this constraint. i.e equals becomes not equals.
 - 
getOppublic ConstraintOp getOp() Get op of constraint- Returns:
- operation type
 
 
- 
 
-