public interface IControlFlowAlignmentStep<P,L>
Modifier and Type | Field and Description |
---|---|
static int |
MOVE_IN_BOTH |
static int |
MOVE_IN_LOG |
static int |
MOVE_IN_MODEL_INVISIBLE |
static int |
MOVE_IN_MODEL_VISIBLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivityName() |
org.processmining.models.guards.Expression |
getGuardExpression()
Deprecated.
|
L |
getLogObject() |
int |
getMoveType() |
P |
getProcessObject() |
java.util.Map<java.lang.String,java.lang.Object> |
getVariableAssignments() |
java.util.Set<java.lang.String> |
getVariableToWrite() |
static final int MOVE_IN_LOG
static final int MOVE_IN_MODEL_VISIBLE
static final int MOVE_IN_MODEL_INVISIBLE
static final int MOVE_IN_BOTH
java.lang.String getActivityName()
int getMoveType()
P getProcessObject()
@Deprecated org.processmining.models.guards.Expression getGuardExpression()
getProcessObject()
and look for the guard there instead!java.util.Set<java.lang.String> getVariableToWrite()
L getLogObject()
java.util.Map<java.lang.String,java.lang.Object> getVariableAssignments()