|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.bcit.cst.comp2526.assign2b.solution.AbstractOperation
public abstract class AbstractOperation
Abstracton for mathmatical operations.
| Constructor Summary | |
|---|---|
protected |
AbstractOperation(char c)
Construct an AbstractOperation with the specified code. |
| Method Summary | |
|---|---|
char |
getCode()
Get the type of operation (eg. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.bcit.cst.comp2526.assign2b.solution.Operation |
|---|
perform |
| Constructor Detail |
|---|
protected AbstractOperation(char c)
c - the code of the operationgetCode()| Method Detail |
|---|
public final char getCode()
getCode in interface Operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||