Uses of Interface
de.mid.innovator.srv2api.icw2class.CLReception
-
Packages that use CLReception 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 CLReception in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLReception Modifier and Type Method Description static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with template and container with requirement.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLReception Modifier and Type Method Description java.util.List<CLReception>
CLClass. getOwnedReception(K_CONTROL_OPTION... behaviourFlags)
Receptions that objects of this class are willing to accept.java.util.List<CLReception>
CLInterface. getOwnedReception(K_CONTROL_OPTION... behaviourFlags)
Receptions that objects providing this interface are willing to accept.java.util.List<CLReception>
CLSignal. getReception(K_CONTROL_OPTION... behaviourFlags)
All receptions which handle this signal.
-