Interface NextTreatment
-
- All Known Implementing Classes:
DefaultNextTreatment
,IdNextTreatment
public interface NextTreatment
Represents next action in the NextObjective.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NextTreatment.Type
Types of next action.
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_WEIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextTreatment.Type
type()
Type of this next action.int
weight()
weight of this next action.
-
-
-
Field Detail
-
DEFAULT_WEIGHT
static final int DEFAULT_WEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
NextTreatment.Type type()
Type of this next action.- Returns:
- type
-
weight
int weight()
weight of this next action.- Returns:
- weight
-
-