Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.view.mxGraph
-
-
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.analysis
Fields in org.processmining.objectcentricconstraintchecking.algorithms.analysis declared as mxGraph Modifier and Type Field Description protected mxGraphmxAnalysisGraph. graphMethods in org.processmining.objectcentricconstraintchecking.algorithms.analysis that return mxGraph Modifier and Type Method Description mxGraphmxAnalysisGraph. getGraph()Methods in org.processmining.objectcentricconstraintchecking.algorithms.analysis with parameters of type mxGraph Modifier and Type Method Description static mxGeneratorFunctionmxGraphGenerator. getGeneratorFunction(mxGraph graph, boolean weighted, double minWeight, double maxWeight)java.lang.Object[]mxGraphAnalysis. getMinimumSpanningTree(mxGraph graph, java.lang.Object[] v, mxICostFunction cf, boolean directed)Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).java.lang.Object[]mxGraphAnalysis. getShortestPath(mxGraph graph, java.lang.Object from, java.lang.Object to, mxICostFunction cf, int steps, boolean directed)Returns the shortest path between two cells or their descendants represented as an array of edges in order of traversal.voidmxAnalysisGraph. setGraph(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.editor
Fields in org.processmining.objectcentricconstraintchecking.algorithms.editor declared as mxGraph Modifier and Type Field Description protected mxGraphGraphConfigDialog. graphMethods in org.processmining.objectcentricconstraintchecking.algorithms.editor with parameters of type mxGraph Modifier and Type Method Description voidGraphConfigDialog. configAnalysisGraph(mxGraph graph, mxGraphGenerator generator, java.util.Map<java.lang.String,java.lang.Object> props)voidGraphConfigDialog. configureLayout(mxGraph graph, mxGraphProperties.GraphType graphType, mxAnalysisGraph aGraph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.io
Methods in org.processmining.objectcentricconstraintchecking.algorithms.io with parameters of type mxGraph Modifier and Type Method Description static voidmxGdCodec. decode(java.lang.String input, mxGraph graph)Parses simple GD format and populate the specified graphstatic java.lang.StringmxGdCodec. encode(mxGraph graph)Generates a GD text output with the cells in the graph. -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.layout
Fields in org.processmining.objectcentricconstraintchecking.algorithms.layout declared as mxGraph Modifier and Type Field Description protected mxGraphmxGraphLayout. graphHolds the enclosing graph.Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout that return mxGraph Modifier and Type Method Description mxGraphmxGraphLayout. getGraph()Returns the associated graph.Constructors in org.processmining.objectcentricconstraintchecking.algorithms.layout with parameters of type mxGraph Constructor Description mxCircleLayout(mxGraph graph)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxCircleLayout(mxGraph graph, double radius)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxCompactTreeLayout(mxGraph graph)mxCompactTreeLayout(mxGraph graph, boolean horizontal)mxCompactTreeLayout(mxGraph graph, boolean horizontal, boolean invert)mxEdgeLabelLayout(mxGraph graph)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxFastOrganicLayout(mxGraph graph)Constructs a new fast organic layout for the specified graph.mxGraphLayout(mxGraph graph)Constructs a new fast organic layout for the specified graph.mxOrganicLayout(mxGraph graph)Constructor for mxOrganicLayout.mxOrganicLayout(mxGraph graph, java.awt.geom.Rectangle2D bounds)Constructor for mxOrganicLayout.mxParallelEdgeLayout(mxGraph graph)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxParallelEdgeLayout(mxGraph graph, int spacing)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxPartitionLayout(mxGraph graph)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxPartitionLayout(mxGraph graph, boolean horizontal)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxPartitionLayout(mxGraph graph, boolean horizontal, int spacing)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxPartitionLayout(mxGraph graph, boolean horizontal, int spacing, int border)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxStackLayout(mxGraph graph)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxStackLayout(mxGraph graph, boolean horizontal)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxStackLayout(mxGraph graph, boolean horizontal, int spacing)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset.mxStackLayout(mxGraph graph, boolean horizontal, int spacing, int x0, int y0, int border)Constructs a new stack layout layout for the specified graph, spacing, orientation and offset. -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical
Constructors in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical with parameters of type mxGraph Constructor Description mxHierarchicalLayout(mxGraph graph)Constructs a hierarchical layoutmxHierarchicalLayout(mxGraph graph, int orientation)Constructs a hierarchical layout -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage
Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage with parameters of type mxGraph Modifier and Type Method Description protected voidmxCoordinateAssignment. calculateWidestRank(mxGraph graph, mxGraphHierarchyModel model)Calculates the width rank in the hierarchy.protected voidmxCoordinateAssignment. rankCoordinates(int rankValue, mxGraph graph, mxGraphHierarchyModel model)Sets up the layout in an initial positioning.protected voidmxCoordinateAssignment. setCellLocations(mxGraph graph, mxGraphHierarchyModel model)Sets the cell locations in the facade to those stored after this layout processing step has completed. -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.layout.orthogonal
Constructors in org.processmining.objectcentricconstraintchecking.algorithms.layout.orthogonal with parameters of type mxGraph Constructor Description mxOrthogonalLayout(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.layout.orthogonal.model
Constructors in org.processmining.objectcentricconstraintchecking.algorithms.layout.orthogonal.model with parameters of type mxGraph Constructor Description mxOrthogonalModel(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint
Subclasses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint Modifier and Type Class Description static classGraphEditor.CustomGraphA graph that creates new edges from a given template edge.static classOCCMEditor.CustomGraphMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint with parameters of type mxGraph Modifier and Type Method Description voidGraphEditor. configAnalysisGraph(mxGraph graph, mxGraphGenerator generator, java.util.Map<java.lang.String,java.lang.Object> props)static voidOCCMEditor. getTimePerformanceDialog(mxCell cell, mxGraph graph)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint with parameters of type mxGraph Constructor Description CustomGraphComponent(mxGraph graph)CustomGraphComponent(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction
Subclasses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction Modifier and Type Class Description static classCaseGraph.CustomGraphstatic classProcessExecutionPanel.CustomGraphMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction with parameters of type mxGraph Modifier and Type Method Description voidCaseGraph. configAnalysisGraph(mxGraph graph, mxGraphGenerator generator, java.util.Map<java.lang.String,java.lang.Object> props)static voidCaseGraph. getDialogForObjType(mxGraph graph, mxCell cell, java.lang.String refObj)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction with parameters of type mxGraph Constructor Description CustomGraphComponent(mxGraph graph)CustomGraphComponent(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl
Subclasses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl Modifier and Type Class Description static classGraphEditor.CustomGraphA graph that creates new edges from a given template edge.Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl with parameters of type mxGraph Modifier and Type Method Description voidGraphEditor. configAnalysisGraph(mxGraph graph, mxGraphGenerator generator, java.util.Map<java.lang.String,java.lang.Object> props)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.occl with parameters of type mxGraph Constructor Description CustomGraphComponent(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.swing
Fields in org.processmining.objectcentricconstraintchecking.algorithms.swing declared as mxGraph Modifier and Type Field Description protected mxGraphmxGraphComponent. graphMethods in org.processmining.objectcentricconstraintchecking.algorithms.swing that return mxGraph Modifier and Type Method Description mxGraphmxGraphComponent. getGraph()Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing with parameters of type mxGraph Modifier and Type Method Description voidmxGraphComponent. setGraph(mxGraph value)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.swing with parameters of type mxGraph Constructor Description mxGraphComponent(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler
Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.handler with parameters of type mxGraph Modifier and Type Method Description protected voidmxConnectionHandler. addGraphListeners(mxGraph graph)Installs the listeners to update the handles after any changes.protected voidmxSelectionCellsHandler. addGraphListeners(mxGraph graph)Installs the listeners to update the handles after any changes.voidmxConnectionHandler. getActFreqDialog(java.lang.Object cell, mxGraph graph, java.lang.String actName)voidmxConnectionHandler. getActivityTimePerformanceDialog(java.lang.Object cell, mxGraph graph, java.lang.String actName)voidmxConnectionHandler. getActToActCardDialog(java.lang.Object cell, mxGraph graph, java.lang.String firstAct, java.lang.String secondAct)voidmxConnectionHandler. getActToActTimeDialog(java.lang.Object cell, mxGraph graph, java.lang.String firstAct, java.lang.String secondAct)voidmxConnectionHandler. getActToObjDialog(java.lang.Object cell, mxGraph graph, java.lang.String refObjType, java.lang.String actName)protected voidmxConnectionHandler. removeGraphListeners(mxGraph graph)Removes all installed listeners.protected voidmxSelectionCellsHandler. removeGraphListeners(mxGraph graph)Removes all installed listeners.voidmxConnectionHandler. setActivityTimePerformanceConstraint(mxCell cell, mxGraph graph, java.lang.String timeType, java.lang.String targetAct, java.util.List objTypeSelectedLst, java.lang.String minTime, java.lang.String maxTime, java.lang.String timeUnit)voidmxConnectionHandler. setActToActCardConstraint(mxCell cell, mxGraph graph, java.util.List<java.lang.String> objTypeSelectedLst, java.lang.String firstAct, int preActCardMin, int preActCardMax, java.lang.String secondAct, int sucActCardMin, int sucActCardMax, java.lang.String preActCard, java.lang.String sucActCard)voidmxConnectionHandler. setActToActTimeConstraint(mxCell cell, mxGraph graph, java.util.List<java.lang.String> objTypeSelectedLst, java.lang.String minTime, java.lang.String maxTime, java.lang.String prePattern, java.lang.String sucPattern, java.lang.String timeUnit)voidmxConnectionHandler. setObjToActConstraint(mxCell cell, mxGraph graph, java.lang.String minCard, java.lang.String maxCard) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.swing.util
Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.util that return mxGraph Modifier and Type Method Description static mxGraphmxGraphActions. getGraph(java.awt.event.ActionEvent e)static mxGraphmxGraphActionsForOCCLEditor. getGraph(java.awt.event.ActionEvent e)Methods in org.processmining.objectcentricconstraintchecking.algorithms.swing.util with parameters of type mxGraph Modifier and Type Method Description protected intmxGraphActions.GroupAction. getGroupBorder(mxGraph graph)protected intmxGraphActions.UpdateGroupBoundsAction. getGroupBorder(mxGraph graph)protected intmxGraphActionsForOCCLEditor.GroupAction. getGroupBorder(mxGraph graph)protected intmxGraphActionsForOCCLEditor.UpdateGroupBoundsAction. getGroupBorder(mxGraph graph) -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.util
Methods in org.processmining.objectcentricconstraintchecking.algorithms.util with parameters of type mxGraph Modifier and Type Method Description static java.awt.image.BufferedImagemxCellRenderer. createBufferedImage(mxGraph graph, java.lang.Object[] cells, double scale, java.awt.Color background, boolean antiAlias, mxRectangle clip)static java.awt.image.BufferedImagemxCellRenderer. createBufferedImage(mxGraph graph, java.lang.Object[] cells, double scale, java.awt.Color background, boolean antiAlias, mxRectangle clip, mxGraphics2DCanvas graphicsCanvas)static org.w3c.dom.DocumentmxCellRenderer. createHtmlDocument(mxGraph graph, java.lang.Object[] cells, double scale, java.awt.Color background, mxRectangle clip)static org.w3c.dom.DocumentmxCellRenderer. createSvgDocument(mxGraph graph, java.lang.Object[] cells, double scale, java.awt.Color background, mxRectangle clip)static org.w3c.dom.DocumentmxCellRenderer. createVmlDocument(mxGraph graph, java.lang.Object[] cells, double scale, java.awt.Color background, mxRectangle clip)static mxICanvasmxCellRenderer. drawCells(mxGraph graph, java.lang.Object[] cells, double scale, mxRectangle clip, mxCellRenderer.CanvasFactory factory)Draws the given cells using a Graphics2D canvas and returns the buffered image that represents the cells. -
Uses of mxGraph in org.processmining.objectcentricconstraintchecking.algorithms.view
Fields in org.processmining.objectcentricconstraintchecking.algorithms.view declared as mxGraph Modifier and Type Field Description protected mxGraphmxGraphSelectionModel. graphReference to the enclosing graph.protected mxGraphmxGraphView. graphReference to the enclosing graph.protected mxGraphmxLayoutManager. graphDefines the type of the source or target terminal.protected mxGraphmxSwimlaneManager. graphDefines the type of the source or target terminal.Methods in org.processmining.objectcentricconstraintchecking.algorithms.view that return mxGraph Modifier and Type Method Description mxGraphmxGraphView. getGraph()Returns the enclosing graph.mxGraphmxLayoutManager. getGraph()mxGraphmxSwimlaneManager. getGraph()Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxGraph Modifier and Type Method Description java.lang.StringmxMultiplicity. check(mxGraph graph, java.lang.Object edge, java.lang.Object source, java.lang.Object target, int sourceOut, int targetIn)Function: check Checks the multiplicity for the given arguments and returns the error for the given connection or null if the multiplicity does not apply.booleanmxMultiplicity. checkNeighbors(mxGraph graph, java.lang.Object edge, java.lang.Object source, java.lang.Object target)Checks the type of the given value.booleanmxMultiplicity. checkTerminal(mxGraph graph, java.lang.Object terminal, java.lang.Object edge)Checks the type of the given value.booleanmxMultiplicity. checkType(mxGraph graph, java.lang.Object value, java.lang.String type)Checks the type of the given value.booleanmxMultiplicity. checkType(mxGraph graph, java.lang.Object value, java.lang.String type, java.lang.String attr, java.lang.String attrValue)Checks the type of the given value.voidmxLayoutManager. setGraph(mxGraph value)voidmxSwimlaneManager. setGraph(mxGraph graph)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxGraph Constructor Description mxGraphSelectionModel(mxGraph graph)Constructs a new selection model for the specified graph.mxGraphView(mxGraph graph)Constructs a new view for the given graph.mxLayoutManager(mxGraph graph)mxSwimlaneManager(mxGraph graph)
-