Uses of Class
edu.mit.jwi.item.Version

Packages that use Version
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of Version in edu.mit.jwi.item
 

Fields in edu.mit.jwi.item declared as Version
static Version Version.ver16
           
static Version Version.ver17
           
static Version Version.ver171
           
static Version Version.ver20
           
static Version Version.ver21
           
static Version Version.ver21swn_10k
           
static Version Version.ver21swn_20k
           
static Version Version.ver21swn_30k
           
static Version Version.ver21swn_400k_cropped
           
static Version Version.ver21swn_400k_full
           
static Version Version.ver21swn_40k
           
static Version Version.ver30
           
static Version Version.ver31
           
 

Methods in edu.mit.jwi.item that return Version
static Version Version.extractVersion(IContentType<?> type, java.nio.ByteBuffer buffer)
          Extracts a version object from a byte buffer that contains data with the specified content type.
static Version Version.getVersion(int major, int minor, int bugfix)
          Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
static Version Version.getVersion(int major, int minor, int bugfix, java.lang.String qualifier)
          Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
static Version Version.parseVersion(java.lang.CharSequence verStr)
          Tries to transform the specified character sequence into a version object.
static Version Version.parseVersionProtected(java.lang.CharSequence verStr)
          Tries to transform the specified character sequence into a version object.
 

Methods in edu.mit.jwi.item that return types with arguments of type Version
static java.util.List<Version> Version.values()
          Emulates the Enum.values() function.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.