Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELRelshipBinDir
Packages that use ELRelshipBinDir
Package
Description
Package for Business Object Modeling.
Package for Business Process Model and Notation (BPMN).
Business resource modeling package.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Diagrams and graphical representations for elements of the icw2class package.
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
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.
The ER package (specialization of the IM package) deals with the modeling
concepts for the Entity Relationship Model and, in particular, entities,
attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
Package for concept modeling.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
Meta model and administration information.
This packagage contains elements representing the logical model.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2bc
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2bcModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BCRelshipBinDir that provides static methods for creation or other purposes. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceNote that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities.interfaceinterfaceinterfaceThis is a utility class for BPMappingAssociation that provides static methods for creation or other purposes.interfaceOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interfaceinterfaceinterfaceinterfaceinterface -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2brModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.interfaceThis is a utility class for BRResourceRel that provides static methods for creation or other purposes. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELRelshipBinDir 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.interfaceinterfaceA generalization relates a specific classifier to a more general classifier and is owned by the specific classifier.interfaceinterfaceAn 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.interface -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2cldia
Fields in de.mid.innovator.srv2api.icw2cldia declared as ELRelshipBinDirConstructors in de.mid.innovator.srv2api.icw2cldia with parameters of type ELRelshipBinDirModifierConstructorDescriptionARG_SourceTargetRelship(CLDiaElemNode ohSrcNode, CLDiaElemNode ohTrgNode, ELRelshipBinDir ohRel, Class<? extends ELObject> kVOclRel, String strRel) -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2dm
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2dmModifier and TypeInterfaceDescriptioninterfaceThe classDRAuthorityRequirementis used to model an authority requirement, as represented by an arrow drawn with dashed line and a filled circular head in a DRD byDRDiaRequirementEdge.interfaceThe classDRInformationRequirementis used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge.interfaceThe classDRKnowledgeRequirementis used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge.interfaceDRRequirementis the abstract superclass for all requirements that are graphical represented in aDRDecisionRequirementDia. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2elemModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for ELDependency that provides static methods for creation or other purposes.interfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELRelshipBinDirModifier and TypeMethodDescription<T extends ELRelshipBinDir>
List<T> ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ELRelshipBinDir>
List<T> ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedRelshipBinDirWithTarget and filters its return values according to the given stereotype value.<T extends ELRelshipBinDir>
List<T> ELElement.getRelshipBinDir(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllELRelshipBinDirinstances with this element as source or target.<T extends ELRelshipBinDir>
List<T> ELElement.getRelshipBinDir(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRelshipBinDir and filters its return values according to the given stereotype value.<T extends ELRelshipBinDir>
List<T> ELContainerAble.getRelshipBinDirSource(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All directed relationships with this element as source.<T extends ELRelshipBinDir>
List<T> ELElement.getRelshipBinDirTarget(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All directed relationships with this element as target.static <T extends ELRelshipBinDir>
List<T> ELRelshipBinDirHelper.getRestrictOnTargetHasRead(Class<T> returnType, SrvContext srvCtx, ELElement ohRef, List<? extends ELElement> seqRestrict) removes a directed relationship from the list if the provided user has not read access on the target element. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceABI2DimensionPrecedencebetween twoBI2DimensionLeveldimensional levels means that the upper level provides the aggregated data to the lower level.interfaceAERGeneralizationis a special relationship between two entities. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2gc
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceinterfaceThe realization of a concept by another model element. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for IMGeneralization that provides static methods for creation or other purposes. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2metaModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ELRelshipBinDirModifier and TypeMethodDescription<T extends ELRelshipBinDir>
List<T> MMCreateELInst.getTemplateTarget(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All directed relationships with this dummy element as target. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELRelshipBinDir 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.interfaceAn element import identifies an element in another package and allows the element to be referenced using its name without a qualifier.interfaceMapping dependendcy is a subclass ofMEDependency.interfaceA package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.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. -
Uses of ELRelshipBinDir in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ELRelshipBinDir in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceProtocol state machines can be redefined into more specific protocol state machines or into behavioral state machines.