Uses of Interface
org.processmining.models.graphbased.AttributeMapOwner
-
-
Uses of AttributeMapOwner in org.processmining.models.connections
Methods in org.processmining.models.connections with parameters of type AttributeMapOwner Modifier and Type Method Description booleanGraphLayoutConnection. collapse(AttributeMapOwner owner)booleanGraphLayoutConnection. expand(AttributeMapOwner owner)java.util.List<java.awt.geom.Point2D>GraphLayoutConnection. getEdgePoints(AttributeMapOwner owner)java.util.List<DirectedGraphElement>GraphLayoutConnection. getMultiGraphElements(AttributeMapOwner owner)java.awt.geom.Point2DGraphLayoutConnection. getPortOffset(AttributeMapOwner owner)java.awt.geom.Point2DGraphLayoutConnection. getPosition(AttributeMapOwner owner)java.awt.DimensionGraphLayoutConnection. getSize(AttributeMapOwner owner)booleanGraphLayoutConnection. isCollapsed(AttributeMapOwner owner)voidGraphLayoutConnection.Listener. layoutConnectionUpdated(AttributeMapOwner... owners)booleanGraphLayoutConnection. setEdgePoints(AttributeMapOwner owner, java.util.List<java.awt.geom.Point2D> edgepoints)booleanGraphLayoutConnection. setMultiGraphElements(AttributeMapOwner owner, java.util.List<DirectedGraphElement> tempGraphElements)booleanGraphLayoutConnection. setPortOffset(AttributeMapOwner owner, java.awt.geom.Point2D position)booleanGraphLayoutConnection. setPosition(AttributeMapOwner owner, java.awt.geom.Point2D position)booleanGraphLayoutConnection. setSize(AttributeMapOwner owner, java.awt.geom.Dimension2D size)voidGraphLayoutConnection. updatedAttributes(AttributeMapOwner... owners) -
Uses of AttributeMapOwner in org.processmining.models.graphbased
Subinterfaces of AttributeMapOwner in org.processmining.models.graphbased Modifier and Type Interface Description interfaceExpandableClasses in org.processmining.models.graphbased that implement AttributeMapOwner Modifier and Type Class Description classAbstractGraphclassAbstractGraphEdge<S,T>classAbstractGraphElementclassAbstractGraphNodeMethods in org.processmining.models.graphbased that return types with arguments of type AttributeMapOwner Modifier and Type Method Description java.util.Set<AttributeMapOwner>ViewSpecificAttributeMap. keySet()Methods in org.processmining.models.graphbased with parameters of type AttributeMapOwner Modifier and Type Method Description voidViewSpecificAttributeMap. clearViewSpecific(AttributeMapOwner owner)java.lang.ObjectViewSpecificAttributeMap. get(AttributeMapOwner owner, java.lang.String key)<T> TViewSpecificAttributeMap. get(AttributeMapOwner owner, java.lang.String key, T defaultValue)AttributeMapViewSpecificAttributeMap. getMapFor(AttributeMapOwner node)java.util.Set<java.lang.String>ViewSpecificAttributeMap. keySet(AttributeMapOwner owner)booleanViewSpecificAttributeMap. putViewSpecific(AttributeMapOwner owner, java.lang.String key, java.lang.Object value)This method updates the map and signals the owner.voidViewSpecificAttributeMap. removeViewSpecific(AttributeMapOwner owner, java.lang.String key) -
Uses of AttributeMapOwner in org.processmining.models.graphbased.directed
Subinterfaces of AttributeMapOwner in org.processmining.models.graphbased.directed Modifier and Type Interface Description interfaceBoundaryDirectedGraphNodeInterface to represent a node that can be drawn on the boundary of another node (e.g.: an exception on a BPMN activity.) The other node will be a ContainingDirectedGraphNode.interfaceContainableDirectedGraphElementInterface to represent a directed graph element that can be the child of a node.interfaceContainingDirectedGraphNodeInterface to represent a directed graph node that contain other elements.interfaceDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>interfaceDirectedGraphEdge<S extends DirectedGraphNode,T extends DirectedGraphNode>interfaceDirectedGraphElementMain interface for elements of a directed graph.interfaceDirectedGraphNodeClasses in org.processmining.models.graphbased.directed that implement AttributeMapOwner Modifier and Type Class Description classAbstractDirectedGraph<N extends DirectedGraphNode,E extends DirectedGraphEdge<? extends N,? extends N>>classAbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>classAbstractDirectedGraphNode -
Uses of AttributeMapOwner in org.processmining.models.graphbased.directedhypergraph
Subinterfaces of AttributeMapOwner in org.processmining.models.graphbased.directedhypergraph Modifier and Type Interface Description interfaceDirectedHypergraph<N extends DirectedHypergraphNode,I extends DirectedIncomingHyperedge<? extends N,? extends N>,O extends DirectedOutgoingHyperedge<? extends N,? extends N>>interfaceDirectedHypergraphElementinterfaceDirectedHypergraphNodeinterfaceDirectedIncomingHyperedge<S extends DirectedHypergraphNode,T extends DirectedHypergraphNode>represents edges going from multiple sources towards one targetinterfaceDirectedOutgoingHyperedge<S extends DirectedHypergraphNode,T extends DirectedHypergraphNode>represents edges going from a source towards multiple targetsClasses in org.processmining.models.graphbased.directedhypergraph that implement AttributeMapOwner Modifier and Type Class Description classAbstractDirectedHypergraph<N extends DirectedHypergraphNode,I extends DirectedIncomingHyperedge<? extends N,? extends N>,O extends DirectedOutgoingHyperedge<? extends N,? extends N>>classAbstractDirectedHypergraphNodeclassAbstractDirectedIncomingHyperedge<S extends AbstractDirectedHypergraphNode,T extends AbstractDirectedHypergraphNode>classAbstractDirectedOutgoingHyperedge<S extends AbstractDirectedHypergraphNode,T extends AbstractDirectedHypergraphNode> -
Uses of AttributeMapOwner in org.processmining.models.graphbased.undirected
Subinterfaces of AttributeMapOwner in org.processmining.models.graphbased.undirected Modifier and Type Interface Description interfaceUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>interfaceUndirectedGraphEdge<T extends UndirectedGraphNode>interfaceUndirectedGraphElementinterfaceUndirectedGraphNodeClasses in org.processmining.models.graphbased.undirected that implement AttributeMapOwner Modifier and Type Class Description classAbstractUndirectedEdge<T extends UndirectedGraphNode>classAbstractUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>classAbstractUndirectedNode
-