@Deprecated public class RelationsLayerStored extends TextCorpusLayerStoredAbstract implements RelationsLayer
| Modifier | Constructor and Description |
|---|---|
protected |
RelationsLayerStored()
Deprecated.
|
protected |
RelationsLayerStored(String type)
Deprecated.
|
protected |
RelationsLayerStored(TextCorpusLayersConnector connector)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String XML_NAME
protected RelationsLayerStored()
protected RelationsLayerStored(String type)
protected RelationsLayerStored(TextCorpusLayersConnector connector)
protected void setLayersConnector(TextCorpusLayersConnector connector)
TextCorpusLayerStoredAbstractsetLayersConnector in class TextCorpusLayerStoredAbstractpublic boolean isEmpty()
isEmpty in interface TextCorpusLayerpublic int size()
size in interface RelationsLayersize in interface TextCorpusLayerpublic String getType()
getType in interface RelationsLayerpublic Relation getRelation(int index)
getRelation in interface RelationsLayerpublic Relation getRelation(Token token)
getRelation in interface RelationsLayerpublic Token[] getTokens(Relation relation)
getTokens in interface RelationsLayerpublic Relation addRelation(String function, Token relationToken)
addRelation in interface RelationsLayerpublic Relation addRelation(Token relationToken)
addRelation in interface RelationsLayerpublic Relation addRelation(String function, List<Token> relationTokens)
addRelation in interface RelationsLayerpublic Relation addRelation(List<Token> relationTokens)
addRelation in interface RelationsLayerCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.