Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELAssociation
Packages that use ELAssociation
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
Meta model and administration information.
-
Uses of ELAssociation in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceA model element that has both association and class properties.interfaceAn association describes a set of tuples whose values refer to typed instances.interfaceA 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.icw2elemModifier and TypeInterfaceDescriptioninterfaceThis 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 ELAssociationModifier and TypeMethodDescription<T extends ELAssociation>
List<T> ELClassifier.getAssociation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which this classifier participates in.<T extends ELAssociation>
List<T> ELClassifier.getAssociation(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>
List<T> ELClassifier.getAssociationNavigableFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which have at least one association end navigable from this classifier.<T extends ELAssociation>
List<T> ELClassifier.getAssociationNavigableFrom(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>
List<T> ELClassifier.getAssociationOfSelfOrGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which this classifier or one of its transitive general classifier participates in.<T extends ELAssociation>
List<T> ELClassifier.getAssociationOfSelfOrGeneralTransitive(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>
List<T> ELClassifier.getAssociationTypedBySelf(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which have at least one association end typed by this classifier.<T extends ELAssociation>
List<T> ELClassifier.getAssociationTypedBySelf(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 ELAssociationModifier and TypeMethodDescriptionELProperty.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.icw2erModifier and TypeInterfaceDescriptioninterfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interface -
Uses of ELAssociation in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2im -
Uses of ELAssociation in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELAssociation in de.mid.innovator.srv2api.icw2meta