Uses of Class
org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach.Operator
-
Packages that use Operator Package Description org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach -
-
Uses of Operator in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach
Methods in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach that return Operator Modifier and Type Method Description OperatorReplayProcessTree. getOperator()static OperatorOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach with parameters of type Operator Modifier and Type Method Description booleanReplayProcessTreeUtils. isOperator(ReplayProcessTree tree, Operator operator)Method parameters in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach with type arguments of type Operator Modifier and Type Method Description booleanReplayProcessTreeUtils. isAnyOperatorOf(ReplayProcessTree tree, java.util.Collection<Operator> operators)Constructors in org.processmining.ptrframework.algorithms.treereplay.PM4PYApproach with parameters of type Operator Constructor Description ReplayProcessTree(Operator operator, ReplayProcessTree parent, java.util.LinkedList<ReplayProcessTree> children, java.lang.String label, boolean isSilent)
-