public class VisualPetrinetModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Axis |
axis |
CalculationMethod |
calculationMethod |
Visualization |
visualization |
Constructor and Description |
---|
VisualPetrinetModel(org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet,
VisualPetrinetModelParameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addTimestamp(Event target,
Event source,
long execTime) |
Description |
getDescription(Event target) |
Description |
getDescription(Event target,
Event source) |
double |
GetHighestValue() |
double |
GetHighestValuePerSource() |
java.util.Set<Event> |
getNodes() |
double |
GetValue(Event target) |
double |
GetValue(Event target,
Event source) |
void |
IncreaseFrequency(Event target) |
boolean |
targetHasSource(Event target,
Event source) |
public Visualization visualization
public CalculationMethod calculationMethod
public Axis axis
public VisualPetrinetModel(org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet, VisualPetrinetModelParameters parameters)
public void IncreaseFrequency(Event target)
public java.util.Set<Event> getNodes()
public double GetValue(Event target)
public double GetHighestValue()
public double GetHighestValuePerSource()
public Description getDescription(Event target)
public Description getDescription(Event target, Event source)