Uses of Interface
com.sas.storage.olap.TupleInterface

Packages that use TupleInterface
com.sas.dataselectors.find   
com.sas.servlet.tbeans.olaptableview Provides classes and interfaces for viewing OLAP Data. 
com.sas.servlet.tbeans.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
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. 
 

Uses of TupleInterface in com.sas.dataselectors.find
 

Fields in com.sas.dataselectors.find declared as TupleInterface
protected  TupleInterface[] OLAPFindSelectorAdapter.columnTuples
           
protected  TupleInterface[] OLAPFindSelectorAdapter.rowTuples
           
 

Methods in com.sas.dataselectors.find that return TupleInterface
 TupleInterface[] OLAPFindSelectorAdapter.getColumnTuples()
          Get the column tuples array
 TupleInterface[] OLAPFindSelectorAdapter.getRowTuples()
          Get the row tuples array
 

Uses of TupleInterface in com.sas.servlet.tbeans.olaptableview
 

Fields in com.sas.servlet.tbeans.olaptableview declared as TupleInterface
protected  TupleInterface[] BaseOLAPTableView.columnTuples
          For internal use only
protected  TupleInterface[] BaseOLAPTableView.rowTuples
          For internal use only
 

Uses of TupleInterface in com.sas.servlet.tbeans.olaptableview.html
 

Methods in com.sas.servlet.tbeans.olaptableview.html that return TupleInterface
 TupleInterface OLAPTableView.getCurrentColumnTuple()
           
 TupleInterface OLAPTableView.getCurrentRowTuple()
           
 

Uses of TupleInterface in com.sas.storage.olap
 

Fields in com.sas.storage.olap declared as TupleInterface
static TupleInterface[] OLAPUtil.EMPTY_TUPLE_ARRAY
           
 

Methods in com.sas.storage.olap that return TupleInterface
 TupleInterface TupleElementInterface.getTuple()
          Returns the parent tuple for this tuple element.
 TupleInterface AxisInterface.getTuple(int index)
          Returns the tuple at the given index, associated with the axis
 TupleInterface[] AxisInterface.getTuples(int index, int count)
          Returns the tuples associated with the axis
 TupleInterface[] ResultSetMetadataInterface.getTuples(int axisNumber, int index, int count)
          Returns the tuples associated with a given axis.
 

Methods in com.sas.storage.olap with parameters of type TupleInterface
static void OLAPUtil.calculateMinMaxCoordinates(TupleInterface[] tuples)
          Calculate the minimum and maximum coordinate of each element in the list of given tuples.
static void OLAPUtil.calculateSpan(TupleInterface[] tuples)
          Calculate the Span and span depth value for an element in a array of tuples.
static java.lang.String[] OLAPUtil.getInitialHeaders(TupleInterface[] tuples)
          Return an array of header labels for the axis.
static int OLAPUtil.getMaximumTupleDepth(TupleInterface[] tuples)
          Return the maximum number of elements associated with any tuple on the axis.
static java.lang.Object[] OLAPUtil.getTupleElementsForLevel(int level, TupleInterface[] tuples)
          This method will return all of the tupleElements that map to a given level.
static TupleElementInterface[] OLAPUtil.getTupleElementsForLevel(int level, TupleInterface[] tuples, boolean includeDuplicates, int count)
          This method will return all of the tupleElements that map to a given level.
 

Uses of TupleInterface in com.sas.storage.olap.embedded
 

Methods in com.sas.storage.olap.embedded that return TupleInterface
 TupleInterface[] Axis.asTupleArray(java.util.List list)
           
 TupleInterface TupleElement.getTuple()
          Return the parent tuple for this tuple element
 TupleInterface Axis.getTuple(int index)
          Returns the tuple at given index associated with the axis
 TupleInterface[] Axis.getTuples(int index, int count)
          Returns the tuples associated with the axis
 TupleInterface[] ResultSetMetadata.getTuples(int axisIndex, int index, int count)
          Return the number of tuples associated with the axis starting with index upto count.
 TupleInterface Axis.removeTuple(int index)
          Remove a tuple at the specified index.
 

Methods in com.sas.storage.olap.embedded with parameters of type TupleInterface
 void Axis.addTuple(int index, TupleInterface tuple)
          Add a tuple at the specified index.
 void Axis.addTuple(TupleInterface tuple)
          Append a tuple.
 void Axis.setTuple(int index, TupleInterface tuple)
          Replace the tuple at the given index
 void TupleElement.setTuple(TupleInterface tuple)
          Set the parent tuple of this tuple element
 void Axis.setTuples(int startIndex, int endIndex, TupleInterface[] tuples)
          Replace the tuples associated with the axis
 

Constructors in com.sas.storage.olap.embedded with parameters of type TupleInterface
Axis(int axisIndex, java.lang.String[] axisHeaders, TupleInterface[] tuples)
          Create a new Axis
 

Uses of TupleInterface in com.sas.storage.olap.sasmdx
 

Classes in com.sas.storage.olap.sasmdx that implement TupleInterface
 class Tuple
          Contains the client side implementation for com.sas.storage.olap.TupleInterface.
 

Fields in com.sas.storage.olap.sasmdx declared as TupleInterface
protected  TupleInterface TupleElement.tuple
           
protected  TupleInterface[] Axis.tuples
           
 

Methods in com.sas.storage.olap.sasmdx that return TupleInterface
 TupleInterface TupleElement.getTuple()
          Get the tuple this element belongs to
 TupleInterface Axis.getTuple(int index)
          Get the tuples with specified index upto count.
 TupleInterface[] Axis.getTuples(int index, int count)
          Get the tuples with specified index upt0 count.
 TupleInterface[] ResultSetMetadata.getTuples(int axisNumber, int index, int count)
          Convenience method to get the tuples for the given axis
 

Constructors in com.sas.storage.olap.sasmdx with parameters of type TupleInterface
TupleElement(TupleInterface tuple)
          Create a tuple element with a tuple that it is part of.
TupleElement(TupleInterface tuple, int elementIndex, java.lang.String memberUniqueName, java.lang.String memberLabel, java.lang.String levelUniqueName, java.lang.String levelDepth, java.lang.String displayInfo, java.util.Map properties)
           
TupleElement(TupleInterface tuple, int elementIndex, java.lang.String memberUniqueName, java.lang.String memberLabel, java.lang.String levelUniqueName, java.lang.String levelDepth, java.lang.String displayInfo, java.util.Map properties, com.sas.storage.olap.TupleElementType type)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.