Release Planner v1.0

Package rp.expn

Implements expression trees involving possibly stochastic quantities.

See:
          Description

Class Summary
AddExpn An add operator node in an expression tree.
BinaryOperatorExpn A generic node in an expression tree.
DivideExpn A division operator node in an expression tree.
EstimateExpn A constant (stochastic) estimate in an expression tree.
Expn A generic node in an expression tree.
MultiplyExpn A multiply operator node in an expression tree.
NaryOperatorExpn An N'ary operation node in an expression tree.
NegateExpn A unary operation in an expression tree.
OperatorExpn A generic node in an expression tree.
ScalarExpn A scalar (non-stochastic) floating point number in an expression tree.
SubtractExpn A subtraction operator node in an expression tree.
SumExpn An N'ary operation node in an expression tree.
UnaryOperatorExpn A unary operation in an expression tree.
 

Package rp.expn Description

Implements expression trees involving possibly stochastic quantities.


Release Planner v1.0