Uses of Interface
org.graffiti.session.ConstraintCheckerListener
Package | Description |
---|---|
org.graffiti.session |
Contains classes, which are needed for the session handling.
|
-
Uses of ConstraintCheckerListener in org.graffiti.session
Classes in org.graffiti.session that implement ConstraintCheckerListener Modifier and Type Class Description class
EditorSession
Contains an editor session.class
Session
Contains a session.Constructors in org.graffiti.session with parameters of type ConstraintCheckerListener Constructor Description GraphConstraintChecker(Graph g, ConstraintCheckerListener ccl)
Constructs a newGraphConstraintChecker
checking constraints on the specifiedGraph
.