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 interfaceBPUseCaseInteractionRelinterfaceBPUseCasePathRel -
Uses of ELDependency in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELDependency in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLComponentRealizationThe 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.interfaceCLDeploymentA deployment is the allocation of an artifact or artifact instance to a deployment target.interfaceCLInterfaceRealizationAn interface realization is a specialized realization relationship between a classifier and an interface.interfaceCLManifestationA manifestation is the concrete physical rendering of one or more model elements by an artifact.interfaceCLRoleBindinginterfaceCLSubstitutionA 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 interfaceGCConceptRealizationThe 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 interfaceMEAbstractionAn 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.interfaceMECopyinterfaceMECreateRedirectinterfaceMEDependencyA dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.interfaceMEMappingDependencyMapping dependendcy is a subclass ofMEDependency.interfaceMEProxyAssignmentSpecialized depencency for associating MEProxy and tangible elements.interfaceMERealizationRealization 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).interfaceMEUsageA 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 ELDependencyARG_MEDependencyAssignmentInfo. ohDependencyAssignment implementing DependencyConstructors in de.mid.innovator.srv2api.icw2model with parameters of type ELDependency Constructor Description ARG_MEDependencyAssignmentInfo(ELElement ohSource, ELElement ohTarget, ELDependency ohDependency)
-