Package eu.clarin.weblicht.wlfxb.tc.xb
Class DependencyStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.DependencyStored
-
- All Implemented Interfaces:
Dependency,ExtraAttributes
public class DependencyStored extends Object implements Dependency
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected String[]depIdsprotected LinkedHashMap<QName,String>extraAttributesprotected Stringfunctionprotected String[]govIdsstatic StringXML_ATTR_DEPENDENT_REFERENCEstatic StringXML_ATTR_GOVERNOR_REFERENCEstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description DependencyStored()
-
Method Summary
Modifier and Type Method Description LinkedHashMap<String,String>getExtraAttributes()StringgetFunction()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
retrieveAttributes
-
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
XML_ATTR_DEPENDENT_REFERENCE
public static final String XML_ATTR_DEPENDENT_REFERENCE
- See Also:
- Constant Field Values
-
XML_ATTR_GOVERNOR_REFERENCE
public static final String XML_ATTR_GOVERNOR_REFERENCE
- See Also:
- Constant Field Values
-
function
protected String function
-
depIds
protected String[] depIds
-
govIds
protected String[] govIds
-
extraAttributes
protected LinkedHashMap<QName,String> extraAttributes
-
-
Method Detail
-
getFunction
public String getFunction()
- Specified by:
getFunctionin interfaceDependency
-
getExtraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
- Specified by:
getExtraAttributesin interfaceExtraAttributes
-
-