|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.BinomialInvocationCombiner
The BinomialInvocationCombiner
class serves as a base class
for user-defined binomial invocation combiners.
Constructor Summary | |
BinomialInvocationCombiner()
|
Method Summary | |
abstract void |
combine(ParameterVector in1,
ParameterVector in2,
ParameterVector out)
The combine method, to be defined by any class that extends the BinomialInvocationCombiner class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BinomialInvocationCombiner()
Method Detail |
public abstract void combine(ParameterVector in1, ParameterVector in2, ParameterVector out)
BinomialInvocationCombiner
class.
in1
- the first input ParameterVector
in2
- the second input ParameterVector
out
- the result ParameterVector
of combining the
"in" parameters
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |