Package org.opentcs.access
Class SchedulerAllocationState
java.lang.Object
org.opentcs.access.SchedulerAllocationState
- All Implemented Interfaces:
java.io.Serializable
@Deprecated @ScheduledApiChange(when="6.0", details="Will be removed.") public class SchedulerAllocationState extends java.lang.Object implements java.io.Serializable
Deprecated.
Acquire allocations from
Vehicle
, instead.Represents the current state of resource allocations.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SchedulerAllocationState(java.util.Map<java.lang.String,java.util.Set<TCSResource<?>>> allocationStates)
Deprecated.Creates a new instance. -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Set<TCSResource<?>>>
getAllocationStates()
Deprecated.Returns the current state of allocations.
-
Constructor Details
-
SchedulerAllocationState
public SchedulerAllocationState(@Nonnull java.util.Map<java.lang.String,java.util.Set<TCSResource<?>>> allocationStates)Deprecated.Creates a new instance.- Parameters:
allocationStates
- The current state of allocations.
-
-
Method Details
-
getAllocationStates
Deprecated.Returns the current state of allocations.- Returns:
- The current state of allocations.
-