Package eu.clarin.weblicht.wlfxb.tc.xb
Class MatchedCorpusStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.MatchedCorpusStored
-
- All Implemented Interfaces:
MatchedCorpus
public class MatchedCorpusStored extends Object implements MatchedCorpus
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MatchedItemStored>matchedItemsprotected Stringpidstatic StringXML_NAME
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
pid
protected String pid
-
matchedItems
protected List<MatchedItemStored> matchedItems
-
-
Method Detail
-
getMatchedItems
public MatchedItemStored[] getMatchedItems()
- Specified by:
getMatchedItemsin interfaceMatchedCorpus
-
getName
public String getName()
- Specified by:
getNamein interfaceMatchedCorpus
-
getPID
public String getPID()
- Specified by:
getPIDin interfaceMatchedCorpus
-
-