public class D4Array
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Array |
array |
protected D4DSP |
dsp |
protected ArrayScheme |
scheme |
protected java.lang.Object |
storage |
protected DapNode |
template |
Constructor and Description |
---|
D4Array(ArrayScheme scheme,
D4DSP dsp,
DapVariable template) |
Modifier and Type | Method and Description |
---|---|
Array |
getArray() |
D4DSP |
getDSP() |
ArrayScheme |
getScheme() |
java.lang.Object |
getStorage() |
DapNode |
getTemplate() |
boolean |
isScalar() |
D4Array |
setArray(Array a) |
D4Array |
setStorage(java.lang.Object store) |
java.lang.String |
toString() |
protected D4DSP dsp
protected ArrayScheme scheme
protected DapNode template
protected Array array
protected java.lang.Object storage
public D4Array(ArrayScheme scheme, D4DSP dsp, DapVariable template)
public java.lang.String toString()
toString
in class java.lang.Object
public D4DSP getDSP()
public ArrayScheme getScheme()
public DapNode getTemplate()
public Array getArray()
public java.lang.Object getStorage()
public boolean isScalar()
public D4Array setStorage(java.lang.Object store)