Uses of Class
org.processmining.logfiltering.Juan.enumtypes.SimulationType
-
Packages that use SimulationType Package Description org.processmining.logfiltering.Juan.enumtypes org.processmining.logfiltering.Juan.parameters -
-
Uses of SimulationType in org.processmining.logfiltering.Juan.enumtypes
Methods in org.processmining.logfiltering.Juan.enumtypes that return SimulationType Modifier and Type Method Description static SimulationTypeSimulationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SimulationType[]SimulationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SimulationType in org.processmining.logfiltering.Juan.parameters
Methods in org.processmining.logfiltering.Juan.parameters that return SimulationType Modifier and Type Method Description SimulationTypeSimulationWizardParameters. getSimulationType()Methods in org.processmining.logfiltering.Juan.parameters with parameters of type SimulationType Modifier and Type Method Description voidSimulationWizardParameters. setSimulationType(SimulationType prototypeType)Constructors in org.processmining.logfiltering.Juan.parameters with parameters of type SimulationType Constructor Description SimulationWizardParameters(int numOfTraces, int prefixSize, org.deckfour.xes.classification.XEventClassifier eventattribute, SimulationType simulationType, java.lang.String type)
-