Uses of Class
de.aristaflow.ilm.model.processmodel.Node
-
-
Uses of Node in de.aristaflow.ilm.model.processmodel
Subclasses of Node in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description class
StructuralNode
Methods in de.aristaflow.ilm.model.processmodel with type parameters of type Node Modifier and Type Method Description protected static <T extends Node,I extends Node>
ITransformation. fillNode(T node, I ret)
-
Uses of Node in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type Node Modifier and Type Method Description void
ProcessImageRendererRest. addNodeToModel(Node node)
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. addNodeToModel(Node node)
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 Node in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type Node Modifier and Type Method Description void
ProcessManagerRest. addNodeToModel(Node node)
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 Node in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type Node Modifier and Type Method Description void
ResModelManagerRest. addNodeToModel(Node node)
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.
-