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

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerStoredAbstract
      extended by eu.clarin.weblicht.wlfxb.tc.xb.RelationsLayerStored
All Implemented Interfaces:
RelationsLayer, TextCorpusLayer

Deprecated.

@Deprecated
public class RelationsLayerStored
extends TextCorpusLayerStoredAbstract
implements RelationsLayer

Author:
Yana Panchenko

Field Summary
static String XML_NAME
          Deprecated.  
 
Constructor Summary
protected RelationsLayerStored()
          Deprecated.  
protected RelationsLayerStored(String type)
          Deprecated.  
protected RelationsLayerStored(TextCorpusLayersConnector connector)
          Deprecated.  
 
Method Summary
 Relation addRelation(List<Token> relationTokens)
          Deprecated.  
 Relation addRelation(String function, List<Token> relationTokens)
          Deprecated.  
 Relation addRelation(String function, Token relationToken)
          Deprecated.  
 Relation addRelation(Token relationToken)
          Deprecated.  
 Relation getRelation(int index)
          Deprecated.  
 Relation getRelation(Token token)
          Deprecated.  
 Token[] getTokens(Relation relation)
          Deprecated.  
 String getType()
          Deprecated.  
 boolean isEmpty()
          Deprecated.  
protected  void setLayersConnector(TextCorpusLayersConnector connector)
          Deprecated. Should not be used directly by users.
 int size()
          Deprecated.  
 String toString()
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

RelationsLayerStored

protected RelationsLayerStored()
Deprecated. 

RelationsLayerStored

protected RelationsLayerStored(String type)
Deprecated. 

RelationsLayerStored

protected RelationsLayerStored(TextCorpusLayersConnector connector)
Deprecated. 
Method Detail

setLayersConnector

protected void setLayersConnector(TextCorpusLayersConnector connector)
Deprecated. 
Description copied from class: TextCorpusLayerStoredAbstract
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.

Specified by:
setLayersConnector in class TextCorpusLayerStoredAbstract

isEmpty

public boolean isEmpty()
Deprecated. 
Specified by:
isEmpty in interface TextCorpusLayer

size

public int size()
Deprecated. 
Specified by:
size in interface RelationsLayer
Specified by:
size in interface TextCorpusLayer

getType

public String getType()
Deprecated. 
Specified by:
getType in interface RelationsLayer

getRelation

public Relation getRelation(int index)
Deprecated. 
Specified by:
getRelation in interface RelationsLayer

getRelation

public Relation getRelation(Token token)
Deprecated. 
Specified by:
getRelation in interface RelationsLayer

getTokens

public Token[] getTokens(Relation relation)
Deprecated. 
Specified by:
getTokens in interface RelationsLayer

addRelation

public Relation addRelation(String function,
                            Token relationToken)
Deprecated. 
Specified by:
addRelation in interface RelationsLayer

addRelation

public Relation addRelation(Token relationToken)
Deprecated. 
Specified by:
addRelation in interface RelationsLayer

addRelation

public Relation addRelation(String function,
                            List<Token> relationTokens)
Deprecated. 
Specified by:
addRelation in interface RelationsLayer

addRelation

public Relation addRelation(List<Token> relationTokens)
Deprecated. 
Specified by:
addRelation in interface RelationsLayer

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


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