|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjCMPL.CmplInfo
public class CmplInfo
Handling of a CMPL infos and statistics for jCMPL
Constructor Summary | |
---|---|
CmplInfo()
Constructor |
|
CmplInfo(java.lang.String cmplInfoFile)
Constructor |
Method Summary | |
---|---|
java.lang.String |
matrixFileName()
Returns the file name for CMPL matrix |
java.lang.String |
matrixText()
Returns CMPL matrix |
void |
readCmplInfo()
Reads the CmplInfos into the jCMPL structures from the corresponding CmplMessage file |
void |
readCmplInfo(java.lang.String cmplInfoStr)
Reads the CmplInfos into the jCMPL structures from the corresponding CmplMessage file or a CmplMessage string |
java.lang.String |
statisticsFileName()
Returns the file name for CMPL statistics |
java.lang.String |
statisticsText()
Returns CMPL statistics |
java.lang.String |
varProdFileName()
Returns the file name for variable product statistics |
java.lang.String |
varProdText()
Returns variable product statistics |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmplInfo()
public CmplInfo(java.lang.String cmplInfoFile)
cmplInfoFile
- Name of the cmplInfo fileMethod Detail |
---|
public java.lang.String varProdFileName()
public java.lang.String varProdText()
public java.lang.String statisticsFileName()
public java.lang.String statisticsText()
public java.lang.String matrixFileName()
public java.lang.String matrixText()
public void readCmplInfo() throws CmplException
CmplException
public void readCmplInfo(java.lang.String cmplInfoStr) throws CmplException
cmplInfoStr
- CmplInfo string
CmplException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |