Uses of Class
gov.llnl.ontology.wordnet.SynsetRelations.HypernymStatus

Packages that use SynsetRelations.HypernymStatus
gov.llnl.ontology.mapreduce.table   
gov.llnl.ontology.wordnet   
 

Uses of SynsetRelations.HypernymStatus in gov.llnl.ontology.mapreduce.table
 

Methods in gov.llnl.ontology.mapreduce.table that return SynsetRelations.HypernymStatus
 SynsetRelations.HypernymStatus EvidenceTable.getHypernymStatus(org.apache.hadoop.hbase.client.Result row)
          Retrieves the SynsetRelations.HypernymStatus for the given Result.
 SynsetRelations.HypernymStatus WordNetEvidenceTable.getHypernymStatus(org.apache.hadoop.hbase.client.Result row)
          Retrieves the SynsetRelations.HypernymStatus for the given Result.
 

Methods in gov.llnl.ontology.mapreduce.table with parameters of type SynsetRelations.HypernymStatus
 void EvidenceTable.putHypernymStatus(org.apache.hadoop.hbase.io.ImmutableBytesWritable key, SynsetRelations.HypernymStatus status)
          Stores the SynsetRelations.HypernymStatus using the given key.
 void WordNetEvidenceTable.putHypernymStatus(org.apache.hadoop.hbase.io.ImmutableBytesWritable key, SynsetRelations.HypernymStatus status)
          Stores the SynsetRelations.HypernymStatus using the given key.
 

Uses of SynsetRelations.HypernymStatus in gov.llnl.ontology.wordnet
 

Methods in gov.llnl.ontology.wordnet that return SynsetRelations.HypernymStatus
static SynsetRelations.HypernymStatus SynsetRelations.getHypernymStatus(Synset[] childSynsets, Synset[] ancestorSynsets)
          Returns the hypernym relationship between some Synset of childTerm and some Synset of ancestorTerm.
static SynsetRelations.HypernymStatus SynsetRelations.HypernymStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SynsetRelations.HypernymStatus[] SynsetRelations.HypernymStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2011. All Rights Reserved.