|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface NodeSet
A set of node (similar to a java.util.Set).
| Method Summary | |
|---|---|
boolean |
add(Node v)
Add a node to the set. |
void |
clear()
Remove all elements from the set. |
boolean |
remove(Node v)
Remove a node from the set. |
| Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.FixedNodeSet |
|---|
contains, size |
| Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.FixedNodeCollection |
|---|
isEmpty, iterator |
| Method Detail |
|---|
boolean add(Node v)
v - the node to be added.
boolean remove(Node v)
v - the node to be removed.
void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||