Uses of Class
de.aristaflow.ilm.model.processmodel.Edge
-
-
Uses of Edge in de.aristaflow.ilm.model.processmodel
Subclasses of Edge in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description class
StructuralEdge
-
Uses of Edge in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type Edge Modifier and Type Method Description void
ProcessImageRendererRest. addEdgeToModel(Edge edge)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.void
SimpleProcessImageRendererRest. addEdgeToModel(Edge edge)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
Uses of Edge in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type Edge Modifier and Type Method Description void
ProcessManagerRest. addEdgeToModel(Edge edge)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
Uses of Edge in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type Edge Modifier and Type Method Description void
ResModelManagerRest. addEdgeToModel(Edge edge)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
-