|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean isACompliantEdge(GMLEdge e)
e
- GMLEdgeImpl to check.
public boolean isACompliantNode(Id id)
id
- Id to check.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |