Uses of Class
germanet.ConRel

Uses of ConRel in germanet
 

Methods in germanet that return ConRel
static ConRel ConRel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConRel[] ConRel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in germanet with parameters of type ConRel
 java.util.List<Synset> Synset.getRelations(ConRel type)
          Return a List of this Synset's relations of type type.
 java.util.List<java.util.List<Synset>> Synset.getTransRelations(ConRel type)
          Returns the transitive closure of all relations of type type to this Synset.