Uses of Interface
de.aristaflow.adept2.model.processmodel.StructuredEdge
Packages that use StructuredEdge
Package
Description
-
Uses of StructuredEdge in de.aristaflow.adept2.core.checks.processmodel
Methods in de.aristaflow.adept2.core.checks.processmodel with parameters of type StructuredEdgeModifier and TypeMethodDescriptionstatic StringCheckTools.getAffectedEdge(StructuredEdge edge) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing an edge with the given structured edge. -
Uses of StructuredEdge in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return StructuredEdgeModifier and TypeMethodDescriptionProcessModelFactory.createStructuredEdge(Edge edge, int sourceNodeID, int destinationNodeID) Create a structured edge (a container for an edge and its structural information).Methods in de.aristaflow.adept2.model.processmodel that return types with arguments of type StructuredEdgeModifier and TypeMethodDescriptionDeltaLayer.getEdges(ProcessConstants.DeltaScope scope, ProcessConstants.EdgeType... edgeTypes) Returns a set of comparable edges (edges with structural information), of the given scope and type(s).AbstractWrappingTemplate.getEdgeStructure(ProcessConstants.EdgeType... edgeTypes) Template.getEdgeStructure(ProcessConstants.EdgeType... edgeTypes) Convenient method which returns all edges including their structural data.static Collection<StructuredEdge>StructuredEdgeComparator.getSortedEdges(Collection<StructuredEdge> unsortedEdges) Take the given edges and return them as sorted collection.Methods in de.aristaflow.adept2.model.processmodel with parameters of type StructuredEdgeModifier and TypeMethodDescriptionintStructuredEdgeComparator.compare(StructuredEdge o1, StructuredEdge o2) Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type StructuredEdgeModifier and TypeMethodDescriptionstatic Collection<StructuredEdge>StructuredEdgeComparator.getSortedEdges(Collection<StructuredEdge> unsortedEdges) Take the given edges and return them as sorted collection. -
Uses of StructuredEdge in de.aristaflow.ilm.model.processmodel
Methods in de.aristaflow.ilm.model.processmodel that return StructuredEdgeModifier and TypeMethodDescriptionprotected static StructuredEdgeTransformation.fromIlm(ProcessModelFactory pmf, StructuralEdge se) Methods in de.aristaflow.ilm.model.processmodel with parameters of type StructuredEdgeModifier and TypeMethodDescriptionprotected static StructuralEdgeTransformation.toIlm(StructuredEdge edge)