Package | Description |
---|---|
org.processmining.prabhakardixit.processanalytics | |
org.processmining.prabhakardixit.processanalytics.models |
Modifier and Type | Field and Description |
---|---|
protected static TimeView |
CopyOfProcessAnalyticsViz.timeView |
protected static TimeView |
ProcessAnalyticsViz.timeView |
Modifier and Type | Method and Description |
---|---|
static TimeView |
CopyOfProcessAnalyticsViz.getTimeView() |
static TimeView |
ProcessAnalyticsViz.getTimeView() |
Modifier and Type | Method and Description |
---|---|
static void |
SwingGraph2.createHistogram(javax.swing.JPanel frame,
java.util.Map<java.lang.String,java.util.Map<java.lang.Double,java.lang.Double>> displayView,
TimeView timeView) |
static void |
SwingGraph2.createStackedXY(javax.swing.JPanel frame,
java.util.Map<java.lang.String,java.util.Map<java.lang.Double,java.lang.Double>> displayView,
TimeView timeView) |
static long |
ProcessAnalyticsUtils.getSelctedTimeGranularity(java.util.Date d1,
java.util.Date d2,
TimeView timeView) |
static void |
CopyOfProcessAnalyticsViz.setTimeView(TimeView timeView) |
static void |
ProcessAnalyticsViz.setTimeView(TimeView timeView) |
static java.awt.Component |
SwingGraph2.stackedXYChart(java.util.Map<java.lang.String,java.util.Map<java.lang.Double,java.lang.Double>> displayView,
TimeView timeView) |
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,
javax.swing.JPanel frame,
TimeView timeView,
ProcessView processView) |
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 TimeView |
TimeView.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeView[] |
TimeView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|