build abstract method

VehicleSpecification build()

Builds the VehicleSpecification object for TransportMode.truck with the specifications taken from the VehicleSpecificationTruckBuilder object.

Returns VehicleSpecification. The VehicleSpecification object created from the VehicleSpecificationTruckBuilder object.

Implementation

VehicleSpecification build();