Uses of Class
org.processmining.plugins.inductiveVisualMiner.visualisation.LocalDotEdge
-
-
Uses of LocalDotEdge in org.processmining.plugins.inductiveVisualMiner
Methods in org.processmining.plugins.inductiveVisualMiner with parameters of type LocalDotEdge Modifier and Type Method Description static voidInductiveVisualMinerSelectionColourer. colourSelectedEdge(com.kitfox.svg.SVGDiagram svg, LocalDotEdge dotEdge, boolean selected)booleanSelection. isSelected(LocalDotEdge dotEdge)voidInductiveVisualMinerPanel. makeEdgeSelectable(LocalDotEdge dotEdge, boolean select) -
Uses of LocalDotEdge in org.processmining.plugins.inductiveVisualMiner.alignment
Methods in org.processmining.plugins.inductiveVisualMiner.alignment with parameters of type LocalDotEdge Modifier and Type Method Description static LogMovePositionLogMovePosition. of(LocalDotEdge edge)Retrieves the log move position of a LocalDotEdge that belongs to a log move. -
Uses of LocalDotEdge in org.processmining.plugins.inductiveVisualMiner.animation
Methods in org.processmining.plugins.inductiveVisualMiner.animation that return LocalDotEdge Modifier and Type Method Description static LocalDotEdgeAnimation. getDotEdgeFromLogMove(LogMovePosition logMovePosition, ProcessTreeVisualisationInfo info)LocalDotEdgeDotTokenStep. getEdge()static LocalDotEdgeAnimation. getLogMoveEdge(int logMoveUnode, int logMoveBeforeChild, ProcessTreeVisualisationInfo info)static LocalDotEdgeAnimation. getModelMoveEdge(IvMMove move, ProcessTreeVisualisationInfo info)static LocalDotEdgeAnimation. getTauEdge(IvMMove move, ProcessTreeVisualisationInfo info)Methods in org.processmining.plugins.inductiveVisualMiner.animation with parameters of type LocalDotEdge Modifier and Type Method Description voidDotToken. addStepOverEdge(LocalDotEdge edge, java.lang.Double arrivalTime)static DotTokenStepDotTokenStep. edge(LocalDotEdge edge, java.lang.Double arrivalTime)static java.lang.StringDotToken2GraphVizToken. getArrowHeadPoint(LocalDotEdge edge, com.kitfox.svg.SVGDiagram image)static java.lang.StringDotToken2GraphVizToken. getSourceLocation(LocalDotEdge edge, com.kitfox.svg.SVGDiagram image) -
Uses of LocalDotEdge in org.processmining.plugins.inductiveVisualMiner.helperClasses
Methods in org.processmining.plugins.inductiveVisualMiner.helperClasses that return types with arguments of type LocalDotEdge Modifier and Type Method Description java.util.List<LocalDotEdge>ShortestPathGraph. getShortestPath(LocalDotNode from, LocalDotNode to, boolean addSelfEdgeIfNecessary) -
Uses of LocalDotEdge in org.processmining.plugins.inductiveVisualMiner.visualisation
Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return LocalDotEdge Modifier and Type Method Description LocalDotEdgeProcessTreeVisualisationInfo. getLogMoveEdge(int unode1, int unode2)Methods in org.processmining.plugins.inductiveVisualMiner.visualisation that return types with arguments of type LocalDotEdge Modifier and Type Method Description java.util.Set<LocalDotEdge>ProcessTreeVisualisationInfo. getAllLogMoveEdges()java.util.Set<LocalDotEdge>ProcessTreeVisualisationInfo. getAllModelEdges()java.util.Set<LocalDotEdge>ProcessTreeVisualisationInfo. getAllModelMoveEdges()java.util.Set<LocalDotEdge>ProcessTreeVisualisationInfo. getAllTauEdges()java.util.Set<LocalDotEdge>ProcessTreeVisualisationInfo. getEdges()java.util.List<LocalDotEdge>ProcessTreeVisualisationInfo. getModelEdges(int unode)java.util.List<LocalDotEdge>ProcessTreeVisualisationInfo. getModelMoveEdges(int unode)Methods in org.processmining.plugins.inductiveVisualMiner.visualisation with parameters of type LocalDotEdge Modifier and Type Method Description voidProcessTreeVisualisationInfo. addEdge(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, int unode1, int unode2, LocalDotEdge edge)voidProcessTreeVisualisationInfo. registerExtraEdge(int unode1, int unode2, LocalDotEdge edge)
-