Package dap4.core.dmr
Class DMRFactory
- java.lang.Object
-
- dap4.core.dmr.DMRFactory
-
public class DMRFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUG
-
Constructor Summary
Constructors Constructor Description DMRFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddebug(DapNode node)DapAttributenewAttribute(String name, DapType basetype)DapAttributeSetnewAttributeSet(String name)DapDatasetnewDataset(String name)DapDimensionnewDimension(String name, long size)DapEnumConstnewEnumConst(String name, long value)DapEnumerationnewEnumeration(String name, DapType basetype)DapGroupnewGroup(String name)DapMapnewMap(DapVariable target)DapOtherXMLnewOtherXML(String name)DapSequencenewSequence(String name)DapStructurenewStructure(String name)DapVariablenewVariable(String name, DapType t)
-
-
-
Method Detail
-
newAttribute
public DapAttribute newAttribute(String name, DapType basetype)
-
newAttributeSet
public DapAttributeSet newAttributeSet(String name)
-
newOtherXML
public DapOtherXML newOtherXML(String name)
-
newDimension
public DapDimension newDimension(String name, long size)
-
newMap
public DapMap newMap(DapVariable target)
-
newVariable
public DapVariable newVariable(String name, DapType t)
-
newDataset
public DapDataset newDataset(String name)
-
newEnumeration
public DapEnumeration newEnumeration(String name, DapType basetype)
-
newEnumConst
public DapEnumConst newEnumConst(String name, long value)
-
newStructure
public DapStructure newStructure(String name)
-
newSequence
public DapSequence newSequence(String name)
-
debug
protected void debug(DapNode node)
-
-