Uses of Interface
de.aristaflow.adept2.model.processmodel.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations that return EdgeModifier and TypeMethodDescriptionstatic EdgeChangeOperationTools.createSimpleEdgeObject(SessionToken session, ProcessConstants.EdgeType type) Creates a simple edge container object of the given type -
Uses of Edge in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return EdgeModifier and TypeMethodDescriptionAdd an edge between the given nodes, using the values of the given edge object (e.g.ProcessModelFactory.createEdge(ProcessConstants.EdgeType type, long edgeCode, Map<String, String> userAttributes) Create an Edge.AbstractWrappingTemplate.getEdge(int srcNodeID, int destNodeID, ProcessConstants.EdgeType type) StructuredEdge.getEdge()Return the edge object.Template.getEdge(int srcNodeID, int destNodeID, ProcessConstants.EdgeType type) Returns the edge which is identified by the given source nodeID, destination nodeID and the edge type.ChangePrimitives.updateEdge(int srcNodeID, int destNodeID, Edge edge, ProcessConstants.EdgeProperty... edgeProperty) Updates the edge which is identified by the given source and destination node IDs and the type of the edge (i.e.Methods in de.aristaflow.adept2.model.processmodel with parameters of type EdgeModifier and TypeMethodDescriptionAdd an edge between the given nodes, using the values of the given edge object (e.g.ProcessModelFactory.createStructuredEdge(Edge edge, int sourceNodeID, int destinationNodeID) Create a structured edge (a container for an edge and its structural information).ChangePrimitives.updateEdge(int srcNodeID, int destNodeID, Edge edge, ProcessConstants.EdgeProperty... edgeProperty) Updates the edge which is identified by the given source and destination node IDs and the type of the edge (i.e.