Uses of Interface
com.tensegrity.graph.model.EdgeInfo

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.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.