de.tuebingen.uni.sfs.dspin.tcf.data
Class Constituent

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.data.Constituent

public class Constituent
extends java.lang.Object


Field Summary
static java.lang.String xmlCat
           
static java.lang.String xmlID
           
static java.lang.String xmlTag
           
 
Method Summary
 java.lang.String getCategory()
           
 java.util.List<Constituent> getConstituentChildren()
           
 java.lang.String getID()
           
 java.util.List<java.lang.String> getLeafChildren()
           
 boolean hasConstituentChildren()
           
 boolean hasLeafChildren()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xmlTag

public static final java.lang.String xmlTag
See Also:
Constant Field Values

xmlID

public static final java.lang.String xmlID
See Also:
Constant Field Values

xmlCat

public static final java.lang.String xmlCat
See Also:
Constant Field Values
Method Detail

getID

public java.lang.String getID()

hasLeafChildren

public boolean hasLeafChildren()

getLeafChildren

public java.util.List<java.lang.String> getLeafChildren()

hasConstituentChildren

public boolean hasConstituentChildren()

getConstituentChildren

public java.util.List<Constituent> getConstituentChildren()

getCategory

public java.lang.String getCategory()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object