|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| att.grappa | |
| Uses of Node in att.grappa |
|---|
| Fields in att.grappa with type parameters of type Node | |
|---|---|
static java.util.List<Node> |
Grappa.emptyNodeIterator
|
| Methods in att.grappa that return Node | |
|---|---|
Node |
Subgraph.findNodeByName(java.lang.String nodeName)
Searches current subgraph and, by recursion, descendent subgraphs for the node matching the supplied name. |
Node |
Edge.getHead()
Get the node at the head end of the edge. |
Node |
Edge.getTail()
Get the node at the tail end of the edge. |
Node[] |
Subgraph.nodeElementsAsArray()
|
Node |
Subgraph.removeNode(java.lang.String nodeName)
Removes the node matching the specified name from the subgraph's Node dictionary. |
| Methods in att.grappa that return types with arguments of type Node | |
|---|---|
java.util.Iterator<Node> |
Subgraph.nodeElements()
Get an Iterator of the node elements in this subgraph. |
| Methods in att.grappa with parameters of type Node | |
|---|---|
void |
Subgraph.addNode(Node newNode)
Adds the specified node to the subgraph's Node dictionary. |
static Edge |
Edge.findEdgeByKey(Node tail,
Node head,
java.lang.String key)
Returns the edge with the given tail node, head node and key. |
static java.util.Iterator<Edge> |
Edge.findEdgesByEnds(Node node1,
Node node2)
Returns an Iterator of edges that have one end fixed at node1 and the other end at node2. |
Edge |
Node.findInEdgeByKey(Node tail,
java.lang.String key)
Find an inbound edge given its tail and key. |
Edge |
Node.findOutEdgeByKey(Node head,
java.lang.String key)
Find an outbound edge given its head and key. |
protected static java.lang.Object[] |
GrappaSupportRects.parseRecordInfo(Node node)
|
| Constructors in att.grappa with parameters of type Node | |
|---|---|
Edge(Subgraph subg,
Node tail,
Node head)
Use this constructor when creating an edge. |
|
Edge(Subgraph subg,
Node tail,
Node head,
java.lang.String name)
Use this constructor when creating an edge with a supplied unique name for easy look-up (the name is also used as the key). |
|
Edge(Subgraph subg,
Node tail,
java.lang.String tailPort,
Node head,
java.lang.String headPort)
Use this constructor when creating an edge with ports. |
|
Edge(Subgraph subg,
Node tail,
java.lang.String tailPort,
Node head,
java.lang.String headPort,
java.lang.String key)
Use this constructor when creating an edge requiring a key to distinguish it. |
|
Edge(Subgraph subg,
Node tail,
java.lang.String tailPort,
Node head,
java.lang.String headPort,
java.lang.String key,
java.lang.String name)
Use this constructor when creating an edge requiring a key to distinguish it and a supplied lookup name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||