Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELViewGroupAble
-
Packages that use ELViewGroupAble 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 ELViewGroupAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELViewGroupAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLStructureDefinition
interface
CLStructureGroup
Fields in de.mid.innovator.srv2api.icw2class declared as ELViewGroupAble Modifier and Type Field Description ELViewGroupAble
ARG_CLCopyStructureGroup. ohGroupAble
group able elementMethods in de.mid.innovator.srv2api.icw2class with parameters of type ELViewGroupAble Modifier and Type Method Description java.util.List<CLStructureElement>
CLStructureElement. createCopyFromGroupAble(ELViewGroupAble ohGroupAble, boolean copyRecursive, boolean useInGroup, ARG_StereotypeRelationsOut valStereoRel)
Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ELViewGroupAble Constructor Description ARG_CLCopyStructureGroup(ELViewGroupAble ohGroupAble, boolean copyRecursive, boolean useInGroup, ARG_StereotypeRelationsOut valStereoRel)
-
Uses of ELViewGroupAble in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELViewGroupAble in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBView
interface
DBViewFrom
interface
DBViewSubselectFrom
ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions. -
Uses of ELViewGroupAble in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELViewGroupAble in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interface
ELView
This is a utility class for ELView that provides static methods for creation or other purposes.interface
ELViewGroup
This is a utility class for ELViewGroup that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELViewGroupAble Modifier and Type Method Description <T extends ELViewGroupAble>
java.util.List<T>ELClassifier. getClassifierViewGroup(java.lang.Class<T> returnType)
All group able elements using this classifier.Methods in de.mid.innovator.srv2api.icw2elem that return ELViewGroupAble Modifier and Type Method Description ELViewGroupAble
ELViewEntry. getOwningViewGroupAble()
The view group able owning this view entry.ELViewGroupAble
ELViewGroup. getOwningViewGroupAble()
The view group able owning this view group.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELViewGroupAble Modifier and Type Method Description <T extends ELViewEntry>
java.util.List<T>ELFeature. getEntryInGroupAble(java.lang.Class<T> returnType, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends ELViewEntry>
java.util.List<T>ELFeature. getEntryInGroupAble(java.lang.Class<T> returnType, MMStereotype stereotype, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getEntryInGroupAble and filters its return values according to the given stereotype value. -
Uses of ELViewGroupAble in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELViewGroupAble 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
BI2DimensionLevel
ABI2DimensionLevel
describes the semantic of the unit for which the data is collected.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
BI2HierarchyLevel
ABI2HierarchyLevel
is the use of aBI2DimensionLevel
in aBI2Hierarchy
and thus indirectly the use of theERAttributeSet
assigned to the dimension level.interface
BIHierarchy
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchyLevel
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.interface
ERViewFrom
AERViewFrom
of aERView
points to anERAttributeSet
to use its attributes for viewing or filtering.interface
ERViewSubselectFrom
AERViewSubselectFrom
of aERView
points to anERAttributeSet
to use its attributes in subselects wihtin expressions. -
Uses of ELViewGroupAble in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELViewGroupAble 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.interface
IMViewFrom
This is a utility class for IMViewFrom that provides static methods for creation or other purposes.interface
IMViewSubselectFrom
This is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.
-