Uses of Class
cic.wordnet.Relation

Packages that use Relation
cic.wordnet Allows a user to retrieve information from WordNet 3.0 database files. 
 

Uses of Relation in cic.wordnet
 

Fields in cic.wordnet with type parameters of type Relation
(package private)  java.util.HashMap<java.lang.String,java.util.ArrayList<Relation>> ParsedSynset.relations
          A HashMap containing all the relations of this synset.
 

Methods in cic.wordnet that return types with arguments of type Relation
 java.util.HashMap<java.lang.String,java.util.ArrayList<Relation>> ParsedSynset.getRelations()
          This synset's relations
 

Methods in cic.wordnet with parameters of type Relation
 void ParsedSynset.addRelation(java.lang.String type, Relation relation)
          Adds a semantical relation with another synset.