org.jfree.workbook
Class Solver

java.lang.Object
  |
  +--org.jfree.workbook.Solver

public class Solver
extends java.lang.Object

Records solver settings for a worksheet.


Field Summary
protected  java.lang.String inputs
          Inputs.
protected  int problemType
          The problem type.
protected  int targetColumn
          The target column.
protected  int targetRow
          The target row.
 
Constructor Summary
Solver()
          Default constructor.
 
Method Summary
 java.lang.String getInputs()
          Returns the inputs.
 int getProblemType()
          Returns the problem type.
 int getTargetColumn()
          Returns the target column.
 int getTargetRow()
          Returns the target row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetColumn

protected int targetColumn
The target column.


targetRow

protected int targetRow
The target row.


problemType

protected int problemType
The problem type. Not sure what the types are yet!


inputs

protected java.lang.String inputs
Inputs.

Constructor Detail

Solver

public Solver()
Default constructor.

Method Detail

getTargetColumn

public int getTargetColumn()
Returns the target column.

Returns:
The target column.

getTargetRow

public int getTargetRow()
Returns the target row.

Returns:
The target row.

getProblemType

public int getProblemType()
Returns the problem type.

Returns:
The problem type.

getInputs

public java.lang.String getInputs()
Returns the inputs.

Returns:
The inputs.