Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELAssociation
-
Packages that use ELAssociation Package Description 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.icw2er 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.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ELAssociation in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLAssocClass
A model element that has both association and class properties.interface
CLAssociation
An association describes a set of tuples whose values refer to typed instances.interface
CLCommunicationPath
A communication path is an association between two deployment targets which they are able to exchange signals and messages through. -
Uses of ELAssociation in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interface
ELM2Association
This is a utility class for ELM2Association that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELAssociation Modifier and Type Method Description <T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All associations which this classifier participates in.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociation(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociation and filters its return values according to the given stereotype value.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationNavigableFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All associations which have at least one association end navigable from this classifier.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationNavigableFrom(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationNavigableFrom and filters its return values according to the given stereotype value.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationOfSelfOrGeneralTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All associations which this classifier or one of its transitive general classifier participates in.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationOfSelfOrGeneralTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationOfSelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationTypedBySelf(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All associations which have at least one association end typed by this classifier.<T extends ELAssociation>
java.util.List<T>ELClassifier. getAssociationTypedBySelf(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssociationTypedBySelf and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2elem that return ELAssociation Modifier and Type Method Description ELAssociation
ELProperty. getAssociation()
The association this property is assigned to. -
Uses of ELAssociation in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
BIHierarchyRole
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
ERRelationship
-
Uses of ELAssociation in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMAssociation
Association between two classifiers. -
Uses of ELAssociation in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MM2Association
-