Class Animation.Input
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.animation.Animation.Input
-
- Enclosing class:
- Animation
public static class Animation.Input extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ProcessTreeVisualisationInfoinfoIvMModelmodelScalerscalerShortestPathGraphshortestPathbooleanshowDeviations
-
Constructor Summary
Constructors Constructor Description Input(IvMModel model, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
-
-
-
Field Detail
-
model
public final IvMModel model
-
showDeviations
public final boolean showDeviations
-
shortestPath
public final ShortestPathGraph shortestPath
-
info
public final ProcessTreeVisualisationInfo info
-
scaler
public final Scaler scaler
-
-
Constructor Detail
-
Input
public Input(IvMModel model, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)
-
-