Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Dependency

Packages that use Dependency
eu.clarin.weblicht.wlfxb.tc.api   
eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. 
 

Uses of Dependency in eu.clarin.weblicht.wlfxb.tc.api
 

Methods in eu.clarin.weblicht.wlfxb.tc.api that return Dependency
 Dependency DependencyParsingLayer.createDependency(List<Token> dependent)
           
 Dependency DependencyParsingLayer.createDependency(List<Token> dependent, List<Token> governor)
           
 Dependency DependencyParsingLayer.createDependency(String function, List<Token> dependent)
           
 Dependency DependencyParsingLayer.createDependency(String function, List<Token> dependent, List<Token> governor)
           
 Dependency DependencyParsingLayer.createDependency(String function, Token dependent)
           
 Dependency DependencyParsingLayer.createDependency(String function, Token dependent, Token governor)
           
 Dependency DependencyParsingLayer.createDependency(Token dependent)
           
 Dependency DependencyParsingLayer.createDependency(Token dependent, Token governor)
           
 Dependency[] DependencyParse.getDependencies()
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Dependency
 Token[] DependencyParsingLayer.getDependentTokens(Dependency dependency)
           
 Token[] DependencyParsingLayer.getGovernorTokens(Dependency dependency)
           
 

Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type Dependency
 DependencyParse DependencyParsingLayer.addParse(List<Dependency> dependencies)
           
 

Uses of Dependency in eu.clarin.weblicht.wlfxb.tc.xb
 

Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Dependency
 class DependencyStored
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return Dependency
 Dependency DependencyParsingLayerStored.createDependency(List<Token> dependent)
           
 Dependency DependencyParsingLayerStored.createDependency(List<Token> dependent, List<Token> governor)
           
 Dependency DependencyParsingLayerStored.createDependency(String function, List<Token> dependent)
           
 Dependency DependencyParsingLayerStored.createDependency(String function, List<Token> dependent, List<Token> governor)
           
 Dependency DependencyParsingLayerStored.createDependency(String function, Token dependent)
           
 Dependency DependencyParsingLayerStored.createDependency(String function, Token dependent, Token governor)
           
 Dependency DependencyParsingLayerStored.createDependency(Token dependent)
           
 Dependency DependencyParsingLayerStored.createDependency(Token dependent, Token governor)
           
 Dependency[] DependencyParseStored.getDependencies()
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Dependency
 Token[] DependencyParsingLayerStored.getDependentTokens(Dependency dependency)
           
 Token[] DependencyParsingLayerStored.getGovernorTokens(Dependency dependency)
           
 

Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type Dependency
 DependencyParse DependencyParsingLayerStored.addParse(List<Dependency> dependencies)
           
 



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