Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELDependency
Packages that use ELDependency
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.
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 ELDependency in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELDependency in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of ELDependency in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELDependency 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 ELDependency in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELDependencyModifier and TypeMethodDescription<T extends ELDependency>
List<T> ELContainerAble.getClientDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the client.<T extends ELDependency>
List<T> ELNamedElement.getSupplierDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the supplier. -
Uses of ELDependency in de.mid.innovator.srv2api.icw2gc
Subinterfaces of ELDependency in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceThe realization of a concept by another model element. -
Uses of ELDependency in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELDependency 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.interfaceinterfaceinterfaceA dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.interfaceMapping 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 ELDependencyModifier and TypeFieldDescriptionARG_MEDependencyAssignmentInfo.ohDependencyAssignment implementing DependencyConstructors in de.mid.innovator.srv2api.icw2model with parameters of type ELDependencyModifierConstructorDescriptionARG_MEDependencyAssignmentInfo(ELElement ohSource, ELElement ohTarget, ELDependency ohDependency)