Uses of Class
germanet.Synset

Uses of Synset in germanet
 

Methods in germanet that return Synset
 Synset LexUnit.getParentSynset()
          Returns the Synset to which this LexUnit belongs.
 Synset GermaNet.getSynsetByID(java.lang.String id)
          Return the Synset with id, or null if it is not found
CAUTION: Synset ids are not stable between data releases.
 

Methods in germanet that return types with arguments of type Synset
 java.util.List<Synset> Synset.getRelations()
          Return a List of all of the Synsets that this Synset has any relation to.
 java.util.List<Synset> Synset.getRelations(ConRel type)
          Return a List of this Synset's relations of type type.
 java.util.List<Synset> GermaNet.getSynsets()
          Return a list of all Synsets.
 java.util.List<Synset> GermaNet.getSynsets(java.lang.String orthForm)
          Return a List of all Synsets in which orthForm occurs in one of its LexUnits.
 java.util.List<Synset> GermaNet.getSynsets(WordClass wordClass)
          Return a List of all Synsets in the specified wordClass.
 java.util.List<java.util.List<Synset>> Synset.getTransRelations(ConRel type)
          Returns the transitive closure of all relations of type type to this Synset.