base_column_structured_data package

This package describes the storage of base cube data (as opposed to derived cube data)

EPackage properties:
Namespace Prefix: base_column_structured_data
Namespace URI: http://www.eclipse.org/efbt/base_column_structured_data

BaseCell

Cell data of Rows of BaseCubes

EClass properties:
Abstract

Supertype:Cell

BaseCellWithEnumeratedValue

Base Cell data which contains one member of a list of enumerated values (e.g. a currency)

Supertype:BaseCell

References
Name
Properties
Documentation
value
Cardinality: [0..1]

The member

BaseCellWithValue

Base Cell data which contains a value (e.g. price)

Supertype:BaseCell

Attributes
Name
Properties
Documentation
value
T: EString
Cardinality: [0..1]

The value of the cell represented as a String

BaseColumnStructuredData

Data For BaseCubes as a set of RowData

Supertype:ColumnStructuredData

References
Name
Properties
Documentation
cube
T: CUBE
Cardinality: [0..1]

The cube with which the data is associated

rows
Cardinality: [0..*]
Containment

The rows which make up the table data

BaseRowData

Data For Rows of BaseCubes

Supertype:RowData

References
Name
Properties
Documentation
cells
Cardinality: [0..*]
Containment

The cells containing the data associated with the BaseRows

InputData

Attributes
Name
Properties
Documentation
name
T: EString
Cardinality: [0..1]

The name associated with the input data.

References
Name
Properties
Documentation
sourceTableData
Cardinality: [0..*]
Unordered
Containment

The set of pupulated BaseCubes that represent the input data.

InputDataModule

A module containeing a set of input data

Supertype:Module

References
Name
Properties
Documentation
inputData
Cardinality: [0..*]
Containment

The input data that makes up the module