Package | Description |
---|---|
org.processmining.prabhakardixit.processanalytics | |
org.processmining.prabhakardixit.processanalytics.models |
Modifier and Type | Field and Description |
---|---|
protected static ChartView |
CopyOfProcessAnalyticsViz.graphView |
protected static ChartView |
ProcessAnalyticsViz.graphView |
Modifier and Type | Method and Description |
---|---|
static ChartView |
CopyOfProcessAnalyticsViz.getGraphView() |
static ChartView |
ProcessAnalyticsViz.getGraphView() |
Modifier and Type | Method and Description |
---|---|
static void |
CopyOfProcessAnalyticsViz.setGraphView(ChartView graphView) |
static void |
ProcessAnalyticsViz.setGraphView(ChartView graphView) |
Constructor and Description |
---|
ProcessAnalyticsVizViews(org.processmining.plugins.petrinet.replayresult.PNRepResult replayResult,
org.processmining.models.graphbased.directed.petrinet.Petrinet pn,
org.deckfour.xes.model.XLog log,
TimeView hours,
ProcessView processView,
ChartView chartView,
GraphData graphData) |
Modifier and Type | Method and Description |
---|---|
static ChartView |
ChartView.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartView[] |
ChartView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|