Uses of Interface
planet.commonapi.factory.NodeFactory

Packages that use NodeFactory
planet.commonapi   
planet.commonapi.factory   
planet.generic.commonapi   
planet.generic.commonapi.factory   
 

Uses of NodeFactory in planet.commonapi
 

Methods in planet.commonapi with parameters of type NodeFactory
 Network Network.setValues(java.lang.String topology, NodeFactory nodeFactory)
          Sets the initial values for the new Network instance.
 

Uses of NodeFactory in planet.commonapi.factory
 

Methods in planet.commonapi.factory that return NodeFactory
 NodeFactory NodeFactory.setValues(IdFactory idFactory, java.lang.Class nodeClass)
          Sets the initial values for this NodeFactory.
 

Methods in planet.commonapi.factory with parameters of type NodeFactory
 NetworkFactory NetworkFactory.setValues(java.lang.Class network, int size, NodeFactory nodeFactory, java.lang.String topology)
          Sets the initial values for the NetworkFactory instance with the specified values.
 Network NetworkFactory.buildNetwork(int size, NodeFactory nodeFactory)
          Generates a new Network with the size of Nodes specified by parameter.
 Network NetworkFactory.buildNetwork(int size, NodeFactory nodeFactory, java.lang.String topology)
          Generates a new Network with the size of Nodes specified by parameter.
 

Uses of NodeFactory in planet.generic.commonapi
 

Methods in planet.generic.commonapi with parameters of type NodeFactory
 Network NetworkImpl.setValues(java.lang.String topology, NodeFactory nodeFactory)
          Sets the initial values for the new Network instance.
 

Uses of NodeFactory in planet.generic.commonapi.factory
 

Classes in planet.generic.commonapi.factory that implement NodeFactory
 class NodeFactoryImpl
          This is a specific implementation of NodeFactory that permits build any class of Node with any type of Id.
 

Fields in planet.generic.commonapi.factory declared as NodeFactory
protected  NodeFactory NetworkFactoryImpl.nodeFactory
          The default NodeFactory.
 

Methods in planet.generic.commonapi.factory that return NodeFactory
static NodeFactory GenericFactory.buildNodeFactory()
          Builds a new instance of NodeFactory following the current configuration.
static NodeFactory GenericFactory.getDefaultNodeFactory()
          Returns the NodeFactory that is used internally to invoke the node factory methods.
 NodeFactory NodeFactoryImpl.setValues(IdFactory idFactory, java.lang.Class node)
          Sets the initial values for this NodeFactory.
 

Methods in planet.generic.commonapi.factory with parameters of type NodeFactory
static Network GenericFactory.buildNetwork(int size, NodeFactory nodeFactory)
           
static Network GenericFactory.buildNetwork(int size, NodeFactory nodeFactory, java.lang.String topology)
           
 NetworkFactory NetworkFactoryImpl.setValues(java.lang.Class network, int size, NodeFactory nodeFactory, java.lang.String topology)
          Sets the initial values for the NetworkFactory instance with the specified values.
 Network NetworkFactoryImpl.buildNetwork(int size, NodeFactory nodeFactory)
          Builds a new network with the specified size and this concrete nodeFactory.
 Network NetworkFactoryImpl.buildNetwork(int size, NodeFactory nodeFactory, java.lang.String topology)
          Builds a new network with the specified size, this concrete nodeFactory and network topology.
protected  Network NetworkFactoryImpl._buildNetwork(int size, NodeFactory nodeFactory, java.lang.String topology)
          Builds a network with the specified parameters.