Interface NextTreatment
-
- All Known Implementing Classes:
DefaultNextTreatment,IdNextTreatment
public interface NextTreatmentRepresents next action in the NextObjective.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNextTreatment.TypeTypes of next action.
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_WEIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextTreatment.Typetype()Type of this next action.intweight()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
-
-