|
Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.Observable
|
+--rp.expn.Expn
|
+--rp.expn.OperatorExpn
|
+--rp.expn.UnaryOperatorExpn
A unary operation in an expression tree.
| Field Summary |
| Fields inherited from class rp.expn.OperatorExpn |
operands |
| Constructor Summary | |
UnaryOperatorExpn(Expn operand)
Construct a new unary operator with the given operand. |
|
| Method Summary | |
Expn |
getUnaryOperand()
Gets the unary operand. |
void |
setUnaryOperand(Expn operand)
Sets the unary operand. |
| Methods inherited from class rp.expn.OperatorExpn |
getNumOperands, getOperand, getOperand, setNumOperands, setOperand, setOperand, update |
| Methods inherited from class rp.expn.Expn |
getScalarMean |
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UnaryOperatorExpn(Expn operand)
operand - the unary operand| Method Detail |
public void setUnaryOperand(Expn operand)
operand - the new unary operandpublic Expn getUnaryOperand()
|
Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||