| Package | Description |
|---|---|
| oracle.odi.domain.adapter.dimensional |
This package contains base interface classes for dimensional model domain objects in Oracle Data Integrator.
|
| oracle.odi.domain.dimension | |
| oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
| Modifier and Type | Method and Description |
|---|---|
IDimension |
IHierarchy.getDimension()
Get the owning dimension for this hierarchy.
|
IDimension |
ILevel.getDimension()
Get the Owning Dimension for this level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDimensionalModel.removeDimension(IDimension dim)
Remove a dimension from this model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdiDimension
A class to represent a dimension object.
|
| Modifier and Type | Method and Description |
|---|---|
IDimension |
DimensionComponent.getBoundDimension() |
| Constructor and Description |
|---|
DimensionComponent(IMapComponentOwner owner,
IDimension dimension,
java.lang.String name)
Creates a new persistent dimension component.
|