|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.jrefinery.workbook.Solver
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. |
void |
writeSolver(java.io.PrintStream out,
java.lang.String indent)
Writes a solver element to the stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int targetColumn
protected int targetRow
protected int problemType
protected java.lang.String inputs
| Constructor Detail |
public Solver()
| Method Detail |
public int getTargetColumn()
public int getTargetRow()
public int getProblemType()
public java.lang.String getInputs()
public void writeSolver(java.io.PrintStream out,
java.lang.String indent)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||