|
|||||||||||
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 and node selection.
Any future implementation must incorpore the no arguments constructor.
Method Summary | |
boolean |
isACompliantEdge(ResultsEdge e)
This method returns true if a Edge is compliant according to this Constraint. |
boolean |
isACompliantNode(Id id)
This method returns true if a Node is compliant according to this Constraint. |
Method Detail |
public boolean isACompliantEdge(ResultsEdge e)
e
- Edge 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 |