Java Access to WordNet

Uses of Interface
danbikel.wordnet.RemoteEnumeration

Uses of RemoteEnumeration in danbikel.wordnet
 

Classes in danbikel.wordnet that implement RemoteEnumeration
 class RemoteEnumerator
          This class provides a wrapper for Enumeration objects to be accessed remotely via RMI.
 

Methods in danbikel.wordnet that return RemoteEnumeration
 RemoteEnumeration WordNetServer.getCachedDataEntries(String pos)
          Returns a RemoteEnumeraton to allow iteration over all cached data entries.
 RemoteEnumeration WordNetServer.getCachedDataEntries(int posIdx)
          Returns a RemoteEnumeraton to allow iteration over all cached data entries.
 RemoteEnumeration WordNetServer.getCachedIndexEntries(String pos)
          Returns an RemoteEnumeraton to allow iteration over all cached index entries.
 RemoteEnumeration WordNetServer.getCachedIndexEntries(int posIdx)
          Returns an RemoteEnumeraton to allow iteration over all cached index entries.
 RemoteEnumeration WordNetRemote.getCachedDataEntries(String pos)
          Returns a RemoteEnumeraton to allow iteration over all cached data entries.
 RemoteEnumeration WordNetRemote.getCachedDataEntries(int posIdx)
          Returns a RemoteEnumeraton to allow iteration over all cached data entries.
 RemoteEnumeration WordNetRemote.getCachedIndexEntries(String pos)
          Returns an RemoteEnumeraton to allow iteration over all cached index entries.
 RemoteEnumeration WordNetRemote.getCachedIndexEntries(int posIdx)
          Returns an RemoteEnumeraton to allow iteration over all cached index entries.
 RemoteEnumeration WordNetLocal.getCachedDataEntries(String pos)
          Returns a RemoteEnumeraton to allow iteration over all cached data entries.
 RemoteEnumeration WordNetLocal.getCachedDataEntries(int posIdx)
          Returns a RemoteEnumeraton to allow iteration over all cached data entries.
 RemoteEnumeration WordNetLocal.getCachedIndexEntries(String pos)
          Returns an RemoteEnumeraton to allow iteration over all cached index entries.
 RemoteEnumeration WordNetLocal.getCachedIndexEntries(int posIdx)
          Returns an RemoteEnumeraton to allow iteration over all cached index entries.
 


Java Access to WordNet

Author: Dan Bikel