gate.creole.ml
Class DatasetDefintion
java.lang.Object
|
+--gate.creole.ml.DatasetDefintion
- All Implemented Interfaces:
- Serializable
- public class DatasetDefintion
- extends Object
- implements Serializable
Stores data describing a dataset.
- See Also:
- Serialized Form
attributes
protected List attributes
classAttribute
protected Attribute classAttribute
instanceType
protected String instanceType
classIndex
protected int classIndex
DatasetDefintion
public DatasetDefintion(org.jdom.Element domElement)
throws GateException
toString
public String toString()
- Overrides:
toString
in class Object
getAttributes
public List getAttributes()
getClassAttribute
public Attribute getClassAttribute()
getInstanceType
public String getInstanceType()
getClassIndex
public int getClassIndex()