Package | Description |
---|---|
model.environment.objects.physicalObject.luggage |
Luggage related classes.
|
Modifier and Type | Field and Description |
---|---|
private LuggageType |
Luggage.type
The type of luggage.
|
Modifier and Type | Method and Description |
---|---|
LuggageType |
Luggage.getLuggageType()
Gets the luggage type.
|
static LuggageType |
LuggageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LuggageType[] |
LuggageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Luggage(LuggageType type,
double threatLevel,
double complexity)
Creates the luggage.
|