Deprecated API
Contents
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionUse
VehicleCreationTO.getEnergyLevelThresholdSet()instead.UseVehicleCreationTO.getEnergyLevelThresholdSet()instead.UseVehicleCreationTO.getEnergyLevelThresholdSet()instead.UseVehicleCreationTO.getEnergyLevelThresholdSet()instead.UseVehicleCreationTO.getBoundingBox()instead.UseRouter.getRoute(Vehicle, Point, Point, Set)instead.UseRouter.getRoutes(Vehicle, Point, Point, Set, int)instead.Will be removed without replacement. A vehicle's selected route (i.e. the list of drive orders) is already contained in the transport order assigned to it.Will be removed without replacement. The points targeted by vehicles can be retrieved via the transport orders assigned to them.Will be removed without replacement. A vehicle's selected route (i.e. the list of drive orders) is already contained in the transport order assigned to it.Will be removed without replacement.Will be removed without replacement. With openTCS 6.0, the point typeREPORT_POSITIONwas removed, which makes this method redundant, as all remaining point types allow halting.UseVehicle.getAcceptableOrderTypes()instead.UseVehicle.getEnergyLevelThresholdSet()instead.UseVehicle.getEnergyLevelThresholdSet()instead.UseVehicle.getEnergyLevelThresholdSet()instead.UseVehicle.getEnergyLevelThresholdSet()instead.UseVehicle.getBoundingBox()instead.Extract a vehicle's next position fromVehicle.getAllocatedResources()instead. In this list, the next position is the one afterVehicle.getCurrentPosition().UseVehicle.getPose()instead.UseVehicle.getPose()instead.UseVehicle.withAcceptableOrderTypes(Set)instead.UseVehicle.withBoundingBox(BoundingBox)instead.Will be removed without replacement.UseVehicle.withPose(Pose)instead.UseVehicle.withPose(Pose)instead.UseVehicleProcessModel.getBoundingBox()instead.UseVehicleProcessModel.getPose()instead.UseVehicleProcessModel.getPose()instead.UseVehicleProcessModel.setBoundingBox(BoundingBox)instead.UseVehicleProcessModel.setPose(Pose)instead.UseVehicleProcessModel.setPose(Pose)} instead.
-
Deprecated ConstructorsConstructorDescriptionUse
Route(java.util.List)instead.UseStep(Path, Point, Point, Vehicle.Orientation, int, long)in combination withRoute.Step.withExecutionAllowed(boolean)instead.UseStep(Path, Point, Point, Vehicle.Orientation, int, long)in combination withRoute.Step.withExecutionAllowed(boolean)andRoute.Step.withReroutingType(ReroutingType)instead.
-
Deprecated Enum Constants