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

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

public class MatchedItemStored
extends Object
implements MatchedItem

Author:
Yana Panchenko

Field Summary
protected  List<MatchedItemCategory> categories
           
protected  String[] srcIds
           
protected  List<MatchedItemTarget> targets
           
protected  String[] tokIds
           
static String XML_ATTRIBUTE_SOURCE_IDs
           
static String XML_ELEMENT_CATEGORY
           
static String XML_ELEMENT_TARGET
           
static String XML_NAME
           
 
Method Summary
 Set<String> getCategoriesNames()
           
 String getCategoryValue(String categoryName)
           
 String[] getOriginCorpusTokenIds()
           
 Set<String> getTargetNames()
           
 String getTargetValue(String targetName)
           
 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_SOURCE_IDs

public static final String XML_ATTRIBUTE_SOURCE_IDs
See Also:
Constant Field Values

XML_ELEMENT_TARGET

public static final String XML_ELEMENT_TARGET
See Also:
Constant Field Values

XML_ELEMENT_CATEGORY

public static final String XML_ELEMENT_CATEGORY
See Also:
Constant Field Values

tokIds

protected String[] tokIds

srcIds

protected String[] srcIds

targets

protected List<MatchedItemTarget> targets

categories

protected List<MatchedItemCategory> categories
Method Detail

getOriginCorpusTokenIds

public String[] getOriginCorpusTokenIds()
Specified by:
getOriginCorpusTokenIds in interface MatchedItem

getTargetNames

public Set<String> getTargetNames()
Specified by:
getTargetNames in interface MatchedItem

getTargetValue

public String getTargetValue(String targetName)
Specified by:
getTargetValue in interface MatchedItem

getCategoriesNames

public Set<String> getCategoriesNames()
Specified by:
getCategoriesNames in interface MatchedItem

getCategoryValue

public String getCategoryValue(String categoryName)
Specified by:
getCategoryValue in interface MatchedItem

toString

public String toString()
Overrides:
toString in class Object


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