Class ProjectOnPetriNet
- java.lang.Object
-
- org.processmining.plugins.DataConformance.Analyze.PetriNet.ProjectOnPetriNet
-
public class ProjectOnPetriNet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProjectOnPetriNet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColorForValue(float value)Associate the value with a Color.javax.swing.JComponentvisualize(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.DataConformance.DataAlignment.PetriNet.ResultReplayPetriNetWithData replayResult)
-
-
-
Method Detail
-
visualize
public javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.DataConformance.DataAlignment.PetriNet.ResultReplayPetriNetWithData replayResult) throws java.lang.Exception- Throws:
java.lang.Exception
-
getColorForValue
public java.awt.Color getColorForValue(float value)
Associate the value with a Color. Value 0 corresponds to RED colour and Value 1 to GREEN.- Parameters:
value- A float value between 0 and 1- Returns:
- A Color
-
-