Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELView
-
Packages that use ELView 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.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.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. -
-
Uses of ELView in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELView in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLStructureDefinition
-
Uses of ELView in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELView in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBView
-
Uses of ELView in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELView Modifier and Type Method Description <T extends ELView>
java.util.List<T>ELClassifier. getViewTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All views which are directly or indirectly deduced from this classifier.<T extends ELView>
java.util.List<T>ELClassifier. getViewTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getViewTransitive and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2elem that return ELView Modifier and Type Method Description ELView
ELViewElement. getEnvironmentView()
Gets theELView
of thisELViewElement
. -
Uses of ELView in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELView in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
BI2Cube
In anBI2Cube
, the data is stored redundantly in segments of a multidimensional cube.interface
BI2DimensionTree
ABI2DimensionTree
is a quasi-hierarchy that describes the levels in which the data is aggregated.interface
BI2Hierarchy
ABI2Hierarchy
is a path in aBI2DimensionTree
through which the data is collected in aggregated form.interface
BIHierarchy
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
ERView
AERView
to the Entity Relationship Model builds a table by joining and filtering the selected attributes. -
Uses of ELView in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELView in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMView
This is a utility class for IMView that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2im with type parameters of type ELView Modifier and Type Field Description java.util.List<ELView>
ARG_FeaturesPropagateToViews. seqView
list of propagation target viewsMethods in de.mid.innovator.srv2api.icw2im with parameters of type ELView Modifier and Type Method Description boolean
IMKey. isCompleteInView(ELView refObj)
Is true, if all features of the key are viewed by theargument refObj
.
-