Uses of Class
org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase.TLCElementType
-
Packages that use TLCElementType Package Description org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase -
-
Uses of TLCElementType in org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase
Methods in org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase that return TLCElementType Modifier and Type Method Description TLCElementTypeTLCElementDiagnostic. getDiagnosticType()static TLCElementTypeTLCElementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TLCElementType[]TLCElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.trafficlightcc.algorithms.poaanalysis.aggbase with parameters of type TLCElementType Constructor Description TLCElementDiagnostic(TLCElementType diagnosticType, java.util.Optional<org.processmining.models.graphbased.directed.petrinet.elements.Transition> transition, java.util.Optional<org.deckfour.xes.classification.XEventClass> evClass, int logSize)
-