Uses of Class
de.aristaflow.ilm.model.processmodel.StructuralEdge
-
Packages that use StructuralEdge Package Description de.aristaflow.ilm.model.processmodel -
-
Uses of StructuralEdge in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel with type parameters of type StructuralEdge Modifier and Type Field Description @NotEmpty List<@NotNull @Valid StructuralEdge>
Template. edges
Methods in de.aristaflow.ilm.model.processmodel that return StructuralEdge Modifier and Type Method Description protected static StructuralEdge
Transformation. toIlm(StructuredEdge edge)
Methods in de.aristaflow.ilm.model.processmodel with parameters of type StructuralEdge Modifier and Type Method Description protected static StructuredEdge
Transformation. fromIlm(ProcessModelFactory pmf, StructuralEdge se)
-