Class TrafficLightConfParamUI
- java.lang.Object
-
- org.processmining.trafficlightcc.dialogs.TrafficLightConfParamUI
-
public class TrafficLightConfParamUI extends java.lang.ObjectCopied from Xixi'sPNReplayerUI(transitive copy from Arya's alignment UI). Augmented by an additional page to configure automatic cost adaptation to practically resolve a bit of the non-determinism.- Author:
- brockhoff
-
-
Field Summary
Fields Modifier and Type Field Description static intALGORITHMstatic intCOSTADAPTATIONstatic intMAPPINGstatic intPARAMETERS
-
Constructor Summary
Constructors Constructor Description TrafficLightConfParamUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getConfiguration(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log)
-
-
-
Field Detail
-
MAPPING
public static final int MAPPING
- See Also:
- Constant Field Values
-
ALGORITHM
public static final int ALGORITHM
- See Also:
- Constant Field Values
-
PARAMETERS
public static final int PARAMETERS
- See Also:
- Constant Field Values
-
COSTADAPTATION
public static final int COSTADAPTATION
- See Also:
- Constant Field Values
-
-