Uses of Class
org.processmining.plugins.replayer.util.StepTypes

Packages that use StepTypes
org.processmining.plugins.flex.replayer.util   
org.processmining.plugins.petrinet.replayer.util   
org.processmining.plugins.replayer.replayresult   
org.processmining.plugins.replayer.replayresult.visualization   
org.processmining.plugins.replayer.util   
 

Uses of StepTypes in org.processmining.plugins.flex.replayer.util
 

Method parameters in org.processmining.plugins.flex.replayer.util with type arguments of type StepTypes
 void LogEncodedCounterSyncReplay.add(java.util.List<java.lang.Short> listEncodedEvtClass, java.util.List<java.lang.String> nodeInstanceStrLst, java.util.List<StepTypes> stepTypesLst, java.lang.String caseID)
           
 

Uses of StepTypes in org.processmining.plugins.petrinet.replayer.util
 

Method parameters in org.processmining.plugins.petrinet.replayer.util with type arguments of type StepTypes
 void LogCounterSyncReplay.add(java.util.List<org.deckfour.xes.classification.XEventClass> listEvtClass, java.util.List<java.lang.String> nodeInstanceStrLst, java.util.List<StepTypes> stepTypesLst, java.lang.String caseID)
           
 

Uses of StepTypes in org.processmining.plugins.replayer.replayresult
 

Methods in org.processmining.plugins.replayer.replayresult that return types with arguments of type StepTypes
 java.util.List<StepTypes> CaseReplayResult.getStepTypes()
           
 java.util.List<StepTypes> SyncReplayResult.getStepTypes()
           
 

Method parameters in org.processmining.plugins.replayer.replayresult with type arguments of type StepTypes
 void CaseReplayResult.setStepTypes(java.util.List<StepTypes> stepTypes)
           
 void SyncReplayResult.setStepTypes(java.util.List<StepTypes> stepTypes)
           
 

Constructor parameters in org.processmining.plugins.replayer.replayresult with type arguments of type StepTypes
SyncReplayResult(java.util.List<java.lang.String> nodeInstance, java.util.List<StepTypes> stepTypes, java.lang.String caseID)
           
 

Uses of StepTypes in org.processmining.plugins.replayer.replayresult.visualization
 

Fields in org.processmining.plugins.replayer.replayresult.visualization with type parameters of type StepTypes
protected  java.util.List<StepTypes> ProcessInstanceConformanceView.stepTypes
           
 

Constructor parameters in org.processmining.plugins.replayer.replayresult.visualization with type arguments of type StepTypes
ProcessInstanceConformanceView(java.lang.String traceLabel, java.util.List<java.lang.String> nodeInstance, java.util.List<StepTypes> stepTypes)
           
 

Uses of StepTypes in org.processmining.plugins.replayer.util
 

Methods in org.processmining.plugins.replayer.util that return StepTypes
static StepTypes StepTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StepTypes[] StepTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.