Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELGeneralization
-
Packages that use ELGeneralization 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.icw2model This packagage contains elements representing the logical model. -
-
Uses of ELGeneralization in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELGeneralization in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLGeneralization
A generalization relates a specific classifier to a more general classifier and is owned by the specific classifier. -
Uses of ELGeneralization in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELGeneralization Modifier and Type Method Description <T extends ELGeneralization>
java.util.List<T>ELClassifier. getGeneralization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All generalization relationships owned by this classifier.<T extends ELGeneralization>
java.util.List<T>ELGeneralizationSet. getGeneralization(java.lang.Class<T> returnType)
List of the generalization set's generalizations.<T extends ELGeneralization>
java.util.List<T>ELClassifier. getSpecialization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All generalization relationships with this element as general classifier.<T extends ELGeneralization>
java.util.List<T>ELClassifier. getSpecificGeneralization(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All generalizations this classifier is connected to as general classifier. -
Uses of ELGeneralization in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELGeneralization in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
ERGeneralization
AERGeneralization
is a special relationship between two entities. -
Uses of ELGeneralization in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELGeneralization in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMGeneralization
This is a utility class for IMGeneralization that provides static methods for creation or other purposes. -
Uses of ELGeneralization in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return ELGeneralization Modifier and Type Method Description ELGeneralization
MEProxyAssignment. getTargetGeneralization()
This proxy assignment's client.
-