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 |
---|---|
ICube |
ICubeUsesDimension.getCube()
Get the owning cube of this cube uses dimension.
|
ICube |
IMeasure.getCube()
Get the owning cube of this measure.
|
Modifier and Type | Method and Description |
---|---|
void |
IDimensionalModel.removeCube(ICube cube)
Remove a cube from this dimensional model.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiCube
A class to represent a cube object.
|
Constructor and Description |
---|
CubeComponent(IMapComponentOwner owner,
ICube cube,
java.lang.String name)
Creates a new persistent cube component.
|