|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.graph.impl.BasicNodeManager<T>
public class BasicNodeManager<T>
Simple implementation of a Node Manager.
| Constructor Summary | |
|---|---|
BasicNodeManager()
|
|
| Method Summary | |
|---|---|
void |
addNode(T n)
add a node to this graph |
boolean |
containsNode(T N)
|
int |
getNumberOfNodes()
|
java.util.Iterator<T> |
iterator()
|
void |
removeNode(T n)
remove a node from this graph |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicNodeManager()
| Method Detail |
|---|
public java.util.Iterator<T> iterator()
iterator in interface NodeManager<T>iterator in interface java.lang.Iterable<T>public int getNumberOfNodes()
getNumberOfNodes in interface NodeManager<T>public void addNode(T n)
NodeManager
addNode in interface NodeManager<T>public void removeNode(T n)
NodeManager
removeNode in interface NodeManager<T>public boolean containsNode(T N)
containsNode in interface NodeManager<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||