Uses of Class
org.processmining.trafficlightcc.algorithms.poaanalysis.base.OrderDiagnosticType
-
Packages that use OrderDiagnosticType Package Description org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase org.processmining.trafficlightcc.algorithms.poaanalysis.base -
-
Uses of OrderDiagnosticType in org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase
Methods in org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase that return types with arguments of type OrderDiagnosticType Modifier and Type Method Description java.util.EnumMap<OrderDiagnosticType,java.lang.Integer>TLCElementOrderDiagnostic. getOrderDetail()Methods in org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase with parameters of type OrderDiagnosticType Modifier and Type Method Description voidTLCElementOrderDiagnostic. addTimedelta(OrderDiagnosticType orderTyp, java.util.Collection<java.lang.Long> timedeltas)voidTLCElementDiagnostic. addTimedeltas(OrderDiagnosticType orderType, java.util.Collection<java.lang.Long> timedeltas)voidTLCElementDiagnostic. incOrder(OrderDiagnosticType orderType, int nbrCases)voidTLCElementOrderDiagnostic. incOrderCounter(OrderDiagnosticType diagType, int inc) -
Uses of OrderDiagnosticType in org.processmining.trafficlightcc.algorithms.poaanalysis.base
Methods in org.processmining.trafficlightcc.algorithms.poaanalysis.base that return OrderDiagnosticType Modifier and Type Method Description OrderDiagnosticTypeEventIndexOrderDiagnostics. type()static OrderDiagnosticTypeOrderDiagnosticType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderDiagnosticType[]OrderDiagnosticType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.trafficlightcc.algorithms.poaanalysis.base with parameters of type OrderDiagnosticType Constructor Description EventIndexOrderDiagnostics(OrderDiagnosticType type, int eventOrder, int eventSync, org.processmining.models.graphbased.directed.petrinet.elements.Transition transition)
-