|
Class Summary |
| ApplicationFactoryImpl |
This factory abstracts the functionality of building 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. |
| IdFactoryImpl |
This Factory generate uniques Id from a material. |
| NetworkFactoryImpl |
This class allows the ability of build networks
of different topologies, size and Nodes. |
| NodeFactoryImpl |
This is a specific implementation of NodeFactory that permits
build any class of Node with any type of Id. |
| NodeHandleFactoryImpl |
It is a specific implementation of NodeHandleFactory that permits
to build any class of NodeHandle with any type of Id. |
| RouteMessagePoolImpl |
Shows a pool of RouteMessage, reusing any existing RouteMessage as possible.
|
| Topology |
This class allow to the programmer specify all the topologies of the
networks. |