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

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerStoredAbstract
All Implemented Interfaces:
TextCorpusLayer
Direct Known Subclasses:
ConstituentParsingLayerStored, DependencyParsingLayerStored, DiscourseConnectivesLayerStored, GeoLayerStored, LemmasLayerStored, LexicalSemanticsLayerStored, MatchesLayerStored, MorphologyLayerStored, NamedEntitiesLayerStored, OrthographyLayerStored, PhoneticsLayerStored, PosTagsLayerStored, ReferencesLayerStored, RelationsLayerStored, SentencesLayerStored, TextLayerStored, TextStructureLayerStored, TokensLayerStored, WordSplittingLayerStored

public abstract class TextCorpusLayerStoredAbstract
extends Object
implements TextCorpusLayer

Author:
Yana Panchenko

Constructor Summary
TextCorpusLayerStoredAbstract()
           
 
Method Summary
protected abstract  void setLayersConnector(TextCorpusLayersConnector connector)
          Should not be used directly by users.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.TextCorpusLayer
isEmpty, size
 

Constructor Detail

TextCorpusLayerStoredAbstract

public TextCorpusLayerStoredAbstract()
Method Detail

setLayersConnector

protected abstract void setLayersConnector(TextCorpusLayersConnector connector)
Should not be used directly by users. Should be extended by all implementations of TextCorpusLayers, as they might depend on other layers and therefore be able to get referenced/referencing information.

Parameters:
connector -


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