Uses of Class
org.processmining.placebasedlpmdiscovery.replayer.Replayer.ReplayerType
-
Packages that use Replayer.ReplayerType Package Description org.processmining.placebasedlpmdiscovery.replayer -
-
Uses of Replayer.ReplayerType in org.processmining.placebasedlpmdiscovery.replayer
Methods in org.processmining.placebasedlpmdiscovery.replayer that return Replayer.ReplayerType Modifier and Type Method Description static Replayer.ReplayerTypeReplayer.ReplayerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Replayer.ReplayerType[]Replayer.ReplayerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.placebasedlpmdiscovery.replayer with parameters of type Replayer.ReplayerType Modifier and Type Method Description booleanReplayer. canReplay(java.util.LinkedList<java.lang.Integer> sequence, Replayer.ReplayerType type)java.util.List<java.lang.Integer>Replayer. replay(java.util.LinkedList<java.lang.Integer> sequence, Replayer.ReplayerType type)Replays the sequence on the local process model
-