Interface GraphConstraint


public interface GraphConstraint
A GraphConstraint is a constraint to the graph which can be validated and which is supposed to be satisfied all the time. GraphConstraints can be combined in an arbitrary way.
See Also:
GraphConstraintChecker
  • Method Summary

    Modifier and Type Method Description
    void validate​(Graph g)
    Checks whether the specified graph satisfies the defined constraint.