Uses of Interface
gov.llnl.ontology.wordnet.RelatedForm

Packages that use RelatedForm
gov.llnl.ontology.wordnet   
 

Uses of RelatedForm in gov.llnl.ontology.wordnet
 

Classes in gov.llnl.ontology.wordnet that implement RelatedForm
 class SimpleRelatedForm
          A simple struct based implementation of a RelatedForm.
 

Methods in gov.llnl.ontology.wordnet that return RelatedForm
 RelatedForm Synset.getDerivationallyRelatedForm(Synset synset)
          Returns a if the provided Synset has a Lemma which is a derivationally related form of a Lemma from this Synset, or null if there is no relation.
 RelatedForm BaseSynset.getDerivationallyRelatedForm(Synset synset)
          Returns a if the provided Synset has a Lemma which is a derivationally related form of a Lemma from this Synset, or null if there is no relation.
 

Methods in gov.llnl.ontology.wordnet with parameters of type RelatedForm
 void Synset.addDerivationallyRelatedForm(Synset related, RelatedForm form)
          Adds a RelatedForm to this Synset, signifiying that the two Synsets share a Lemma that are closely related.
 void BaseSynset.addDerivationallyRelatedForm(Synset related, RelatedForm form)
          Adds a RelatedForm to this Synset, signifiying that the two Synsets share a Lemma that are closely related.
 



Copyright © 2010-2011. All Rights Reserved.