Uses of Class
JSci.Version

Packages that use Version
JSci   
 

Uses of Version in JSci
 

Methods in JSci that return Version
static Version Version.getCurrent()
          Gets the current version.
static Version Version.getLatest()
          Retrieves the latest version from the home URL.
 

Methods in JSci with parameters of type Version
 boolean Version.isLater(Version ver)
          Returns true if this is later than another version.