Uses of Interface
de.aristaflow.adept2.model.processmodel.StructuredEdge
-
Packages that use StructuredEdge Package Description de.aristaflow.adept2.core.checks.processmodel de.aristaflow.adept2.model.processmodel de.aristaflow.ilm.model.processmodel -
-
Uses of StructuredEdge in de.aristaflow.adept2.core.checks.processmodel
Methods in de.aristaflow.adept2.core.checks.processmodel with parameters of type StructuredEdge Modifier and Type Method Description static String
CheckTools. getAffectedEdge(StructuredEdge edge)
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 StructuredEdge Modifier and Type Method Description StructuredEdge
ProcessModelFactory. 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 StructuredEdge Modifier and Type Method Description Set<StructuredEdge>
DeltaLayer. getEdges(ProcessConstants.DeltaScope scope, ProcessConstants.EdgeType... edgeTypes)
Returns a set of comparable edges (edges with structural information), of the given scope and type(s).Set<StructuredEdge>
AbstractWrappingTemplate. getEdgeStructure(ProcessConstants.EdgeType... edgeTypes)
Set<StructuredEdge>
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 StructuredEdge Modifier and Type Method Description int
StructuredEdgeComparator. compare(StructuredEdge o1, StructuredEdge o2)
Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type StructuredEdge Modifier and Type Method Description static 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 StructuredEdge Modifier and Type Method Description protected static StructuredEdge
Transformation. fromIlm(ProcessModelFactory pmf, StructuralEdge se)
Methods in de.aristaflow.ilm.model.processmodel with parameters of type StructuredEdge Modifier and Type Method Description protected static StructuralEdge
Transformation. toIlm(StructuredEdge edge)
-