ilog.views.diagrammer
Class IlvDiagrammerProduct

java.lang.Object
  extended by ilog.views.diagrammer.IlvDiagrammerProduct

public class IlvDiagrammerProduct
extends Object

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

Since:
JViews 6.0

Method Summary
static long getBuildNumber()
          Returns the ILOG JViews Diagrammer build number.
static int getMinorVersion()
          Returns the ILOG JViews Diagrammer minor version number, that is, 1.
static int getPatchLevel()
          Returns the ILOG JViews Diagrammer patch level number.
static int getReleaseDate()
          Returns the date of the ILOG JViews Diagrammer release.
static int getSubMinorVersion()
          Returns the ILOG JViews Diagrammer subminor version number.
static int getVersion()
          Returns the ILOG JViews Diagrammer version number, that is, 8.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

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

Since:
JViews 6.0

getMinorVersion

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

Since:
JViews 6.0

getSubMinorVersion

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

Since:
JViews 6.0

getPatchLevel

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

Since:
JViews 6.0

getBuildNumber

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

Since:
JViews 6.0

getReleaseDate

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

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


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