|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.jussieu.gla.wasa.samples.AbstractSample
Parent of samples.
Field Summary | |
protected InputPanel |
inputPanel
|
Constructor Summary | |
AbstractSample()
|
Method Summary | |
abstract InputPanel |
createInputPanel()
This method must create the inputPanel corresponding to the Problem in order to be disposed in the SampleRunner . |
abstract Problem |
createProblem()
This method must check sample parameters from the inputPanel attribute in order to create the corresponding Problem. |
abstract void |
printResult()
Must display Problem results on the console. |
abstract void |
textMode()
Must launch the corresponding problem with default parameters, without the Monitor GUI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected InputPanel inputPanel
Constructor Detail |
public AbstractSample()
Method Detail |
public abstract Problem createProblem()
public abstract InputPanel createInputPanel()
SampleRunner
.public abstract void printResult()
public abstract void textMode()
Monitor
GUI.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |