Uses of Class
org.processmining.plugins.inductiveVisualMiner.visualisation.LocalDotNode
-
-
Uses of LocalDotNode in org.processmining.plugins.inductiveVisualMiner
Methods in org.processmining.plugins.inductiveVisualMiner with parameters of type LocalDotNode Modifier and Type Method Description static voidInductiveVisualMinerSelectionColourer. colourSelectedNode(com.kitfox.svg.SVGDiagram svg, LocalDotNode dotNode, boolean selected)booleanSelection. isSelected(LocalDotNode dotNode)voidInductiveVisualMinerPanel. makeNodeSelectable(LocalDotNode dotNode, boolean select) -
Uses of LocalDotNode in org.processmining.plugins.inductiveVisualMiner.animation
Fields in org.processmining.plugins.inductiveVisualMiner.animation declared as LocalDotNode Modifier and Type Field Description LocalDotNodeAnimation.Position. dotNodeMethods in org.processmining.plugins.inductiveVisualMiner.animation that return LocalDotNode Modifier and Type Method Description LocalDotNodeDotTokenStep. getDestinationNode()static LocalDotNodeAnimation. getDotNodeFromActivity(int unode, ProcessTreeVisualisationInfo info)static LocalDotNodeAnimation. getDotNodeFromActivity(IvMMove move, ProcessTreeVisualisationInfo info)LocalDotNodeDotToken. getLastPosition()Returns the last known dot node in this token.LocalDotNodeDotTokenStep. getNode()static LocalDotNodeAnimation. getParallelJoin(int unode, ProcessTreeVisualisationInfo info)static LocalDotNodeAnimation. getParallelSplit(int unode, ProcessTreeVisualisationInfo info)LocalDotNodeDotToken. getStartPosition()Returns the start dot node of this token.LocalDotNodeDotToken. getTarget(int index)Gets the target dot node after the edge of the given index.Methods in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type LocalDotNode Modifier and Type Method Description voidDotToken. addStepInNode(LocalDotNode node, java.lang.Double arrivalTime)static java.lang.StringDotToken2GraphVizToken. getCenter(LocalDotNode node, com.kitfox.svg.SVGDiagram image)static voidAnimation. moveDotTokenTo(Animation.Input in, DotToken dotToken, LocalDotNode destination, boolean addSelfEdgeIfNecessary)static DotTokenStepDotTokenStep. node(LocalDotNode node, java.lang.Double arrivalTime)Method parameters in org.processmining.plugins.inductiveVisualMiner.animation with type arguments of type LocalDotNode 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)Constructors in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type LocalDotNode Constructor Description DotToken(LocalDotNode startPosition, java.lang.Double startTime, boolean fade)Position(LocalDotNode dotNode, java.lang.Double timestamp) -
Uses of LocalDotNode in org.processmining.plugins.inductiveVisualMiner.helperClasses
Methods in org.processmining.plugins.inductiveVisualMiner.helperClasses with parameters of type LocalDotNode Modifier and Type Method Description java.util.List<LocalDotEdge>ShortestPathGraph. getShortestPath(LocalDotNode from, LocalDotNode to, boolean addSelfEdgeIfNecessary)Constructor parameters in org.processmining.plugins.inductiveVisualMiner.helperClasses with type arguments of type LocalDotNode Constructor Description ShortestPathGraph(java.util.Collection<LocalDotNode> nodes, java.util.Collection<LocalDotEdge> edges) -
Uses of LocalDotNode in org.processmining.plugins.inductiveVisualMiner.visualisation
Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return LocalDotNode Modifier and Type Method Description LocalDotNodeProcessTreeVisualisationInfo. getActivityDotNode(int unode)LocalDotNodeProcessTreeVisualisationInfo. getSink()LocalDotNodeLocalDotEdge. getSource()LocalDotNodeProcessTreeVisualisationInfo. getSource()LocalDotNodeProcessTreeVisualisationInfo. getSplitCorrespondingToJoin(LocalDotNode join)LocalDotNodeLocalDotEdge. getTarget()Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return types with arguments of type LocalDotNode Modifier and Type Method Description java.util.Collection<LocalDotNode>ProcessTreeVisualisationInfo. getAllActivityNodes()java.util.Set<LocalDotNode>ProcessTreeVisualisationInfo. getNodes()java.util.List<LocalDotNode>ProcessTreeVisualisationInfo. getNodes(int unode)Methods in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type LocalDotNode Modifier and Type Method Description voidProcessTreeVisualisationInfo. addNode(int unode, LocalDotNode node, LocalDotNode correspondingSplit)LocalDotNodeProcessTreeVisualisationInfo. getSplitCorrespondingToJoin(LocalDotNode join)voidProcessTreeVisualisationInfo. setRoot(LocalDotNode source, LocalDotNode sink)Constructors in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type LocalDotNode Constructor Description LocalDotEdge(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, org.processmining.plugins.graphviz.dot.Dot dot, ProcessTreeVisualisationInfo info, LocalDotNode source, LocalDotNode target, java.lang.String label, int node, LocalDotEdge.EdgeType type, DFMEdgeType dfmType, int lookupNode1, int lookupNode2, boolean directionForward)LocalDotNode(org.processmining.plugins.graphviz.dot.Dot dot, ProcessTreeVisualisationInfo info, LocalDotNode.NodeType type, java.lang.String label, int unode, LocalDotNode correspondingSplit)
-