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

Constructor Summary
DatasetDefintion(org.jdom.Element domElement)
           
 
Method Summary
 List getAttributes()
           
 Attribute getClassAttribute()
           
 int getClassIndex()
           
 String getInstanceType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatasetDefintion

public DatasetDefintion(org.jdom.Element domElement)
                 throws GateException
Method Detail

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()