public class Action
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ActionFormula |
af |
java.util.List<TimeMoment> |
TM |
Constructor and Description |
---|
Action(ActionFormula af,
java.util.List<TimeMoment> TM) |
Modifier and Type | Method and Description |
---|---|
ActionFormula |
getAF() |
java.util.List<TimeMoment> |
getTM() |
public ActionFormula af
public java.util.List<TimeMoment> TM
public Action(ActionFormula af, java.util.List<TimeMoment> TM)
public ActionFormula getAF()
public java.util.List<TimeMoment> getTM()