public interface ConstraintVisitor
| Modifier and Type | Method and Description | 
|---|---|
void | 
visitConstraintGroup(ConstraintGroup constraintGroup)
This method is called when the ConstraintVisitor is passed to the accept method of a ConstraintGroup. 
 | 
void | 
visitFullTextConstraint(FullTextConstraint fullTextConstraint)
This method is called when the ConstraintVisitor is passed to the accept method of a FullTextConstraint. 
 | 
void | 
visitPathConstraint(PathConstraint pathConstraint)
This method is called when the ConstraintVisitor is passed to the accept method of a PathConstraint. 
 | 
void | 
visitRangeConstraint(RangeConstraint<? extends java.lang.Object> rangeConstraint)
This method is called when the ConstraintVisitor is passed to the accept method of a RangeConstraint. 
 | 
void | 
visitSetConstraint(SetConstraint<? extends java.lang.Object> propertySetConstraint)
This method is called when the ConstraintVisitor is passed to the accept method of a SetConstraint. 
 | 
void | 
visitValueConstraint(ValueConstraint<? extends java.lang.Object> valueConstraint)
This method is called when the ConstraintVisitor is passed to the accept method of a ValueConstraint. 
 | 
void visitPathConstraint(PathConstraint pathConstraint)
pathConstraint - PathConstraint being visited.void visitValueConstraint(ValueConstraint<? extends java.lang.Object> valueConstraint)
valueConstraint - ValueConstraint being visited.void visitConstraintGroup(ConstraintGroup constraintGroup)
constraintGroup - ConstraintGroup being visited.void visitRangeConstraint(RangeConstraint<? extends java.lang.Object> rangeConstraint)
rangeConstraint - RangeConstraint being visited.void visitSetConstraint(SetConstraint<? extends java.lang.Object> propertySetConstraint)
propertySetConstraint - SetConstraint being visited.void visitFullTextConstraint(FullTextConstraint fullTextConstraint)
fullTextConstraint - FullTextConstraint being visited."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"