Uses of Interface
de.mid.innovator.srv2api.icw2model.MEAbstraction
Packages that use MEAbstraction
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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.
Package for concept modeling.
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.icw2classModifier and TypeInterfaceDescriptioninterfaceThe 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.interfaceAn interface realization is a specialized realization relationship between a classifier and an interface.interfaceA manifestation is the concrete physical rendering of one or more model elements by an artifact.interfaceA 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 MEAbstractionModifier and TypeMethodDescriptionELValSpecOpaqueExpr.getAbstraction()The abstraction that owns this expression. -
Uses of MEAbstraction in de.mid.innovator.srv2api.icw2gc
Subinterfaces of MEAbstraction in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceThe 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.icw2modelModifier and TypeInterfaceDescriptioninterfaceinterfaceRealization 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 MEAbstractionModifier and TypeMethodDescriptionstatic 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.