Uses of Class
de.tudarmstadt.ukp.jwktl.api.RelationType

Packages that use RelationType
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   
de.tudarmstadt.ukp.jwktl.parser.wikisaurus   
 

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

Methods in de.tudarmstadt.ukp.jwktl.api that return RelationType
 RelationType IWiktionaryRelation.getRelationType()
          Returns the type of this relation (never null).
static RelationType RelationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationType[] RelationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.tudarmstadt.ukp.jwktl.api with parameters of type RelationType
 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 RelationType in de.tudarmstadt.ukp.jwktl.api.entry
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as RelationType
protected  RelationType WiktionaryRelation.type
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return RelationType
 RelationType WiktionaryRelation.getRelationType()
           
 

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

Constructors in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type RelationType
WiktionaryRelation(String target, RelationType type)
          Creates a new relation for the given target and relation type.
 

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

Fields in de.tudarmstadt.ukp.jwktl.parser.de.components declared as RelationType
protected  RelationType DERelationHandler.relationType
           
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.de.components with parameters of type RelationType
DERelationHandler(RelationType relationType, String... labels)
          Initializes the block handler for parsing all sections starting with one of the specified labels.
 

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

Fields in de.tudarmstadt.ukp.jwktl.parser.en.components declared as RelationType
protected  RelationType ENRelationHandler.relationType
           
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.en.components with parameters of type RelationType
ENRelationHandler(RelationType relationType, String... labels)
          Initializes the block handler for the given relation type and section headers.
 

Uses of RelationType in de.tudarmstadt.ukp.jwktl.parser.wikisaurus
 

Fields in de.tudarmstadt.ukp.jwktl.parser.wikisaurus with type parameters of type RelationType
protected  Map<String,RelationType> WikisaurusArticleParser.relTypeMap
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.wikisaurus with parameters of type RelationType
 void WikisaurusEntry.addRelation(String target, String targetSense, RelationType type)
          Adds a new WiktionaryRelation to this entry based on the given parameters.
 



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