|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Or
Performs a logical disjunction of two other constraints.
To satisfy the Or
constraint, the node-tuple must either:
constraint1
but not constraint2
, orconstraint2
but not constraint1
, orconstraint1
and constraint2
.
Method Summary | |
---|---|
Constraint |
getConstraint1()
Gets the first constraint. |
Constraint |
getConstraint2()
Gets the second constraint. |
Method Detail |
---|
Constraint getConstraint1()
Constraint getConstraint2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |