Uses of Interface
de.mid.innovator.srv2api.icw2model.MEAbstraction
-
Packages that use MEAbstraction 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.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEAbstraction in de.mid.innovator.srv2api.icw2class
Subinterfaces of MEAbstraction in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLComponentRealizationThe 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.interfaceCLInterfaceRealizationAn interface realization is a specialized realization relationship between a classifier and an interface.interfaceCLManifestationA manifestation is the concrete physical rendering of one or more model elements by an artifact.interfaceCLSubstitutionA substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier. -
Uses of MEAbstraction in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return MEAbstraction Modifier and Type Method Description MEAbstractionELValSpecOpaqueExpr. getAbstraction()The abstraction that owns this expression. -
Uses of MEAbstraction in de.mid.innovator.srv2api.icw2gc
Subinterfaces of MEAbstraction in de.mid.innovator.srv2api.icw2gc Modifier and Type Interface Description interfaceGCConceptRealizationThe realization of a concept by another model element. -
Uses of MEAbstraction in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEAbstraction in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interfaceMECopyinterfaceMERealizationRealization is a specialized abstraction relationship between two sets of model elements, one representing a specification (the supplier) and the other represents an implementation of the latter (the client).Methods in de.mid.innovator.srv2api.icw2model that return MEAbstraction Modifier and Type Method Description static MEAbstractionMEAbstractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Abstraction with template from source to target element.static MEAbstractionMEAbstractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Abstraction with stereotype from source to target element.
-