|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EdgeInfo | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| Uses of EdgeInfo in com.tensegrity.graph.model |
| Methods in com.tensegrity.graph.model that return EdgeInfo | |
EdgeInfo |
Edge.getEdgeInfo()
Returns the EdgeInfo associated with this
Edge. |
EdgeInfo |
EdgeInfoGenerator.generateEdgeInfo(java.lang.String representation)
|
EdgeInfo |
EdgeInfo.deepCopy(Edge destination)
Must provide a method that makes a deep copy of the EdgeInfo for
deep-copies of Graphs. |
| Methods in com.tensegrity.graph.model with parameters of type EdgeInfo | |
abstract Edge |
GraphModelFactory.newEdge(Node source,
Node target,
EdgeInfo info)
Constructs and returns an Edge object. |
void |
Edge.setEdgeInfo(EdgeInfo edgeInfo)
Sets the EdgeInfo associated with this
Edge. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||