|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.usp.iterador.internal.logic.BasicExecutionIterable
public abstract class BasicExecutionIterable
Field Summary | |
---|---|
protected double[] |
_x
|
protected java.awt.Color |
currentColor
|
protected int |
iteration
|
Constructor Summary | |
---|---|
BasicExecutionIterable()
|
Method Summary | |
---|---|
double[] |
get_X()
Returns the X array |
java.awt.Color |
getColor()
Returns its color |
int |
getIteration()
Returns the current iteration. |
void |
iterate()
Tells this iteration to change to the next iteration |
void |
set_X(double[] t)
|
void |
setColor(java.awt.Color newColor)
Changes its color |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface br.usp.iterador.internal.logic.ExecutionIterable |
---|
getRealValue, nextIntermediateRound, nextRound, prepare, runPieceOfCode |
Field Detail |
---|
protected int iteration
protected java.awt.Color currentColor
protected double[] _x
Constructor Detail |
---|
public BasicExecutionIterable()
Method Detail |
---|
public java.awt.Color getColor()
ExecutionIterable
getColor
in interface ExecutionIterable
public void setColor(java.awt.Color newColor)
ExecutionIterable
setColor
in interface ExecutionIterable
newColor
- colorpublic double[] get_X()
ExecutionIterable
get_X
in interface ExecutionIterable
public void set_X(double[] t)
set_X
in interface ExecutionIterable
public int getIteration()
getIteration
in interface ExecutionIterable
public void iterate()
iterate
in interface ExecutionIterable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |