Package org.opentcs.data.model
Class AcceptableOrderType
java.lang.Object
org.opentcs.data.model.AcceptableOrderType
- All Implemented Interfaces:
Serializable
Acceptable order type with priority.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AcceptableOrderType
Creates a new vehicle.- Parameters:
name- The name of the order type.priority- Priority of the order type, with a lower value indicating a higher priority.
-
-
Method Details
-
getName
Returns the name of the order type.- Returns:
- The name of the order type.
-
getPriority
public int getPriority()Returns the priority of the order type, with a lower value indicating a higher priority.- Returns:
- The priority of the order type.
-
equals
-
hashCode
public int hashCode() -
toString
-