fr.lifl.jedi.util
Class Version

java.lang.Object
  extended by fr.lifl.jedi.util.Version

public class Version
extends java.lang.Object

The only purpose of this class is to display the current version number of JEDI.

Version:
JEDI V 2.3
Created the 25th March 2010
Author:
Yoann Kubera
SMAC Team (Systèmes Multi-Agents et Comportement)
LIFL (Laboratoire d'Informatique Fondamentale de Lille)
University of Lille, France

Field Summary
static java.lang.String VERSION
          The current version number of JEDI.
 
Constructor Summary
Version()
           
 
Method Summary
static void main(java.lang.String[] args)
          Prints the version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
The current version number of JEDI.

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)
Prints the version