|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisInterface | |
---|---|
com.sas.actionprovider.util.olap | |
com.sas.dataselectors.find | |
com.sas.servlet.tbeans.olaptableview | Provides classes and interfaces for viewing OLAP Data. |
com.sas.storage.olap | Provides a set of interfaces for accessing OLAP data. |
com.sas.storage.olap.embedded | Provides a set of classes for building an in memory multidimensional Result Set. |
com.sas.storage.olap.sasmdx | Provides a set of classes for accessing OLAP data from the SAS OLAP Server. |
com.sas.swing.models | Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. |
com.sas.swing.visuals.olaptableview | Provides a set of swing classes for viewing and manipulating OLAP data. |
Uses of AxisInterface in com.sas.actionprovider.util.olap |
---|
Methods in com.sas.actionprovider.util.olap that return AxisInterface | |
---|---|
static AxisInterface |
OLAPActionProviderUtil.getLevelAxis(OLAPDataSetInterface model,
java.lang.String uniqueLevelName)
|
Methods in com.sas.actionprovider.util.olap with parameters of type AxisInterface | |
---|---|
static int |
OLAPActionProviderUtil.getIndexOnAxis(java.lang.String uniqueLevelName,
OLAPDataSetInterface model,
AxisInterface axis)
|
static boolean |
OLAPActionProviderUtil.isMeasure(java.lang.String uniqueLevelName,
OLAPDataSetInterface model,
AxisInterface axis)
|
static boolean |
OLAPActionProviderUtil.isMeasure(java.lang.String uniqueLevelName,
OLAPDataSetInterface model,
AxisInterface axis,
Filter metadataFilter)
|
static boolean |
OLAPActionProviderUtil.isMeasure(TupleElementInterface tupleElement,
OLAPDataSetInterface model,
AxisInterface axis)
|
static boolean |
OLAPActionProviderUtil.isMeasure(TupleElementInterface tupleElement,
OLAPDataSetInterface model,
AxisInterface axis,
Filter metadataFilter)
|
Uses of AxisInterface in com.sas.dataselectors.find |
---|
Fields in com.sas.dataselectors.find declared as AxisInterface | |
---|---|
protected AxisInterface |
OLAPFindSelectorAdapter.columnAxis
|
protected AxisInterface |
OLAPFindSelectorAdapter.rowAxis
|
Methods in com.sas.dataselectors.find that return AxisInterface | |
---|---|
AxisInterface |
OLAPFindSelectorAdapter.getColumnAxis()
Get the column axis |
AxisInterface |
OLAPFindSelectorAdapter.getRowAxis()
Get the row axis |
Uses of AxisInterface in com.sas.servlet.tbeans.olaptableview |
---|
Fields in com.sas.servlet.tbeans.olaptableview declared as AxisInterface | |
---|---|
protected AxisInterface |
BaseOLAPTableView.columnAxis
For internal use only |
protected AxisInterface |
BaseOLAPTableView.rowAxis
For internal use only |
Uses of AxisInterface in com.sas.storage.olap |
---|
Methods in com.sas.storage.olap that return AxisInterface | |
---|---|
AxisInterface[] |
ResultSetMetadataInterface.getAxes(int index,
int count)
Returns the axes associated with this ResultSet. |
AxisInterface |
TupleInterface.getAxis()
Return the axis which contains this tuple. |
AxisInterface |
ResultSetMetadataInterface.getAxis(int index)
Returns the axis specified at the given index in the resultset. |
Uses of AxisInterface in com.sas.storage.olap.embedded |
---|
Classes in com.sas.storage.olap.embedded that implement AxisInterface | |
---|---|
class |
Axis
This implementation is designed for the simple definition of axes in a multidimensional ResultSet. |
Methods in com.sas.storage.olap.embedded that return AxisInterface | |
---|---|
AxisInterface[] |
ResultSetMetadata.getAxes(int index,
int count)
Return all the axes including slicer axis set for this restultset metadata. |
AxisInterface |
Tuple.getAxis()
Returns the axis for the tuple. |
AxisInterface |
ResultSetMetadata.getAxis(int index)
Return axis at the given index |
AxisInterface |
ResultSetMetadata.removeAxis(int axisNumber)
Remove an axis on this result set. |
Methods in com.sas.storage.olap.embedded with parameters of type AxisInterface | |
---|---|
void |
ResultSetMetadata.addAxis(AxisInterface axis)
Add an axis to this resultset. |
void |
ResultSetMetadata.setAxes(AxisInterface[] axes)
Replace the axes associated with this ResultSet. |
void |
Tuple.setAxis(AxisInterface axis)
Set the axis for this tuple. |
void |
ResultSetMetadata.setSlicerAxis(AxisInterface slicerAxis)
Set the SlicerAxis on this resultset metadata. |
Constructors in com.sas.storage.olap.embedded with parameters of type AxisInterface | |
---|---|
ResultSetMetadata(AxisInterface[] axes)
Create a resultSetMetadata with the axes. |
Uses of AxisInterface in com.sas.storage.olap.sasmdx |
---|
Fields in com.sas.storage.olap.sasmdx declared as AxisInterface | |
---|---|
protected AxisInterface |
Tuple.axis
|
Methods in com.sas.storage.olap.sasmdx that return AxisInterface | |
---|---|
AxisInterface[] |
ResultSetMetadata.getAxes(int index,
int count)
Get the axes beginning at start index upto count for this resultset |
AxisInterface |
Tuple.getAxis()
|
AxisInterface |
ResultSetMetadata.getAxis(int index)
|
Constructors in com.sas.storage.olap.sasmdx with parameters of type AxisInterface | |
---|---|
Tuple(AxisInterface axis,
int tupleIndex)
|
Uses of AxisInterface in com.sas.swing.models |
---|
Methods in com.sas.swing.models that return AxisInterface | |
---|---|
AxisInterface |
OLAPTableModelAdapter.getColumnAxis()
|
AxisInterface |
OLAPTableModelAdapter.getRowAxis()
|
AxisInterface |
OLAPTableModelAdapter.getSlicerAxis()
|
Constructors in com.sas.swing.models with parameters of type AxisInterface | |
---|---|
OLAPMemberDeferredRetrievalTreeNode(AxisInterface axis)
|
|
OLAPMemberTreeNode(AxisInterface axis)
|
Uses of AxisInterface in com.sas.swing.visuals.olaptableview |
---|
Fields in com.sas.swing.visuals.olaptableview declared as AxisInterface | |
---|---|
protected AxisInterface |
OLAPRowHeader.axis
|
protected AxisInterface |
OLAPColumnHeader.axis
|
Methods in com.sas.swing.visuals.olaptableview that return AxisInterface | |
---|---|
AxisInterface |
OLAPRowHeader.getAxis()
Returns the instance of the AxisInterface
that is being used by the header. |
AxisInterface |
OLAPColumnHeader.getAxis()
Returns the instance of the AxisInterface
that is being used by the header. |
AxisInterface |
OLAPTableView.getAxis(int axis)
Returns an instance of the AxisInterface for the given axis if the model is an OLAPDataSetInterfaceProvider and the model has that axis present. |
Methods in com.sas.swing.visuals.olaptableview with parameters of type AxisInterface | |
---|---|
void |
OLAPRowHeader.setAxis(AxisInterface newAxis)
Sets the new AxisInterface instance
for the OLAPRowHeader. |
void |
OLAPColumnHeader.setAxis(AxisInterface newAxis)
Sets the new AxisInterface instance
for the OLAPRowHeader. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |