Uses of Class
de.aristaflow.ilm.model.processmodel.DataEdge
-
-
Uses of DataEdge in de.aristaflow.ilm.model.processmodel
Subclasses of DataEdge in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description class
StructuralDataEdge
-
Uses of DataEdge in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type DataEdge Modifier and Type Method Description void
ProcessImageRendererRest. addDataEdgeToModel(DataEdge dataEdge)
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. addDataEdgeToModel(DataEdge dataEdge)
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 DataEdge in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type DataEdge Modifier and Type Method Description void
ProcessManagerRest. addDataEdgeToModel(DataEdge dataEdge)
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 DataEdge in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type DataEdge Modifier and Type Method Description void
ResModelManagerRest. addDataEdgeToModel(DataEdge dataEdge)
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.
-