public class CmplInfo
extends java.lang.Object
Constructor and Description |
---|
CmplInfo()
Constructor
|
CmplInfo(java.lang.String cmplInfoFile)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
public CmplInfo()
public CmplInfo(java.lang.String cmplInfoFile)
cmplInfoFile
- Name of the cmplInfo filepublic 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 stringCmplException