Package dap4.dap4lib
Class D4Array
- java.lang.Object
-
- dap4.dap4lib.D4Array
-
public class D4Array extends Object
Wrap an Array representing a variables' data, where the variable is top-level or a field. The wrapper contains some additional information beside the Array.
-
-
Constructor Summary
Constructors Constructor Description D4Array(ArrayScheme scheme, D4DSP dsp, DapVariable template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Array
getArray()
D4DSP
getDSP()
ArrayScheme
getScheme()
Object
getStorage()
DapNode
getTemplate()
boolean
isScalar()
D4Array
setArray(Array a)
D4Array
setStorage(Object store)
String
toString()
-
-
-
Field Detail
-
dsp
protected D4DSP dsp
-
scheme
protected ArrayScheme scheme
-
template
protected DapNode template
-
array
protected Array array
-
storage
protected Object storage
-
-
Constructor Detail
-
D4Array
public D4Array(ArrayScheme scheme, D4DSP dsp, DapVariable template)
-
-
Method Detail
-
getDSP
public D4DSP getDSP()
-
getScheme
public ArrayScheme getScheme()
-
getTemplate
public DapNode getTemplate()
-
getArray
public Array getArray()
-
getStorage
public Object getStorage()
-
isScalar
public boolean isScalar()
-
-