| org.cougaar.planning.ldm.measure.BinaryOperator
Method Summary | |
M | apply(M a, M b) Apply this operator to the specified measures.
Parameters: a - a measure, or null for zero Parameters: b - a measure, or null for zero the operator result, where null indicates zero. |
FIRST | First FIRST(Code) | | return the "a" graph
|
SECOND | Second SECOND(Code) | | return the "b" graph
|
apply | M apply(M a, M b)(Code) | | Apply this operator to the specified measures.
Parameters: a - a measure, or null for zero Parameters: b - a measure, or null for zero the operator result, where null indicates zero. If bothof the input measures are non-zero then this method will notreturn null. |
|
|