Package model.handler
                Interface ModuleHandler<T>
- Type Parameters:
 T- Type of building module.
- All Known Implementing Classes:
 CoordinatesCLIHandler,GUIRouteHandler,LocationCLIHandler,RouteCLIHandler,RouteNonCLIHandler
public interface ModuleHandler<T>
                Base interface for ModelHandler. Uses for building objects.
                - Since:
 - 1.0
 - Author:
 - zerumi
 
- 
                        
Method Summary
 
- 
                        
Method Details
- 
                                    
buildObject
Provides method to generate objects.- Returns:
 - Created object.
 - Throws:
 BuildObjectException
 
 -