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
protected  void Synset.addRelation(ConRel type, Synset target)
          Add a relation of the specified type to target Synset.
 java.util.List<Synset> Synset.getRelatedSynsets(ConRel type)
          Returns 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.