Uses of Interface
de.mid.innovator.srv2api.icw2er.ERAttributeSet
-
Packages that use ERAttributeSet Package Description 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. -
-
Uses of ERAttributeSet in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERAttributeSet 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
EREntity
AnEREntity
as part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interface
ERView
AERView
to the Entity Relationship Model builds a table by joining and filtering the selected attributes.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERAttributeSet Modifier and Type Method Description <T extends ERAttributeSet>
java.util.List<T>ERView. getFromAttributeSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ERAttributeSet>
java.util.List<T>ERView. getFromAttributeSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getFromAttributeSet and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er that return ERAttributeSet Modifier and Type Method Description ERAttributeSet
BI2HierarchyLevel. getAttributeSet()
Reference to theERAttributeSet
(EREntity
orERView
) of theBI2DimensionLevel
of thisBI2HierarchyLevel
.ERAttributeSet
BIHierarchyLevel. getAttributeSet()
Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERAttributeSet Modifier and Type Method Description <T extends IMForeignKeyAble>
java.util.List<T>ERAttributeSet. getForeignKeyAbleBetween(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends IMForeignKeyAble>
java.util.List<T>ERAttributeSet. getForeignKeyAbleBetween(java.lang.Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getForeignKeyAbleBetween and filters its return values according to the given stereotype value.<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.void
BI2HierarchyLevel. setAttributeSet(ERAttributeSet value)
Set the value of View AttributeSet.void
BIHierarchyLevel. setAttributeSet(ERAttributeSet value)
Set the value of Foreign Key AttributeSet.
-