|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CaseReplayResult.StepTypes in org.processmining.plugins.casereplayer.replayresult |
---|
Methods in org.processmining.plugins.casereplayer.replayresult that return CaseReplayResult.StepTypes | |
---|---|
static CaseReplayResult.StepTypes |
CaseReplayResult.StepTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CaseReplayResult.StepTypes[] |
CaseReplayResult.StepTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.processmining.plugins.casereplayer.replayresult that return types with arguments of type CaseReplayResult.StepTypes | |
---|---|
java.util.List<CaseReplayResult.StepTypes> |
CaseReplayResult.getStepTypes()
|
Method parameters in org.processmining.plugins.casereplayer.replayresult with type arguments of type CaseReplayResult.StepTypes | |
---|---|
void |
CaseReplayResult.setStepTypes(java.util.List<CaseReplayResult.StepTypes> stepTypes)
|
Uses of CaseReplayResult.StepTypes in org.processmining.plugins.casereplayer.replayresult.visualization |
---|
Fields in org.processmining.plugins.casereplayer.replayresult.visualization with type parameters of type CaseReplayResult.StepTypes | |
---|---|
protected java.util.List<CaseReplayResult.StepTypes> |
ProcessInstanceConformanceView.stepTypes
|
Constructor parameters in org.processmining.plugins.casereplayer.replayresult.visualization with type arguments of type CaseReplayResult.StepTypes | |
---|---|
ProcessInstanceConformanceView(java.lang.String traceLabel,
java.util.List<java.lang.String> nodeInstance,
java.util.List<CaseReplayResult.StepTypes> stepTypes)
|
Uses of CaseReplayResult.StepTypes in org.processmining.plugins.petrinet.replayresult |
---|
Methods in org.processmining.plugins.petrinet.replayresult that return types with arguments of type CaseReplayResult.StepTypes | |
---|---|
java.util.Map<java.util.List<org.processmining.framework.util.Pair<CaseReplayResult.StepTypes,java.lang.Object>>,java.util.Set<java.lang.Integer>> |
PNRepResult.getMapTraceExecutionToTrace()
|
Method parameters in org.processmining.plugins.petrinet.replayresult with type arguments of type CaseReplayResult.StepTypes | |
---|---|
void |
PNRepResult.addReplayedTrace(java.util.List<org.processmining.framework.util.Pair<CaseReplayResult.StepTypes,java.lang.Object>> result,
int traceIdx)
|
void |
PNRepResult.addTraceIndex(java.util.List<org.processmining.framework.util.Pair<CaseReplayResult.StepTypes,java.lang.Object>> list,
int traceIdx)
trace with index traceIdx is mapped to list |
void |
PNRepResult.setMapTraceExecutionToTrace(java.util.Map<java.util.List<org.processmining.framework.util.Pair<CaseReplayResult.StepTypes,java.lang.Object>>,java.util.Set<java.lang.Integer>> mapTraceExecutionToTrace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |