|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleDataSeries | |
---|---|
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 AbleDataSeries in com.ibm.able.beans |
---|
Methods in com.ibm.able.beans that return AbleDataSeries | |
AbleDataSeries |
AbleDataSeries.getDataSeries()
Method to create a new DataSeries from the existing DataSeries All aspects of this DataSeries, including its name are retained in the new one. |
AbleDataSeries |
AbleDataSeries.getDataSeries(int[] iIndices)
Method to create a new DataSeries from the existing DataSeries based on a subset of indices. |
AbleDataSeries |
AbleDataTable.getDataSeries(int iCol)
Method to return the content of a named column as a DataSeries. |
AbleDataSeries |
AbleDataTable.getDataSeries(java.lang.String strColumnName)
Method to return the content of a named column as a DataSeries. |
Methods in com.ibm.able.beans with parameters of type AbleDataSeries | |
boolean |
AbleDataSeries.addDataSeries(AbleDataSeries dsAdd)
addDataSeries adds each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
java.lang.Double |
AbleDataSeries.append(AbleDataSeries appendSeries)
Append the contents of one DataSeries to the front of this DataSeries history (e.g., as newer data). |
boolean |
AbleDataSeries.divideDataSeries(AbleDataSeries dsDivisor)
divideDataSeries divides each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
boolean |
AbleDataSeries.multiplyDataSeries(AbleDataSeries dsMultiply)
multiplyDataSeries multiplies each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
boolean |
AbleDataSeries.subtractDataSeries(AbleDataSeries dsSubtract)
subtractDataSeries subtracts each of the values in this DataSeries by their corresponding value in the passed DataSeries. |
protected boolean |
AbleDataTable.replaceColArray(AbleDataSeries[] colArray)
Method to replace the current content of this DataTable with another set of columns. |
boolean |
AbleDataTable.setColumn(int iCol,
AbleDataSeries colSeries)
Method to set the specified column's data values to those in the supplied DataSeries. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |