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