|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlpsolve.VersionInfo
Contains the full version info for a lp_solve library instance.
Constructor Summary | |
VersionInfo(int major,
int minor,
int release,
int build)
Creates a new instance of this class |
Method Summary | |
int |
getBuild()
|
int |
getMajorversion()
|
int |
getMinorversion()
|
int |
getRelease()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VersionInfo(int major, int minor, int release, int build)
Method Detail |
public int getBuild()
public int getMajorversion()
public int getMinorversion()
public int getRelease()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |