jCMPL
Class CmplInfo

java.lang.Object
  extended by jCMPL.CmplInfo

public class CmplInfo
extends java.lang.Object

Handling of a CMPL infos and statistics for jCMPL

Author:
mike

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

CmplInfo

public CmplInfo()
Constructor


CmplInfo

public CmplInfo(java.lang.String cmplInfoFile)
Constructor

Parameters:
cmplInfoFile - Name of the cmplInfo file
Method Detail

varProdFileName

public java.lang.String varProdFileName()
Returns the file name for variable product statistics

Returns:
file name

varProdText

public java.lang.String varProdText()
Returns variable product statistics

Returns:
string containing variable product statistics

statisticsFileName

public java.lang.String statisticsFileName()
Returns the file name for CMPL statistics

Returns:
file name

statisticsText

public java.lang.String statisticsText()
Returns CMPL statistics

Returns:
string containing CMPL statistics

matrixFileName

public java.lang.String matrixFileName()
Returns the file name for CMPL matrix

Returns:
file name

matrixText

public java.lang.String matrixText()
Returns CMPL matrix

Returns:
string containing CMPL matrix

readCmplInfo

public void readCmplInfo()
                  throws CmplException
Reads the CmplInfos into the jCMPL structures from the corresponding CmplMessage file

Throws:
CmplException

readCmplInfo

public void readCmplInfo(java.lang.String cmplInfoStr)
                  throws CmplException
Reads the CmplInfos into the jCMPL structures from the corresponding CmplMessage file or a CmplMessage string

Parameters:
cmplInfoStr - CmplInfo string
Throws:
CmplException