|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleDataTable | |
---|---|
com.ibm.able.beans | The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms. |
Uses of AbleDataTable in com.ibm.able.beans |
---|
Methods in com.ibm.able.beans that return AbleDataTable | |
static AbleDataTable |
AbleDataTable.getDataTableFromFile(java.lang.String strFileName)
Static utility method to create a new AbleDataTable with data values read from the specified file. |
static AbleDataTable |
AbleDataTable.getDataTableFromFile(java.lang.String strFileName,
java.lang.Boolean BHasTitles,
java.lang.Boolean BCalcOnAdd)
Static utility metho allowing a new AbleDataTable to be constructed with the content of the specified file. |
AbleDataTable |
AbleDataTable.getDataTable(boolean bCalcOnAdd)
Method to create a new DataTable from the existing DataTable All aspects of this DataTable, including its name are retained in the new one with the exception of whether or not statistical calculations are to be performed when rows are added to the DataTable being returned. |
AbleDataTable |
AbleDataTable.getDataTable(int iCol,
java.lang.Object from,
java.lang.Object thru,
boolean bIsSorted)
Method to return a portion of this DataTable based on the selection criteria of the from and thru parameters for the specified column. |
AbleDataTable |
AbleDataTable.getDataTable(int[] indexArray)
Method to create a new DataTable from the existing DataTable based on a subset of row indices. |
AbleDataTable |
AbleDataTable.getDataTable(int[] indexArray,
boolean bCalcOnAdd)
Method to create a new DataTable from the existing DataTable based on a subset of row indices. |
AbleDataTable |
AbleDataTable.getDataTable(java.lang.Object indexArrayObj)
Method to create a new DataTable from the existing DataTable based on a subset of row indices passed in an object. |
AbleDataTable |
AbleDataTable.getDataTable(java.lang.String strColumnName,
java.lang.Double DFrom,
java.lang.Double DThru,
boolean bIsSorted)
Method to return a portion of this DataTable based on the selection criteria of the from and thru parameters for the specified column. |
AbleDataTable |
AbleDataTable.getDataTable(java.lang.String strColumnName,
java.lang.Object objFrom,
java.lang.Object objThru,
boolean bIsSorted)
Method to return a portion of this DataTable based on the selection criteria of the from and thru parameters for the specified column. |
AbleDataTable |
AbleDataTable.getDataTable(java.lang.String strColumnName,
java.lang.String strFrom,
java.lang.String strThru,
boolean bIsSorted)
Method to return a portion of this DataTable based on the selection criteria of the from and thru parameters for the specified column. |
AbleDataTable |
AbleDataTable.loadFromFile(java.lang.String strFileName)
Utility method to create and fill a new DataTable with the contents of a specified file. |
AbleDataTable |
AbleDataTable.loadFromFile(java.lang.String strFileName,
boolean bHasTitles,
boolean bCalcOnAdd)
Utility method to create and fill a new DataTable with the contents of a specified file. |
AbleDataTable |
AbleDataTable.loadFromFile(java.lang.String strFileName,
java.lang.Boolean BHasTitles,
java.lang.Boolean BCalcOnAdd)
Utility method to create and fill a new DataTable with the contents of a specified file. |
Methods in com.ibm.able.beans with parameters of type AbleDataTable | |
java.lang.Double |
AbleDataTable.append(AbleDataTable tableToAppend)
Append the contents of one DataTable to the front of this DataTable's history (e.g., as newer data). |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |