Uses of Class
logist.simulation.VehicleImpl

Packages that use VehicleImpl
logist.agent   
logist.simulation   
 

Uses of VehicleImpl in logist.agent
 

Methods in logist.agent that return types with arguments of type VehicleImpl
 java.util.List<VehicleImpl> AgentImpl.getVehicles()
           
 

Uses of VehicleImpl in logist.simulation
 

Fields in logist.simulation with type parameters of type VehicleImpl
 java.util.List<VehicleImpl> Company.vehicles
           
 

Methods in logist.simulation that return types with arguments of type VehicleImpl
 java.util.List<VehicleImpl> Simulation.getVehicles()
           
 

Constructor parameters in logist.simulation with type arguments of type VehicleImpl
Company(java.lang.String name, java.util.List<VehicleImpl> vehicles)