Modifier and Type | Method and Description |
---|---|
Scaler |
InductiveVisualMinerState.getAnimationScaler() |
Modifier and Type | Method and Description |
---|---|
void |
InductiveVisualMinerState.setAnimationScaler(Scaler animationScaler) |
Modifier and Type | Field and Description |
---|---|
Scaler |
Animation.Input.scaler |
Modifier and Type | Method and Description |
---|---|
static Scaler |
Scaler.fromLog(IvMLog log,
double fadeDurationInUserTime,
double animationDurationInUserTime,
IvMCanceller canceller) |
static Scaler |
Scaler.fromValues(double animationDuration) |
Modifier and Type | Method and Description |
---|---|
static GraphVizTokens |
ComputeAnimation.computeAnimation(IvMModel model,
IvMLog ivmLog,
Mode colourMode,
ProcessTreeVisualisationInfo info,
Scaler scaler,
com.kitfox.svg.SVGDiagram svg,
IvMCanceller canceller) |
static java.util.List<DotToken> |
ComputeAnimation.computeDotTokensOfTrace(IvMModel model,
IvMTrace trace,
ProcessTreeVisualisationInfo info,
Mode colourMode,
Scaler scaler,
ShortestPathGraph graph,
IvMCanceller canceller) |
static double |
ComputeAnimation.guessEndTime(IvMTrace trace,
double startTime,
ShortestPathGraph shortestGraph,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
static double |
ComputeAnimation.guessStartTime(IvMTrace trace,
ShortestPathGraph shortestGraph,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
static DotToken |
IvMTrace2DotToken.trace2dotToken(IvMEfficientTree tree,
java.util.List<IvMMove> trace,
org.processmining.plugins.InductiveMiner.Pair<LocalDotNode,java.lang.Double> startPosition,
org.processmining.plugins.InductiveMiner.Pair<LocalDotNode,java.lang.Double> endPosition,
gnu.trove.list.array.TIntArrayList inParallelUnodes,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
int indent,
Scaler scaler) |
static DotToken |
IvMTrace2DotToken.trace2token(IvMEfficientTree tree,
IvMTrace trace,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
static DotToken |
IvMTrace2dotToken2.trace2token(IvMModel model,
IvMTrace trace,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
Constructor and Description |
---|
Input(IvMModel model,
boolean showDeviations,
ShortestPathGraph shortestPath,
ProcessTreeVisualisationInfo info,
Scaler scaler) |
Modifier and Type | Method and Description |
---|---|
protected Scaler |
Cl10AnimationScaler.executeLink(IvMLog input,
IvMCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
protected org.processmining.plugins.InductiveMiner.Sextuple<IvMLogNotFiltered,Mode,ProcessTreeVisualisationInfo,com.kitfox.svg.SVGDiagram,Scaler,IvMModel> |
Cl11Animate.generateInput(InductiveVisualMinerState state) |
protected org.processmining.plugins.InductiveMiner.Quintuple<IvMModel,IvMLogFiltered,Scaler,java.lang.Integer,ProcessTreeVisualisationInfo> |
Cl15Histogram.generateInput(InductiveVisualMinerState state) |
Modifier and Type | Method and Description |
---|---|
protected void |
Cl10AnimationScaler.processResult(Scaler result,
InductiveVisualMinerState state) |
Modifier and Type | Method and Description |
---|---|
protected HistogramData |
Cl15Histogram.executeLink(org.processmining.plugins.InductiveMiner.Quintuple<IvMModel,IvMLogFiltered,Scaler,java.lang.Integer,ProcessTreeVisualisationInfo> input,
IvMCanceller canceller) |
protected GraphVizTokens |
Cl11Animate.executeLink(org.processmining.plugins.InductiveMiner.Sextuple<IvMLogNotFiltered,Mode,ProcessTreeVisualisationInfo,com.kitfox.svg.SVGDiagram,Scaler,IvMModel> input,
IvMCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExportAnimation.saveAVItoFile(IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
GraphVizTokens tokens,
ProcessTreeVisualisationInfo info,
Mode colourMode,
com.kitfox.svg.SVGDiagram svg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.io.File file,
javax.swing.JPanel panel,
Scaler scaler) |
static boolean |
ExportAnimation.saveAVItoFileUpdating(IvMLogFiltered filteredLog,
TraceColourMap trace2colour,
GraphVizTokens tokens,
ProcessTreeVisualisationInfo info,
Mode colourMode,
com.kitfox.svg.SVGDiagram svg,
org.processmining.plugins.graphviz.dot.Dot dot,
java.io.File file,
InductiveVisualMinerAnimationPanel panel,
Scaler scaler,
AlignedLogVisualisationData visualisationData,
ProcessTreeVisualisationParameters visualisationParameters,
ProcessTreeVisualisationInfo visualisationInfo,
IvMModel model,
Selection selection) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
IvMMove.getUserTimestamp(Scaler scaler) |
Constructor and Description |
---|
HistogramData(IvMModel model,
ProcessTreeVisualisationInfo info,
IvMLogFiltered log,
Scaler scaler,
int globalBuckets,
int localBuckets,
int logBuckets,
IvMCanceller canceller) |