Package planet.generic.commonapi.factory

Class Summary
ApplicationFactoryImpl This factory abstracts the functionality of builds new instances of Application.
EndPointFactoryImpl This class uses the Factory Method pattern design to build new EndPoints.
GenericFactory It is an abstraction class that follows the Factory Method pattern.
IdFactoryDoubleImpl This Factory generate uniques Id from a material.
IdFactoryImpl This Factory generate uniques Id from a material.
NetworkFactoryImpl This factory abstracts a NetworkFactory.
NodeFactoryImpl This is a specific implementation of NodeFactory that permits build any class of Node with any type of Id.
NodeHandleFactoryImpl This is a specific implementation of NodeHandleFactory that permits build any class of NodeHandle with any type of Id.
Topology This class allow to the programmer specify all the topologies of the networks.