jCMPL
Class CmplInstance

java.lang.Object
  extended by jCMPL.CmplInstance

public class CmplInstance
extends java.lang.Object

Handling of the the CmplInstance for jCMPL


Constructor Summary
protected CmplInstance()
          Constructor
 
Method Summary
protected  java.lang.String cmplInstanceStr(java.lang.String cmplFileName, java.util.HashMap<java.lang.Integer,java.lang.String> optList, java.lang.String dataString, java.lang.String jobId)
          Creates a CmplInstance string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmplInstance

protected CmplInstance()
Constructor

Method Detail

cmplInstanceStr

protected java.lang.String cmplInstanceStr(java.lang.String cmplFileName,
                                           java.util.HashMap<java.lang.Integer,java.lang.String> optList,
                                           java.lang.String dataString,
                                           java.lang.String jobId)
                                    throws CmplException
Creates a CmplInstance string

Parameters:
cmplFileName - CMPL file
optList - List of the options
dataString - CmplData string
jobId - JobId
Returns:
CmplInstance string
Throws:
CmplException