Uses of Interface
de.aristaflow.adept2.model.processmodel.StructuredDataEdge
Packages that use StructuredDataEdge
-
Uses of StructuredDataEdge in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return StructuredDataEdgeModifier and TypeMethodDescriptionProcessModelFactory.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 StructuredDataEdgeModifier and TypeMethodDescriptionDeltaLayer.getDataEdges(ProcessConstants.DeltaScope scope) Returns a set of comparable data edges (data edges with structural information), of the given scope.AbstractWrappingTemplate.getDataEdgeStructure()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 StructuredDataEdgeModifier and TypeMethodDescriptionintStructuredDataEdgeComparator.compare(StructuredDataEdge o1, StructuredDataEdge o2) Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type StructuredDataEdgeModifier and TypeMethodDescriptionstatic 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 StructuredDataEdgeModifier and TypeMethodDescriptionprotected static StructuredDataEdgeTransformation.fromIlm(ProcessModelFactory pmf, StructuralDataEdge sde) Methods in de.aristaflow.ilm.model.processmodel with parameters of type StructuredDataEdgeModifier and TypeMethodDescriptionprotected static StructuralDataEdgeTransformation.toIlm(StructuredDataEdge edge)