Package eu.clarin.sru.client.fcs
Class LegacyDataViewKWIC
- java.lang.Object
-
- eu.clarin.sru.client.fcs.DataView
-
- eu.clarin.sru.client.fcs.LegacyDataViewKWIC
-
@Deprecated public final class LegacyDataViewKWIC extends DataView
Deprecated.This class should not be used anymore. Use DataViewParserKWIC in non legacy mode instead.A Data View implementation that stores the content of a KWIC Data View.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getKeyword()
Deprecated.Get the matched KWIC context.String
getLeft()
Deprecated.Get the left KWIC context.String
getRight()
Deprecated.Get the right KWIC context.-
Methods inherited from class eu.clarin.sru.client.fcs.DataView
getMimeType, getPid, getRef, isMimeType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
Deprecated.The MIME type for CLARIN-FCS KWIC data views.- See Also:
- Constant Field Values
-
-
Method Detail
-
getLeft
public String getLeft()
Deprecated.Get the left KWIC context.- Returns:
- the left KWIC context
-
getKeyword
public String getKeyword()
Deprecated.Get the matched KWIC context.- Returns:
- the matched KWIC context
-
getRight
public String getRight()
Deprecated.Get the right KWIC context.- Returns:
- the right KWIC context
-
-