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 boolean
DEBUG
-
Constructor Summary
Constructors Constructor Description DMRFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
debug(DapNode node)
DapAttribute
newAttribute(String name, DapType basetype)
DapAttributeSet
newAttributeSet(String name)
DapDataset
newDataset(String name)
DapDimension
newDimension(String name, long size)
DapEnumConst
newEnumConst(String name, long value)
DapEnumeration
newEnumeration(String name, DapType basetype)
DapGroup
newGroup(String name)
DapMap
newMap(String target)
DapOtherXML
newOtherXML(String name)
DapSequence
newSequence(String name)
DapStructure
newStructure(String name)
DapVariable
newVariable(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)
-
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)
-
-