public abstract class AbstractData extends java.lang.Object implements Data
Modifier and Type | Field and Description |
---|---|
protected DataSort |
sort |
protected DapNode |
template |
Modifier | Constructor and Description |
---|---|
protected |
AbstractData(DapNode template) |
Modifier and Type | Method and Description |
---|---|
protected DataSort |
computesort() |
DataSort |
getSort() |
DapNode |
getTemplate() |
protected AbstractData(DapNode template) throws DataException
DataException