Uses of Class
com.tensegrity.graph.model.GraphModelFactory

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.
 



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