Package eu.clarin.weblicht.wlfxb.tc.api
Interface RelationsLayer
-
- All Known Implementing Classes:
RelationsLayerStored
@Deprecated public interface RelationsLayer
Deprecated.- Author:
- Yana Panchenko
-
-
Method Summary
Modifier and Type Method Description RelationaddRelation(Token relationToken)Deprecated.RelationaddRelation(String function, Token relationToken)Deprecated.RelationaddRelation(String function, List<Token> relationTokens)Deprecated.RelationaddRelation(List<Token> relationTokens)Deprecated.RelationgetRelation(int index)Deprecated.RelationgetRelation(Token token)Deprecated.Token[]getTokens(Relation relation)Deprecated.StringgetType()Deprecated.intsize()Deprecated.
-