Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELDependency
-
Packages that use ELDependency 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.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 ELDependency in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELDependency in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPUseCaseInteractionRel
interface
BPUseCasePathRel
-
Uses of ELDependency in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELDependency 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 ELDependency in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELDependency Modifier and Type Method Description <T extends ELDependency>
java.util.List<T>ELContainerAble. getClientDependency(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the client.<T extends ELDependency>
java.util.List<T>ELNamedElement. getSupplierDependency(java.lang.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.icw2gc Modifier and Type Interface Description interface
GCConceptRealization
The 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.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
MEDependency
A dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.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 ELDependency Modifier and Type Field Description ELDependency
ARG_MEDependencyAssignmentInfo. ohDependency
Assignment implementing DependencyConstructors in de.mid.innovator.srv2api.icw2model with parameters of type ELDependency Constructor Description ARG_MEDependencyAssignmentInfo(ELElement ohSource, ELElement ohTarget, ELDependency ohDependency)
-