Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.mxHierarchicalLayout
-
-
Uses of mxHierarchicalLayout in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model
Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model with parameters of type mxHierarchicalLayout Modifier and Type Method Description protected voidmxGraphHierarchyModel. createInternalCells(mxHierarchicalLayout layout, java.lang.Object[] vertices, mxGraphHierarchyNode[] internalVertices)Creates all edges in the internal modelConstructors in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model with parameters of type mxHierarchicalLayout Constructor Description mxGraphHierarchyModel(mxHierarchicalLayout layout, java.lang.Object[] vertices, java.util.List<java.lang.Object> roots, java.lang.Object parent)Creates an internal ordered graph model using the vertices passed in. -
Uses of mxHierarchicalLayout in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage
Fields in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage declared as mxHierarchicalLayout Modifier and Type Field Description protected mxHierarchicalLayoutmxCoordinateAssignment. layoutReference to the enclosing layout algorithmprotected mxHierarchicalLayoutmxMedianHybridCrossingReduction. layoutReference to the enclosing layout algorithmprotected mxHierarchicalLayoutmxMinimumCycleRemover. layoutReference to the enclosing layout algorithmConstructors in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage with parameters of type mxHierarchicalLayout Constructor Description mxCoordinateAssignment(mxHierarchicalLayout layout, double intraCellSpacing, double interRankCellSpacing, int orientation, double initialX, double parallelEdgeSpacing)Creates a coordinate assignment.mxMedianHybridCrossingReduction(mxHierarchicalLayout layout)Constructor that has the roots specifiedmxMinimumCycleRemover(mxHierarchicalLayout layout)Constructor that has the roots specified
-