Uses of Class
me.edwards.des.util.Version

Packages that use Version
me.edwards.des   
me.edwards.des.net.packet   
me.edwards.des.util   
 

Uses of Version in me.edwards.des
 

Fields in me.edwards.des declared as Version
static Version Node.VERSION
          Node's software version.
 

Methods in me.edwards.des with parameters of type Version
private static boolean Node.validateVersion(Version v)
          Checks if the version of another Node is compatible with the version of this Node.
 

Uses of Version in me.edwards.des.net.packet
 

Fields in me.edwards.des.net.packet declared as Version
private  Version PacketVersion.version
           
 

Methods in me.edwards.des.net.packet that return Version
 Version PacketVersion.getVersion()
          Returns the Version of the sender Node.
 

Constructors in me.edwards.des.net.packet with parameters of type Version
PacketVersion(Version version, int port)
          Creates new PacketVersion
 

Uses of Version in me.edwards.des.util
 

Methods in me.edwards.des.util with parameters of type Version
 boolean Version.isEqualTo(Version v)
          Compares this version and the specified version for equality.
 boolean Version.isNewerThan(Version v)
          Compares this version and the specified version to find the newer one.
 boolean Version.isOlderThan(Version v)
          Compares this version and the specified version to find the older one.