Uses of Interface
de.tudarmstadt.ukp.jwktl.api.IWiktionaryRelation

Packages that use IWiktionaryRelation
de.tudarmstadt.ukp.jwktl.api   
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.parser.de.components   
de.tudarmstadt.ukp.jwktl.parser.en.components   
 

Uses of IWiktionaryRelation in de.tudarmstadt.ukp.jwktl.api
 

Methods in de.tudarmstadt.ukp.jwktl.api that return types with arguments of type IWiktionaryRelation
 List<IWiktionaryRelation> IWiktionaryEntry.getRelations()
          Returns a list containing all semantic relations of the entry's senses (including the unassigned sense).
 List<IWiktionaryRelation> IWiktionarySense.getRelations()
          Returns the list of all sense relations (or null if no relations are encoded).
 List<IWiktionaryRelation> IWiktionaryEntry.getRelations(RelationType relationType)
          Returns a list containing all semantic relations of the entry's senses (including the unassigned sense) of the given type.
 List<IWiktionaryRelation> IWiktionarySense.getRelations(RelationType relationType)
          Returns the list of sense relations of the given relation type.
 

Uses of IWiktionaryRelation in de.tudarmstadt.ukp.jwktl.api.entry
 

Classes in de.tudarmstadt.ukp.jwktl.api.entry that implement IWiktionaryRelation
 class WiktionaryRelation
          Default implementation of the IWiktionaryRelation interface.
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type IWiktionaryRelation
protected  List<IWiktionaryRelation> WiktionarySense.relations
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type IWiktionaryRelation
 List<IWiktionaryRelation> WiktionarySense.getRelations()
           
 List<IWiktionaryRelation> WiktionaryEntry.getRelations()
           
 List<IWiktionaryRelation> WiktionarySense.getRelations(RelationType relationType)
           
 List<IWiktionaryRelation> WiktionaryEntry.getRelations(RelationType relationType)
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IWiktionaryRelation
 void WiktionarySense.addRelation(IWiktionaryRelation relation)
          Add the given relation to this sense.
 

Uses of IWiktionaryRelation in de.tudarmstadt.ukp.jwktl.parser.de.components
 

Methods in de.tudarmstadt.ukp.jwktl.parser.de.components that return types with arguments of type IWiktionaryRelation
protected  List<IWiktionaryRelation> DERelationHandler.extract(int index, String text)
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.de.components with parameters of type IWiktionaryRelation
protected  void DERelationHandler.updatePosEntry(WiktionaryEntry posEntry, IWiktionaryRelation relation)
           
protected  void DERelationHandler.updateSense(WiktionarySense sense, IWiktionaryRelation relation)
           
 

Uses of IWiktionaryRelation in de.tudarmstadt.ukp.jwktl.parser.en.components
 

Methods in de.tudarmstadt.ukp.jwktl.parser.en.components with parameters of type IWiktionaryRelation
protected  void ENRelationHandler.updatePosEntry(WiktionaryEntry posEntry, IWiktionaryRelation relation)
           
protected  void ENRelationHandler.updateSense(WiktionarySense sense, IWiktionaryRelation relation)
           
 



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.