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