Uses of Interface
edu.mit.jverbnet.data.IWordnetKey

Packages that use IWordnetKey
edu.mit.jverbnet.data Provides the major data types of the library 
edu.mit.jverbnet.index Provides the basic verb index class for accessing Verbnet data 
 

Uses of IWordnetKey in edu.mit.jverbnet.data
 

Classes in edu.mit.jverbnet.data that implement IWordnetKey
 class WordnetKey
          Default implementation of the IWordnetType interface.
 

Methods in edu.mit.jverbnet.data that return types with arguments of type IWordnetKey
 java.util.Map<IWordnetKey,java.lang.Boolean> Member.getWordnetTypes()
           
 java.util.Map<IWordnetKey,java.lang.Boolean> Member.MemberBuilder.getWordnetTypes()
           
 java.util.Map<IWordnetKey,java.lang.Boolean> IMember.getWordnetTypes()
          Returns a non-null, but possibly empty, map of Wordnet types.
 

Methods in edu.mit.jverbnet.data with parameters of type IWordnetKey
 int WordnetKey.compareTo(IWordnetKey key)
           
static int WordnetKey.hashCode(IWordnetKey key)
          Calculates a hash code for a wordnet type object.
static java.lang.String WordnetKey.toString(IWordnetKey key)
          Returns a a string representation of the specified sense key object.
 

Constructor parameters in edu.mit.jverbnet.data with type arguments of type IWordnetKey
Member(IVerbClass verbCls, java.lang.String name, java.util.Map<IWordnetKey,java.lang.Boolean> keys, java.util.List<java.lang.String> groupings)
          Creates a new member with the specified name, keys, and groupings.
 

Uses of IWordnetKey in edu.mit.jverbnet.index
 

Methods in edu.mit.jverbnet.index that return types with arguments of type IWordnetKey
 java.util.Iterator<IWordnetKey> VerbIndex.iteratorWordnetKeys()
           
 java.util.Iterator<IWordnetKey> IVerbIndex.iteratorWordnetKeys()
          Returns an iterator over all wordnet keys in the index, in their natural order.
 

Methods in edu.mit.jverbnet.index with parameters of type IWordnetKey
 java.util.Set<IMember> VerbIndex.getMembers(IWordnetKey key)
           
 java.util.Set<IMember> IVerbIndex.getMembers(IWordnetKey key)
          Returns all members in the index with the specified wordnet key.
 



Copyright © 2012 ${project.organization.name}. All Rights Reserved.