Uses of Interface
de.mid.innovator.srv2api.icw2model.MEDependency
-
Packages that use MEDependency Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).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.de.mid.innovator.srv2api.icw2pres 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.icw2bp Modifier and Type Interface Description interface
BPUseCaseInteractionRel
interface
BPUseCasePathRel
-
Uses of MEDependency in de.mid.innovator.srv2api.icw2class
Subinterfaces of MEDependency 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
CLDeployment
A deployment is the allocation of an artifact or artifact instance to a deployment target.interface
CLInterfaceRealization
An interface realization is a specialized realization relationship between a classifier and an interface.interface
CLManifestation
A manifestation is the concrete physical rendering of one or more model elements by an artifact.interface
CLRoleBinding
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 MEDependency in de.mid.innovator.srv2api.icw2gc
Subinterfaces of MEDependency in de.mid.innovator.srv2api.icw2gc Modifier and Type Interface Description interface
GCConceptRealization
The 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.icw2model Modifier and Type Interface Description interface
MEAbstraction
An 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.interface
MECopy
interface
MECreateRedirect
interface
MEMappingDependency
Mapping dependendcy is a subclass ofMEDependency
.interface
MEProxyAssignment
Specialized depencency for associating MEProxy and tangible elements.interface
MERealization
Realization 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).interface
MEUsage
A 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 MEDependency Modifier and Type Field Description MEDependency
ARG_DependencySourceTarget. ohDependency
dependency elementMethods in de.mid.innovator.srv2api.icw2model with type parameters of type MEDependency Modifier and Type Method Description <T extends MEDependency>
java.util.List<T>MENamedElement. getMESupplierDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the supplier.Methods in de.mid.innovator.srv2api.icw2model that return MEDependency Modifier and Type Method Description static MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with template from source to target element.static MEDependency
MEDependencyHelper. 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 MEDependency Constructor Description ARG_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 MEDependency Modifier and Type Method Description <T extends MEDependency>
java.util.List<T>PRVersionAbleDia. getVersionAbleDiaClientDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the diagram as client.<T extends MEDependency>
java.util.List<T>PRVersionAbleDia. getVersionAbleDiaSupplierDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the diagram as supplier.
-