Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInterface
Packages that use CLInterface
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Diagrams and graphical representations for elements of the icw2class package.
This packagage contains elements representing the logical model.
-
Uses of CLInterface in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLInterfaceModifier and TypeMethodDescriptionstatic CLInterfaceCLInterfaceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interface with template and container.static CLInterfaceCLInterfaceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interface with stereotype and container.CLInterfaceRealization.getContract()References the interface specifying the conformance contract.CLClassifier.getInterface()The interface that owns this classifier.CLOperation.getInterface()CLProperty.getInterface()CLReception.getInterface()Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLInterfaceModifier and TypeMethodDescriptionCLClassifier.getContract()All interfaces realized by this classifier.CLClassifier.getContract(MMStereotype stereotype) The method calls getContract and filters its return values according to the given stereotype value.CLClassifier.getProvidedInterface()All interfaces which are provided by this classifier.CLClassifier.getProvidedInterface(MMStereotype stereotype) The method calls getProvidedInterface and filters its return values according to the given stereotype value.CLPort.getProvidedInterface(K_CONTROL_OPTION... behaviourFlags) References the interfaces specifying the set of operations and receptions that the classifier offers to its environment via this port, and which it will handle either directly or by forwarding it to a part of its internal structure.CLPort.getProvidedInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProvidedInterface and filters its return values according to the given stereotype value.CLClassifier.getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags) All interfaces which are provided directly by this classifier.CLClassifier.getProvidedInterfaceDirect(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProvidedInterfaceDirect and filters its return values according to the given stereotype value.CLClassifier.getRequiredInterface()All interfaces which are required by this classifier.CLClassifier.getRequiredInterface(MMStereotype stereotype) The method calls getRequiredInterface and filters its return values according to the given stereotype value.CLPort.getRequiredInterface(K_CONTROL_OPTION... behaviourFlags) References the interfaces specifying the set of operations and receptions that the classifier expects its environment to handle via this port.CLPort.getRequiredInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRequiredInterface and filters its return values according to the given stereotype value.CLClassifier.getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags) All interfaces which are required directly by this classifier.CLClassifier.getRequiredInterfaceDirect(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRequiredInterfaceDirect and filters its return values according to the given stereotype value. -
Uses of CLInterface in de.mid.innovator.srv2api.icw2cldia
Fields in de.mid.innovator.srv2api.icw2cldia declared as CLInterfaceModifier and TypeFieldDescriptionARG_AddAbleAsSocketBallEntry.ohInterfaceinterface which is added in socket ball notationConstructors in de.mid.innovator.srv2api.icw2cldia with parameters of type CLInterfaceModifierConstructorDescriptionARG_AddAbleAsSocketBallEntry(K_SOCKETBALL kSocketBall, CLInterface ohInterface, String nameInterface, String iconInterface, MEModelElement ohElem, String nameElem, String iconElem, Point ptPos) -
Uses of CLInterface in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLInterfaceModifier and TypeMethodDescriptionMEUsage.getUsedInterface()The interface used by this usage dependency.