|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NodeInfo | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| Uses of NodeInfo in com.tensegrity.graph.model |
| Methods in com.tensegrity.graph.model that return NodeInfo | |
NodeInfo |
Node.getNodeInfo()
Returns the NodeInfo associated with this
Node. |
NodeInfo |
NodeInfoGenerator.generateNodeInfo(java.lang.String representation)
|
NodeInfo |
NodeInfo.deepCopy(Node destination)
Must provide a method that makes a deep copy of the NodeInfo for
deep-copies of graphs. |
| Methods in com.tensegrity.graph.model with parameters of type NodeInfo | |
void |
Node.setNodeInfo(NodeInfo nodeInfo)
Sets the NodeInfo associated with this
Node. |
abstract Node |
GraphModelFactory.newNode(java.lang.String label,
java.util.List ports,
NodeInfo info)
Constructs and returns a node object. |
abstract Subgraph |
GraphModelFactory.newSubgraph(java.lang.String label,
NodeInfo info,
Graph graph)
Constructs and returns a new Subgraph object. |
static Node |
GraphModelFactory.makeDefaultNode(GraphModelFactory factory,
java.lang.String label,
NodeInfo info)
Utility method that creates a default node. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||