Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model.mxGraphHierarchyEdge
-
-
Uses of mxGraphHierarchyEdge in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model
Fields in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model with type parameters of type mxGraphHierarchyEdge Modifier and Type Field Description java.util.Collection<mxGraphHierarchyEdge>mxGraphHierarchyNode. connectsAsSourceCollection of hierarchy edges that have this node as a sourcejava.util.Collection<mxGraphHierarchyEdge>mxGraphHierarchyNode. connectsAsTargetCollection of hierarchy edges that have this node as a targetprotected java.util.Map<java.lang.Object,mxGraphHierarchyEdge>mxGraphHierarchyModel. edgeMapperMap from graph edges to internal model edgesstatic java.util.Collection<mxGraphHierarchyEdge>mxGraphHierarchyNode. emptyConnectionMapShared empty connection map to return instead of null in applyMap.Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model that return types with arguments of type mxGraphHierarchyEdge Modifier and Type Method Description java.util.Map<java.lang.Object,mxGraphHierarchyEdge>mxGraphHierarchyModel. getEdgeMapper()Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model with parameters of type mxGraphHierarchyEdge Modifier and Type Method Description voidmxGraphHierarchyModel. dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, java.util.Set<mxGraphHierarchyNode> seen, int layer)Performs a depth first search on the internal hierarchy modelvoidmxGraphHierarchyModel. dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, java.util.Set<mxGraphHierarchyNode> seen, int[] ancestors, int childHash, int layer)Performs a depth first search on the internal hierarchy model.voidmxGraphHierarchyModel.CellVisitor. visit(mxGraphHierarchyNode parent, mxGraphHierarchyNode cell, mxGraphHierarchyEdge connectingEdge, int layer, int seen)The method within which the visitor will perform operations upon the graph modelMethod parameters in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.model with type arguments of type mxGraphHierarchyEdge Modifier and Type Method Description voidmxGraphHierarchyModel. setEdgeMapper(java.util.Map<java.lang.Object,mxGraphHierarchyEdge> edgeMapper) -
Uses of mxGraphHierarchyEdge in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage
Fields in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage with type parameters of type mxGraphHierarchyEdge Modifier and Type Field Description protected java.util.Map<mxGraphHierarchyEdge,double[]>mxCoordinateAssignment. jettyPositionsMap of internal edges and (x,y) pair of positions of the start and end jetty for that edge where it connects to the source and target vertices.Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical.stage with parameters of type mxGraphHierarchyEdge Modifier and Type Method Description protected voidmxCoordinateAssignment. processReversedEdge(mxGraphHierarchyEdge edge, java.lang.Object realEdge)Hook to add additional processing
-