|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Node in net.sourceforge.e4graph |
Methods in net.sourceforge.e4graph that return Node | |
Node |
Storage.getMarkedNode(java.lang.String name)
Returns the node marked by the marker with the specified name. |
Node |
Storage.getNode(long id)
Returns the node with the specified unique ID if it exists, otherwise returns null. |
Node |
Node.getVertexNodeValue(int index)
Returns the node value of the vertex at the specified index. |
Node |
Node.getVertexNodeValue(java.lang.String name)
Returns the node value of the first vertex named name, or null if no such vertex exists. |
Node |
Node.getVertexNodeValue(java.lang.String name,
int nth)
Returns the node value of the nth vertex named name, or null if no such vertex exists. |
Node |
NodeVertex.getNode()
Returns the node value of this vertex. |
Node |
Marker.getMarkedNode()
Returns the node marked by this marker. |
Node |
Vertex.getNode()
Returns the node containing this vertex. |
Methods in net.sourceforge.e4graph with parameters of type Node | |
int |
Node.getOccurrenceCount(Node parent)
Returns the number of vertices within parent that contain this node as their value. |
void |
NodeVertex.setNode(Node value)
Sets the node value of this vertex. |
void |
Marker.setMarkedNode(Node n)
Sets the node marked by this marker to n. |
void |
NodeDeletionListener.nodeToBeDeleted(Node n)
Invoked when a node is about to be deleted from the storage with which this listener is registered. |
void |
NodeAdditionListener.nodeAdded(Node n)
Invoked when a node is added to the storage with which this listener is registered. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |