|
trassare.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.trassare.calculator.ui.CalculatorCUI
public class CalculatorCUI
The CUI for the calculator application.
| Constructor Summary | |
|---|---|
protected |
CalculatorCUI()
Default constructor. |
| Method Summary | |
|---|---|
void |
evaluate(String inputData)
Evaluate the expression. |
void |
run()
Begin CUI execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CalculatorCUI()
| Method Detail |
|---|
public final void evaluate(String inputData)
evaluate in interface UserInterfaceinputData - the string representation of the expression.public final void run()
run in interface UserInterface
|
trassare.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||