public class MatchedItemStored extends Object implements MatchedItem
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategoriesNames() |
String |
getCategoryValue(String categoryName) |
String[] |
getOriginCorpusTokenIds() |
Set<String> |
getTargetNames() |
String |
getTargetValue(String targetName) |
String |
toString() |
public static final String XML_NAME
public static final String XML_ATTRIBUTE_SOURCE_IDs
public static final String XML_ELEMENT_TARGET
public static final String XML_ELEMENT_CATEGORY
protected String[] tokIds
protected String[] srcIds
protected List<MatchedItemTarget> targets
protected List<MatchedItemCategory> categories
public String[] getOriginCorpusTokenIds()
getOriginCorpusTokenIds in interface MatchedItempublic Set<String> getTargetNames()
getTargetNames in interface MatchedItempublic String getTargetValue(String targetName)
getTargetValue in interface MatchedItempublic Set<String> getCategoriesNames()
getCategoriesNames in interface MatchedItempublic String getCategoryValue(String categoryName)
getCategoryValue in interface MatchedItemCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.