|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.tree.AverageDataSource
Field Summary | |
protected java.lang.Object |
data
The packed array data. |
protected int[] |
dims
The unpacked dimensions of the stored array. |
protected java.util.List |
sourceNodeList
|
protected int |
type
The numerical type of the stored array. |
Constructor Summary | |
AverageDataSource()
Constructor. |
Method Summary | |
void |
addDataNode(DataTreeNode node)
|
java.lang.Object |
getData()
Return the data array as an object. |
int[] |
getDims()
Return the unpacked dimensions of the data array. |
int |
getType()
Return the numerical type of the data array. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected java.lang.Object data
protected int[] dims
protected int type
protected java.util.List sourceNodeList
Constructor Detail |
public AverageDataSource()
Method Detail |
public void addDataNode(DataTreeNode node)
public java.lang.Object getData()
public int[] getDims()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |