|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GMLConstraint
This interface is used to define constraints on edge selection. Is not a feature included on GML format specifications.
Method Summary | |
---|---|
boolean |
isACompliantEdge(GMLEdge e)
This method returns true if a GMLEdgeImpl is compliant according to this GMLConstraint. |
boolean |
isACompliantNode(Id id)
This method returns true if a Node is compliant according to this GMLConstraint. |
Method Detail |
---|
boolean isACompliantEdge(GMLEdge e)
e
- GMLEdgeImpl to check.
boolean isACompliantNode(Id id)
id
- Id to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |