public interface Constraint
Modifier and Type | Method and Description |
---|---|
void |
accept(ConstraintVisitor constraintVisitor)
Accepts a ConstraintVisitor so that it may travers a constraint hierarchy.
|
Operator |
getOperator()
Gets the operator which defines whether.
|
boolean |
isNegated()
Gets whether or not this constraint has been negated.
|
void |
negate()
Negates the constraint.
|
void |
setOperator(Operator operator)
Sets the operator for this constraint.
|
Operator getOperator()
void setOperator(Operator operator)
operator
- And Operator or Or Operator.void negate()
boolean isNegated()
void accept(ConstraintVisitor constraintVisitor)
constraintVisitor
- ConstraintVisitor to accept.Copyright © 2010 - 2020 Adobe. All Rights Reserved