|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.AbleObject
com.ibm.able.beans.AbleDataSeriesHeader
Class for managing control variables for this DataSeries
| Field Summary | |
|---|---|
static java.lang.Class |
classClass
Class used to signify the initial object passed to identify the "kind" of data to be maintained is not acceptable (e.g., not an Integer or Double). |
static java.lang.Class |
classDouble
Class used to signify the content of the array is being maintained internally as a double[]. |
static java.lang.Class |
classDoubleArray
Class used to signify the content of the array is being maintained internally as a double[]. |
static java.lang.Class |
classIntArray
Class used to signify the content of the array is being maintained internally as an int[]. |
static java.lang.Class |
classInteger
Class used to signify the content of the array is being maintained internally as an int[]. |
static java.lang.Class |
classString
Class used to signify the content of the array is being maintained internally as a String[]. |
static java.lang.Class |
classStringArray
Class used to signify the content of the array is being maintained internally as a String[]. |
static boolean |
DEFAULT_CALC_ON_ADD
Default value for whether (true) or not (false) calculations should be performed each time a value is added to the history of this DataSeries. |
static int |
DEFAULT_GROWTH_INCREMENT
The default growth increment used to increase capacity of unlocked DataSeries. |
static int |
DEFAULT_HISTORY_SIZE
The default capacity of the history maintained is set to this value unless a capacity is specified during construction. |
static int |
INVALID_INDEX
Equal to -1, this is used to signal an invalid index for operations expecting to return an index to information, when none is available or when an error has occurred. |
static int |
iUnknownID
Equal to -1, this is used to signal an unknown identity for this DataSeriesHeader. |
static java.lang.String |
strUnknown
The default for unnamed DataSeries == "Unknown". |
| Fields inherited from class com.ibm.able.AbleObject |
|---|
changed, chgSupport, comment, dataFlowEnabled, defaultName, destBufferConnections, eventQueue, fileName, inputBuffer, listeners, logger, name, outputBuffer, parent, properties, propertyConnectionMgr, sourceBufferConnections, state, stateChgSupport, trace |
| Constructor Summary | |
|---|---|
AbleDataSeriesHeader()
|
|
AbleDataSeriesHeader(int iIdentity)
|
|
AbleDataSeriesHeader(int iCapacity,
boolean bCalcOnAdd,
java.lang.String strName)
|
|
AbleDataSeriesHeader(java.lang.String strName)
|
|
AbleDataSeriesHeader(java.lang.String strName,
int iIdentity)
|
|
AbleDataSeriesHeader(java.lang.String strName,
int iIdentity,
int iCapacity)
|
|
AbleDataSeriesHeader(java.lang.String strName,
int iIdentity,
int iCapacity,
boolean bCalcOnAdd)
|
|
| Method Summary | |
|---|---|
int |
getArrayAddIndex()
Method to get ArrayAddIndex |
boolean |
getCalcOnAdd()
Method to get CalcOnAdd |
int |
getCapacity()
Method to get Capacity |
int |
getCount()
Method to get Count |
java.lang.Class |
getDataType()
Method to get Data Type |
int |
getGrowthIncrement()
Method to get GrowthIncrement |
int |
getIdentity()
Method to get Identity |
boolean |
getLocked()
Method to get Locked |
double |
getMax()
Method to get Max -- note to get the real information you should use the getMaximum method in AbleDataSeries. |
double |
getMin()
Method to get Min -- note to get the real information you should use the getMinimum method in AbleDataSeries. |
boolean |
getNeedsCalc()
Method to get NeedsCalc |
double |
getSum()
Method to get Sum -- note to get the real information you should use the getSum method in AbleDataSeries. |
double |
getSumSqrd()
Method to get SumSqrd -- note to get the real information you should use the getSumSqrd method in AbleDataSeries. |
void |
setArrayAddIndex(int iIn)
Method to set ArrayAddIndex |
void |
setCalcOnAdd(boolean bIn)
Method to set CalcOnAdd |
void |
setCapacity(int iIn)
Method to set Capacity |
void |
setCount(int iIn)
Method to set Count |
void |
setDataType(java.lang.Class clsIn)
Method to set m_bDataType |
void |
setGrowthIncrement(int iIn)
Method to set GrowthIncrement |
void |
setIdentity(int iIn)
Method to set Identity |
void |
setLocked(boolean bIn)
Method to set Locked |
void |
setMax(double dIn)
Method to set Max |
void |
setMin(double dIn)
Method to set Min |
void |
setName(java.lang.String strName)
Method to set the Name of this DataSeries. |
void |
setNeedsCalc(boolean bIn)
Method to set NeedsCalc |
void |
setSum(double dIn)
Method to set Sum |
void |
setSumSqrd(double dIn)
Method to set SumSqrd |
java.lang.String |
toString()
Method to get a String containing information contained in this header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class classClass
public static final java.lang.Class classDouble
public static final java.lang.Class classDoubleArray
classDoublepublic static final java.lang.Class classIntArray
classIntegerpublic static final java.lang.Class classInteger
public static final java.lang.Class classString
public static final java.lang.Class classStringArray
classStringpublic static final boolean DEFAULT_CALC_ON_ADD
public static final int DEFAULT_GROWTH_INCREMENT
public static final int DEFAULT_HISTORY_SIZE
public static final int iUnknownID
public static final int INVALID_INDEX
public static final java.lang.String strUnknown
| Constructor Detail |
public AbleDataSeriesHeader()
public AbleDataSeriesHeader(int iIdentity)
public AbleDataSeriesHeader(java.lang.String strName)
public AbleDataSeriesHeader(java.lang.String strName,
int iIdentity)
public AbleDataSeriesHeader(java.lang.String strName,
int iIdentity,
int iCapacity)
public AbleDataSeriesHeader(int iCapacity,
boolean bCalcOnAdd,
java.lang.String strName)
public AbleDataSeriesHeader(java.lang.String strName,
int iIdentity,
int iCapacity,
boolean bCalcOnAdd)
| Method Detail |
public int getArrayAddIndex()
public boolean getCalcOnAdd()
public int getCapacity()
public int getCount()
public java.lang.Class getDataType()
public int getGrowthIncrement()
public int getIdentity()
public boolean getLocked()
public double getMax()
public double getMin()
public boolean getNeedsCalc()
public double getSum()
public double getSumSqrd()
public void setCalcOnAdd(boolean bIn)
public void setLocked(boolean bIn)
public void setNeedsCalc(boolean bIn)
public void setDataType(java.lang.Class clsIn)
public void setMax(double dIn)
public void setMin(double dIn)
public void setSum(double dIn)
public void setSumSqrd(double dIn)
public void setArrayAddIndex(int iIn)
public void setCapacity(int iIn)
public void setCount(int iIn)
public void setGrowthIncrement(int iIn)
public void setIdentity(int iIn)
public void setName(java.lang.String strName)
setName in interface AbleBeansetName in class AbleObjectstrName - The name for this DataSeries.strUnknownpublic java.lang.String toString()
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||