Uses of Class
gecco.util.VersionNumber

Packages that use VersionNumber
gecco.common   
gecco.util   
 

Uses of VersionNumber in gecco.common
 

Subclasses of VersionNumber in gecco.common
 class GeccoVersion
          A subclass of VersionNumber that is initialized to the current GECCO version.
 

Uses of VersionNumber in gecco.util
 

Subclasses of VersionNumber in gecco.util
 class JavaVersion
          A subclass of VersionNumber that is initialized to the system property java.version.
 

Methods in gecco.util with parameters of type VersionNumber
 int VersionNumber.compareTo(VersionNumber other)
          Compares this VersionNumber with another VersionNumber.
 boolean VersionNumber.lessThan(VersionNumber other)
          Determines if this VersionNumber is less than the other VersionNumber.
 boolean VersionNumber.greaterThan(VersionNumber other)
          Determines if this VersionNumber is greater than the other VersionNumber.
 boolean VersionNumber.atLeast(VersionNumber other)
          Determines if this VersionNumber is greater than or equal to the other VersionNumber.