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.mode
Methods in org.graffiti.plugin.mode that return GraphConstraint Modifier and Type Method Description GraphConstraint[]
AbstractMode. getConstraints()
Returns an array containing theGraphConstraint
s of the currentMode
.GraphConstraint[]
Mode. getConstraints()
Returns an array containing theGraphConstraint
s of the currentMode
. -
Uses of GraphConstraint in org.graffiti.session
Methods in org.graffiti.session with parameters of type GraphConstraint Modifier and Type Method Description void
GraphConstraintChecker. addConstraint(GraphConstraint c)
Adds another constraint to the set of constraints in this constraint checker.void
GraphConstraintChecker. removeConstraint(GraphConstraint c)
Removes the specifiedGraphConstraint
from the set of constraints of this constraint checker.