Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Relation
-
Packages that use Relation Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Relation in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Relation Modifier and Type Method Description RelationRelationsLayer. addRelation(Token relationToken)Deprecated.RelationRelationsLayer. addRelation(String function, Token relationToken)Deprecated.RelationRelationsLayer. addRelation(String function, List<Token> relationTokens)Deprecated.RelationRelationsLayer. addRelation(List<Token> relationTokens)Deprecated.RelationRelationsLayer. getRelation(int index)Deprecated.RelationRelationsLayer. getRelation(Token token)Deprecated.Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Relation Modifier and Type Method Description Token[]RelationsLayer. getTokens(Relation relation)Deprecated. -
Uses of Relation in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Relation Modifier and Type Class Description classRelationStoredDeprecated.Fields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Relation Modifier and Type Field Description protected Map<Token,Relation>TextCorpusLayersConnector. token2ItsRelationMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Relation Modifier and Type Method Description RelationRelationsLayerStored. addRelation(Token relationToken)Deprecated.RelationRelationsLayerStored. addRelation(String function, Token relationToken)Deprecated.RelationRelationsLayerStored. addRelation(String function, List<Token> relationTokens)Deprecated.RelationRelationsLayerStored. addRelation(List<Token> relationTokens)Deprecated.RelationRelationsLayerStored. getRelation(int index)Deprecated.RelationRelationsLayerStored. getRelation(Token token)Deprecated.Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Relation Modifier and Type Method Description Token[]RelationsLayerStored. getTokens(Relation relation)Deprecated.
-