Uses of Class
att.grappa.Edge

Packages that use Edge
att.grappa   
 

Uses of Edge in att.grappa
 

Methods in att.grappa that return Edge
static Edge Edge.findEdgeByKey(Node tail, Node head, java.lang.String key)
          Returns the edge with the given tail node, head node and key.
 Edge Subgraph.findEdgeByName(java.lang.String edgeName)
          Searches current subgraph and, by recursion, descendent subgraphs for the edge matching the supplied name.
 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.
 Edge Subgraph.removeEdge(java.lang.String edgeName)
          Removes the edge matching the specified name from the subgraph's Edge dictionary.
 

Methods in att.grappa with parameters of type Edge
 void Subgraph.addEdge(Edge newEdge)
          Adds the specified edge to the subgraph's Edge dictionary.
 void Node.addEdge(Edge edge, boolean inEdge)
          Add the given edge to this node's inEdges or outEdges dictionaries, if it is not already there.
 void Node.removeEdge(Edge edge, boolean inEdge)
          Remove the given edge from this node's inEdges or outEdges dictionaries.
 



Grappa 1.2