Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.animation |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<DotToken> |
ComputeAnimation.computeDotTokensOfTrace(IvMModel model,
IvMTrace trace,
ProcessTreeVisualisationInfo info,
Mode colourMode,
Scaler scaler,
ShortestPathGraph graph,
IvMCanceller canceller) |
java.util.Set<DotToken> |
DotToken.getAllTokensRecursively()
Returns a set containing this token and all its subtokens.
|
java.util.Set<DotToken> |
DotToken.getLastSubTokens()
Returns the set of subtokens that start at the last known position in
this token.
|
java.util.Set<DotToken> |
DotToken.getSubTokensAtPoint(int index)
Returns a set of tokens that start after the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
DotToken.addSubToken(DotToken token) |
static void |
DotToken2GraphVizToken.animateDotTokenStep(DotToken dotToken,
int stepIndex,
boolean fadeIn,
boolean fadeOut,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram svg,
int traceIndex)
Record the animation of one dot token step
|
static void |
DotToken2GraphVizToken.animateDotTokenStepEdge(DotToken dotToken,
int stepIndex,
boolean fadeIn,
boolean fadeOut,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram image,
int traceIndex)
Animate a token over one edge
|
static void |
DotToken2GraphVizToken.animateDotTokenStepNode(DotToken dotToken,
int stepIndex,
boolean fadeIn,
boolean fadeOut,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram image,
int traceIndex) |
static void |
DotToken2GraphVizToken.convertToken(DotToken token,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram svg,
int traceIndex) |
static void |
DotTokenInterpolate.interpolateToken(ProcessTreeVisualisationInfo info,
DotToken token) |
static boolean |
DotTokenInterpolate.isTokenSplit(DotToken token,
int i) |
static void |
Animation.moveDotTokenTo(Animation.Input in,
DotToken dotToken,
LocalDotNode destination,
boolean addSelfEdgeIfNecessary) |
static void |
Animation.moveDotTokenToFinalPosition(Animation.Input in,
DotToken dotToken,
Animation.Position endPosition)
Alter the dotToken to end at the given endPosition.
|
Modifier and Type | Method and Description |
---|---|
static void |
DotToken2GraphVizToken.convertTokens(java.lang.Iterable<DotToken> tokens,
GraphVizTokens result,
com.kitfox.svg.SVGDiagram svg,
int traceIndex) |