Uses of Interface
de.mid.innovator.srv2api.icw2model.MERealization
-
Packages that use MERealization 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.de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MERealization in de.mid.innovator.srv2api.icw2class
Subinterfaces of MERealization in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLComponentRealization
The component realization concept is specialized in the components package to (optionally) define the classifiers that realize the contract offered by a component in terms of its provided and required interfaces.interface
CLInterfaceRealization
An interface realization is a specialized realization relationship between a classifier and an interface.interface
CLSubstitution
A substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier. -
Uses of MERealization in de.mid.innovator.srv2api.icw2gc
Subinterfaces of MERealization in de.mid.innovator.srv2api.icw2gc Modifier and Type Interface Description interface
GCConceptRealization
The realization of a concept by another model element. -
Uses of MERealization in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MERealization Modifier and Type Method Description static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with template from source to target element.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with stereotype from source to target element.
-