|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GraphModelFactory | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| Uses of GraphModelFactory in com.tensegrity.graph.model |
| Methods in com.tensegrity.graph.model that return GraphModelFactory | |
static GraphModelFactory |
GraphModelFactory.newInstance()
This method returns a shared instance of the actual GraphModelFactory implementation. |
| Methods in com.tensegrity.graph.model with parameters of type GraphModelFactory | |
static Node |
GraphModelFactory.makeDefaultNode(GraphModelFactory factory,
java.lang.String label)
Creates a new Node using the given
GraphModelFactory instance and the given name. |
static Node |
GraphModelFactory.makeDefaultNode(GraphModelFactory factory,
java.lang.String label,
NodeInfo info)
Utility method that creates a default node. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||