Uses of Interface
org.graffiti.plugin.mode.GraphConstraint
| Package | Description | 
|---|---|
| org.graffiti.plugin.mode | |
| org.graffiti.session | Contains classes, which are needed for the session handling. | 
- 
Uses of GraphConstraint in org.graffiti.plugin.modeMethods in org.graffiti.plugin.mode that return GraphConstraint Modifier and Type Method Description GraphConstraint[]AbstractMode. getConstraints()Returns an array containing theGraphConstraints of the currentMode.GraphConstraint[]Mode. getConstraints()Returns an array containing theGraphConstraints of the currentMode.
- 
Uses of GraphConstraint in org.graffiti.sessionMethods in org.graffiti.session with parameters of type GraphConstraint Modifier and Type Method Description voidGraphConstraintChecker. addConstraint(GraphConstraint c)Adds another constraint to the set of constraints in this constraint checker.voidGraphConstraintChecker. removeConstraint(GraphConstraint c)Removes the specifiedGraphConstraintfrom the set of constraints of this constraint checker.