Package | Description |
---|---|
org.processmining.actionorientedprocessmining.actionengine | |
org.processmining.actionorientedprocessmining.constraintmonitor |
Modifier and Type | Field and Description |
---|---|
java.util.List<TimeMoment> |
Action.TM |
Modifier and Type | Method and Description |
---|---|
java.util.List<TimeMoment> |
AEConfig.generateTM(int offSet,
int interval,
TimeWindow tw) |
java.util.List<TimeMoment> |
Action.getTM() |
Constructor and Description |
---|
Action(ActionFormula af,
java.util.List<TimeMoment> TM) |
Modifier and Type | Field and Description |
---|---|
java.util.List<TimeMoment> |
Constraint.TM |
Modifier and Type | Method and Description |
---|---|
java.util.List<TimeMoment> |
CMConfig.generateTM(int offSet,
int interval,
TimeWindow tw) |
java.util.List<TimeMoment> |
Constraint.getTM() |
Constructor and Description |
---|
Constraint(ConstraintFormula constraintFormula,
java.util.List<TimeMoment> timeMomentSet) |