|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.klimt.DataRoot
public class DataRoot
DataRoot is an object associated with each data set. It contains meta information of the data
Field Summary | |
---|---|
static int |
DT_Forest
Dataset type constant: forest data. this changes linking behavior |
static int |
DT_Regular
Dataset type constant: regular dataset |
Constructor Summary | |
---|---|
DataRoot(SVarSet ds)
create a new data root with a new (empty) tree resistry and data type DT_Regular |
|
DataRoot(SVarSet ds,
TreeRegistry tr,
int dataType)
|
Method Summary | |
---|---|
SVarSet |
getDataSet()
retrieves associated dataset |
int |
getDataType()
returns data type of this data set |
NodeMarker |
getNodeMarker()
|
TreeRegistry |
getTreeRegistry()
retrieves associated tree registry |
void |
setDataType(int dataType)
override data type (e.g. when new meta data was added) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DT_Regular
public static final int DT_Forest
Constructor Detail |
---|
public DataRoot(SVarSet ds, TreeRegistry tr, int dataType)
public DataRoot(SVarSet ds)
Method Detail |
---|
public TreeRegistry getTreeRegistry()
public SVarSet getDataSet()
public int getDataType()
public void setDataType(int dataType)
dataType
- new data typepublic NodeMarker getNodeMarker()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |