Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELViewElement
-
Packages that use ELViewElement 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 ELViewElement in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELViewElement in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLStructureDefinitioninterfaceCLStructureElementThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.interfaceCLStructureEntryinterfaceCLStructureGroup -
Uses of ELViewElement in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELViewElement in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interfaceDBViewinterfaceDBViewColumninterfaceDBViewElementThis is a utility class for DBViewElement that provides static methods for creation or other purposes.interfaceDBViewFrominterfaceDBViewSubselectFromADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions. -
Uses of ELViewElement in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELViewElement in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interfaceELViewThis is a utility class for ELView that provides static methods for creation or other purposes.interfaceELViewEntryThis is a utility class for ELViewEntry that provides static methods for creation or other purposes.interfaceELViewGroupThis is a utility class for ELViewGroup that provides static methods for creation or other purposes.interfaceELViewGroupAbleThis is a utility class for ELViewGroupAble that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELViewElement Modifier and Type Method Description <T extends ELViewElement>
java.util.List<T>ELFeature. getUsingViewElement(java.lang.Class<T> returnType)List of view elements using this feature. -
Uses of ELViewElement in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELViewElement in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2CubeIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceBI2DimensionAttributeABI2DimensionAttributeis a property of aBI2DimensionLeveland is also used in all hierarchy levels that belong to this dimension level.interfaceBI2DimensionIdAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceBI2DimensionLevelABI2DimensionLeveldescribes the semantic of the unit for which the data is collected.interfaceBI2DimensionShowAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceBI2DimensionSortAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.interfaceBI2DimensionTreeABI2DimensionTreeis a quasi-hierarchy that describes the levels in which the data is aggregated.interfaceBI2HierarchyABI2Hierarchyis a path in aBI2DimensionTreethrough which the data is collected in aggregated form.interfaceBI2HierarchyLevelABI2HierarchyLevelis the use of aBI2DimensionLevelin aBI2Hierarchyand thus indirectly the use of theERAttributeSetassigned to the dimension level.interfaceBIHierarchyDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchyAttributeDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchyLevelDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchySortAttributeDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceERViewAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.interfaceERViewAttributeAnERViewAttributedescribes a column of anERView.interfaceERViewElementinterfaceERViewFromAERViewFromof aERViewpoints to anERAttributeSetto use its attributes for viewing or filtering.interfaceERViewSubselectFromAERViewSubselectFromof aERViewpoints to anERAttributeSetto use its attributes in subselects wihtin expressions. -
Uses of ELViewElement in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELViewElement in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interfaceIMViewThis is a utility class for IMView that provides static methods for creation or other purposes.interfaceIMViewElementThe common behavier of view elements is the assignment of used features.interfaceIMViewFeatureThis is a utility class for IMViewFeature that provides static methods for creation or other purposes.interfaceIMViewFromThis is a utility class for IMViewFrom that provides static methods for creation or other purposes.interfaceIMViewSubselectFromThis is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.
-