Package eu.clarin.weblicht.wlfxb.tc.xb
Class DependencyParseStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.DependencyParseStored
-
- All Implemented Interfaces:
DependencyParse
public class DependencyParseStored extends Object implements DependencyParse
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DependencyStored>dependenciesprotected List<EmptyTokenStored>emptytoksstatic StringID_PREFIXstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description DependencyParseStored()
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
ID_PREFIX
public static final String ID_PREFIX
- See Also:
- Constant Field Values
-
dependencies
protected List<DependencyStored> dependencies
-
emptytoks
protected List<EmptyTokenStored> emptytoks
-
-
Method Detail
-
getDependencies
public Dependency[] getDependencies()
- Specified by:
getDependenciesin interfaceDependencyParse
-
-