Uses of Interface
de.mid.innovator.srv2api.icw2class.CLNode
-
Packages that use CLNode Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of CLNode in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLNode in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLDevice
A device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interface
CLExecEnv
An execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.Methods in de.mid.innovator.srv2api.icw2class with type parameters of type CLNode Modifier and Type Method Description <T extends CLNode>
java.util.List<T>CLNode. getNestedNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2class that return CLNode Modifier and Type Method Description static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Node with template and container.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Node with stereotype and container.CLNode
CLNode. getNode()
-