Uses of Class
org.processmining.plugins.inductiveVisualMiner.animation.DotToken
-
Packages that use DotToken Package Description org.processmining.plugins.inductiveVisualMiner.animation -
-
Uses of DotToken in org.processmining.plugins.inductiveVisualMiner.animation
Methods in org.processmining.plugins.inductiveVisualMiner.animation that return DotToken Modifier and Type Method Description static DotTokenIvMTrace2DotToken. 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 DotTokenIvMTrace2DotToken. trace2token(IvMEfficientTree tree, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)static DotTokenIvMTrace2dotToken2. trace2token(IvMModel model, IvMTrace trace, boolean showDeviations, ShortestPathGraph shortestPath, ProcessTreeVisualisationInfo info, Scaler scaler)Methods in org.processmining.plugins.inductiveVisualMiner.animation that return types with arguments of type DotToken Modifier and Type Method 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.Methods in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type DotToken Modifier and Type Method Description voidDotToken. addSubToken(DotToken token)static voidDotToken2GraphVizToken. 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 stepstatic voidDotToken2GraphVizToken. animateDotTokenStepEdge(DotToken dotToken, int stepIndex, boolean fadeIn, boolean fadeOut, GraphVizTokens result, com.kitfox.svg.SVGDiagram image, int traceIndex)Animate a token over one edgestatic voidDotToken2GraphVizToken. animateDotTokenStepNode(DotToken dotToken, int stepIndex, boolean fadeIn, boolean fadeOut, GraphVizTokens result, com.kitfox.svg.SVGDiagram image, int traceIndex)static voidDotToken2GraphVizToken. convertToken(DotToken token, GraphVizTokens result, com.kitfox.svg.SVGDiagram svg, int traceIndex)static voidDotTokenInterpolate. interpolateToken(ProcessTreeVisualisationInfo info, DotToken token)static booleanDotTokenInterpolate. isTokenSplit(DotToken token, int i)static voidAnimation. moveDotTokenTo(Animation.Input in, DotToken dotToken, LocalDotNode destination, boolean addSelfEdgeIfNecessary)static voidAnimation. moveDotTokenToFinalPosition(Animation.Input in, DotToken dotToken, Animation.Position endPosition)Alter the dotToken to end at the given endPosition.Method parameters in org.processmining.plugins.inductiveVisualMiner.animation with type arguments of type DotToken Modifier and Type Method Description static voidDotToken2GraphVizToken. convertTokens(java.lang.Iterable<DotToken> tokens, GraphVizTokens result, com.kitfox.svg.SVGDiagram svg, int traceIndex)
-