Uses of Class
org.processmining.trafficlightcc.parameters.TLConfParameters
-
Packages that use TLConfParameters Package Description org.processmining.trafficlightcc.algorithms org.processmining.trafficlightcc.connections -
-
Uses of TLConfParameters in org.processmining.trafficlightcc.algorithms
Methods in org.processmining.trafficlightcc.algorithms with parameters of type TLConfParameters Modifier and Type Method Description java.util.Optional<TLConfDiagnosticsBundle>TrafficLightConfAlg. calculateTrafficLightConformance(java.util.Optional<org.processmining.framework.plugin.PluginContext> context, org.processmining.models.graphbased.directed.petrinet.Petrinet pn, org.deckfour.xes.model.XLog log, TLConfParameters tlConfParam, boolean createRoundConnections)Run the 2-phase traffic light conformance score computation. -
Uses of TLConfParameters in org.processmining.trafficlightcc.connections
Methods in org.processmining.trafficlightcc.connections with parameters of type TLConfParameters Modifier and Type Method Description booleanTLCCConnection. equalParam(TLConfParameters paramOther)Constructors in org.processmining.trafficlightcc.connections with parameters of type TLConfParameters Constructor Description TLCCConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet pn, org.deckfour.xes.model.XLog log, TLConfParameters tlConfParam, TLConfDiagnosticsBundle tlcDiagBundle)
-