|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.controller.GraphControllerFactory
The abstract base Class for a GraphControllerFactory.
The GraphControllerFactory is an abstraction that permits
the implementation independant creation of GraphControllerFactory.
instances.
GraphController| Constructor Summary | |
GraphControllerFactory()
Constructs a default instance of GraphControllerFactory |
|
| Method Summary | |
abstract GraphController |
newClientServerGraphController(Graph graph)
This method returns a new Client/Server- GraphController |
static GraphControllerFactory |
newInstance()
This method creates a new instance of the actual GraphControllerFactory implementation. |
abstract GraphController |
newModelBasedGraphController(Graph graph)
This method returns a new Model-Based- GraphController |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphControllerFactory()
GraphControllerFactory
| Method Detail |
public abstract GraphController newClientServerGraphController(Graph graph)
GraphController
graph - the graph to be managed by the controller.
public abstract GraphController newModelBasedGraphController(Graph graph)
GraphController
graph - the graph to be managed by the controller.
public static GraphControllerFactory newInstance()
a - FactoryConfigurationError is thrown whenever something
goes wrong. For instance, there is no factory classname found or the
factory class itself is not found or not accessable and so on
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||