ilog.cpl
Class IlpTGOProduct

java.lang.Object
  extended by ilog.cpl.IlpTGOProduct

public abstract class IlpTGOProduct
extends Object

This class contains several utility methods dealing with product packaging of the ILOG JViews TGO product.

Since:
JViews 7.5

Constructor Summary
IlpTGOProduct()
           
 
Method Summary
static long getBuildNumber()
          Returns the ILOG JViews TGO build number.
static int getMinorVersion()
          Returns the ILOG JViews TGO minor version number, that is, 0.
static int getPatchLevel()
          Returns the ILOG JViews TGO patch level number.
static int getReleaseDate()
          Returns the date of the ILOG JViews TGO release.
static int getSubMinorVersion()
          Returns the ILOG JViews TGO subminor version number.
static int getVersion()
          Returns the ILOG JViews TGO version number, that is, 8.
static int getVersionNumber()
          Returns the version of ILOG JViews TGO including major version, minor version, subminor version and patch number.
static String getVersionString()
          Returns the textual representation of the ILOG JViews TGO product version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpTGOProduct

public IlpTGOProduct()
Method Detail

getVersionNumber

public static int getVersionNumber()
Returns the version of ILOG JViews TGO including major version, minor version, subminor version and patch number.

Returns:
1000000 * version + 10000 * minor version + 100 * subminor version + 1 * patch level, for instance 7050001 represents ILOG JTGO 7.5.0 patch[1].

getVersionString

public static String getVersionString()
Returns the textual representation of the ILOG JViews TGO product version.

Returns:
For instance, ILOG JViews TGO 7.5.0 patch[1]

getVersion

public static final int getVersion()
Returns the ILOG JViews TGO version number, that is, 8.

Since:
JViews 7.5

getMinorVersion

public static final int getMinorVersion()
Returns the ILOG JViews TGO minor version number, that is, 0.

Since:
JViews 7.5

getSubMinorVersion

public static final int getSubMinorVersion()
Returns the ILOG JViews TGO subminor version number. For instance, with ILOG JTGO 7.5 the method returns 0.

Since:
JViews 7.5

getPatchLevel

public static final int getPatchLevel()
Returns the ILOG JViews TGO patch level number. If the version does not includes patches, the method returns 0.

Since:
JViews 7.5

getBuildNumber

public static final long getBuildNumber()
Returns the ILOG JViews TGO build number. It is an integer which increases from one patch to the next.

Since:
JViews 7.5

getReleaseDate

public static final int getReleaseDate()
Returns the date of the ILOG JViews TGO release.

Returns:
an integer with the decimal representation YYYYMMDD
Since:
JViews 7.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.