Uses of Interface
de.aristaflow.adept2.model.processmodel.StructuredDataEdge
-
Packages that use StructuredDataEdge Package Description de.aristaflow.adept2.model.processmodel de.aristaflow.ilm.model.processmodel -
-
Uses of StructuredDataEdge in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return StructuredDataEdge Modifier and Type Method Description StructuredDataEdgeProcessModelFactory. createStructuredDataEdge(DataEdge dataEdge, int nodeID, int connectorID, int dataElementID)Create a structured data edge (a container for a data edge and its structural information).Methods in de.aristaflow.adept2.model.processmodel that return types with arguments of type StructuredDataEdge Modifier and Type Method Description Set<StructuredDataEdge>DeltaLayer. getDataEdges(ProcessConstants.DeltaScope scope)Returns a set of comparable data edges (data edges with structural information), of the given scope.Set<StructuredDataEdge>AbstractWrappingTemplate. getDataEdgeStructure()Set<StructuredDataEdge>Template. getDataEdgeStructure()Convenient method which returns all data edges including their structural data.static Collection<StructuredDataEdge>StructuredDataEdgeComparator. getSortedDataEdges(Collection<StructuredDataEdge> unsortedDataEdges)Take the given data edges and return them as sorted collection.Methods in de.aristaflow.adept2.model.processmodel with parameters of type StructuredDataEdge Modifier and Type Method Description intStructuredDataEdgeComparator. compare(StructuredDataEdge o1, StructuredDataEdge o2)Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type StructuredDataEdge Modifier and Type Method Description static Collection<StructuredDataEdge>StructuredDataEdgeComparator. getSortedDataEdges(Collection<StructuredDataEdge> unsortedDataEdges)Take the given data edges and return them as sorted collection. -
Uses of StructuredDataEdge in de.aristaflow.ilm.model.processmodel
Methods in de.aristaflow.ilm.model.processmodel that return StructuredDataEdge Modifier and Type Method Description protected static StructuredDataEdgeTransformation. fromIlm(ProcessModelFactory pmf, StructuralDataEdge sde)Methods in de.aristaflow.ilm.model.processmodel with parameters of type StructuredDataEdge Modifier and Type Method Description protected static StructuralDataEdgeTransformation. toIlm(StructuredDataEdge edge)
-