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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextTreatment.Type
type()
Type of this next action.
-
-
-
Method Detail
-
type
NextTreatment.Type type()
Type of this next action.- Returns:
- type
-
-