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 interfaceBPUseCaseInteractionRelinterfaceBPUseCasePathRel -
Uses of MEDependency in de.mid.innovator.srv2api.icw2class
Subinterfaces of MEDependency 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 MEDependency in de.mid.innovator.srv2api.icw2gc
Subinterfaces of MEDependency in de.mid.innovator.srv2api.icw2gc Modifier and Type Interface Description interfaceGCConceptRealizationThe 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 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.interfaceMECopyinterfaceMECreateRedirectinterfaceMEMappingDependencyMapping 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 MEDependency Modifier and Type Field Description MEDependencyARG_DependencySourceTarget. ohDependencydependency 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 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 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.
-