numbers
Class NumberCommunication

java.lang.Object
  |
  +--tedlib.ACommunication
        |
        +--tedlib.ARecursiveCase
              |
              +--numbers.NumberCommunication

public class NumberCommunication
extends ARecursiveCase


Fields inherited from class tedlib.ARecursiveCase
a, m
 
Constructor Summary
NumberCommunication(java.lang.reflect.Method method, ACommunication[] args)
           
 
Method Summary
protected  java.lang.Object getSource(java.lang.Object source, java.util.Iterator params)
           
 
Methods inherited from class tedlib.ARecursiveCase
execute
 
Methods inherited from class tedlib.ACommunication
execute, execute, execute, returnIt
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

NumberCommunication

public NumberCommunication(java.lang.reflect.Method method,
                           ACommunication[] args)
Method Detail

getSource

protected java.lang.Object getSource(java.lang.Object source,
                                     java.util.Iterator params)
Overrides:
getSource in class ARecursiveCase