Uses of Interface
planet.commonapi.factory.NetworkFactory

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

Uses of NetworkFactory in planet.commonapi.factory
 

Methods in planet.commonapi.factory that return NetworkFactory
 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.
 

Uses of NetworkFactory in planet.generic.commonapi.factory
 

Classes in planet.generic.commonapi.factory that implement NetworkFactory
 class NetworkFactoryImpl
          This class allows the ability of build networks of different topologies, size and Nodes.
 

Methods in planet.generic.commonapi.factory that return NetworkFactory
static NetworkFactory GenericFactory.buildNetworkFactory()
          Builds a new instance of NetworkFactory.
static NetworkFactory GenericFactory.getDefaultNetworkFactory()
          Returns the NetworkFactory that is used internally to invoke the NetworkFactory methods.
 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.