eu.clarin.weblicht.wlfxb.tc.xb
Class ConstituentStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.ConstituentStored
All Implemented Interfaces:
Constituent

public class ConstituentStored
extends Object
implements Constituent

Author:
Yana Panchenko

Field Summary
protected  String category
           
protected  List<ConstituentStored> children
           
protected  String constituentId
           
protected  List<ConstituentReferenceStored> crefs
           
protected  String edge
           
static String ID_PREFIX
           
protected  String[] tokRefs
           
static String XML_ATTRIBUTE_CATEGORY
           
static String XML_NAME
           
 
Constructor Summary
ConstituentStored()
           
 
Method Summary
 String getCategory()
           
 Constituent[] getChildren()
           
 String getEdge()
           
 ConstituentReference[] getSecondaryEdgeChildren()
           
 boolean isEmptyTerminal()
           
 boolean isTerminal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAME

public static final String XML_NAME
See Also:
Constant Field Values

XML_ATTRIBUTE_CATEGORY

public static final String XML_ATTRIBUTE_CATEGORY
See Also:
Constant Field Values

ID_PREFIX

public static final String ID_PREFIX
See Also:
Constant Field Values

constituentId

protected String constituentId

category

protected String category

edge

protected String edge

tokRefs

protected String[] tokRefs

crefs

protected List<ConstituentReferenceStored> crefs

children

protected List<ConstituentStored> children
Constructor Detail

ConstituentStored

public ConstituentStored()
Method Detail

isTerminal

public boolean isTerminal()
Specified by:
isTerminal in interface Constituent

isEmptyTerminal

public boolean isEmptyTerminal()
Specified by:
isEmptyTerminal in interface Constituent

getChildren

public Constituent[] getChildren()
Specified by:
getChildren in interface Constituent

getSecondaryEdgeChildren

public ConstituentReference[] getSecondaryEdgeChildren()
Specified by:
getSecondaryEdgeChildren in interface Constituent

getCategory

public String getCategory()
Specified by:
getCategory in interface Constituent

getEdge

public String getEdge()
Specified by:
getEdge in interface Constituent

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.