Uses of Interface
de.mid.innovator.srv2api.icw2model.MEDependency
Packages that use MEDependency
Package
Description
Package for Business Process Model and Notation (BPMN).
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Package for concept modeling.
This packagage contains elements representing the logical model.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of MEDependency in de.mid.innovator.srv2api.icw2bp
Subinterfaces of MEDependency in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of MEDependency in de.mid.innovator.srv2api.icw2class
Subinterfaces of MEDependency 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.interfaceA deployment is the allocation of an artifact or artifact instance to a deployment target.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.interfaceinterfaceA substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier. -
Uses of MEDependency in de.mid.innovator.srv2api.icw2gc
Subinterfaces of MEDependency in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceThe realization of a concept by another model element. -
Uses of MEDependency in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEDependency in de.mid.innovator.srv2api.icw2modelModifier and TypeInterfaceDescriptioninterfaceAn abstraction is a relationship that relates two elements or sets of elements that represent the same concept at different levels of abstraction or from different viewpoints.interfaceinterfaceinterfaceMapping dependendcy is a subclass ofMEDependency.interfaceSpecialized depencency for associating MEProxy and tangible elements.interfaceRealization 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).interfaceA usage is a relationship which one element requires another element (or set of elements) for its full implementation or operation.Fields in de.mid.innovator.srv2api.icw2model declared as MEDependencyMethods in de.mid.innovator.srv2api.icw2model with type parameters of type MEDependencyModifier and TypeMethodDescription<T extends MEDependency>
List<T> MENamedElement.getMESupplierDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the supplier.Methods in de.mid.innovator.srv2api.icw2model that return MEDependencyModifier and TypeMethodDescriptionstatic MEDependencyMEDependencyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Dependency with template from source to target element.static MEDependencyMEDependencyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Dependency with stereotype from source to target element.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MEDependencyModifierConstructorDescriptionARG_DependencySourceTarget(MEDependency ohDependency, MMStereotypeAble ohSource, ELNamedElement ohTarget) -
Uses of MEDependency in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres with type parameters of type MEDependencyModifier and TypeMethodDescription<T extends MEDependency>
List<T> PRVersionAbleDia.getVersionAbleDiaClientDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the diagram as client.<T extends MEDependency>
List<T> PRVersionAbleDia.getVersionAbleDiaSupplierDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the diagram as supplier.