|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of members of the nodepublic interface Node<T extends ElkObject>
Basic interface for representing sets of equivalent ElkObjects with one canonical representative. The notion of equivalence depends on the application but will usually be implied extensional equality.
| Method Summary | |
|---|---|
T |
getCanonicalMember()
Get one object to canonically represent the classes in this Node. |
Set<T> |
getMembers()
Get an unmodifiable set of objects that this Node represents. |
| Method Detail |
|---|
Set<T> getMembers()
T getCanonicalMember()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||