org.coinor.opents
Class Main

java.lang.Object
  extended byorg.coinor.opents.Main

public class Main
extends java.lang.Object

This class runs if someone mistakenly double-clicks on the OpenTS_10.jar file or runs java -jar OpenTS.jar. p>This code is licensed for public use under the Common Public License version 0.5.
The Common Public License, developed by IBM and modeled after their industry-friendly IBM Public License, differs from other common open source licenses in several important ways:

Copyright © 2002 Robert Harder

Since:
1.0

Field Summary
static java.lang.String VERSION
          OpenTS version number.
 
Constructor Summary
Main()
           
 
Method Summary
static java.lang.String getVersion()
          Returns a String representation of the OpenTS version number.
static void main(java.lang.String[] args)
           
 
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
OpenTS version number.

Since:
1.0
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

getVersion

public static java.lang.String getVersion()
Returns a String representation of the OpenTS version number.

Returns:
version
Since:
1.0

main

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