tedlib
Class ModifiedNoun

java.lang.Object
  |
  +--tedlib.ACommunication
        |
        +--tedlib.ModifiedNoun

public class ModifiedNoun
extends ACommunication


Field Summary
private  ACommunication method
           
private  ACommunication s
           
 
Constructor Summary
ModifiedNoun(ACommunication themethod, ACommunication thesource)
           
 
Method Summary
 java.lang.Object execute(java.lang.Object source, java.util.Iterator params)
           
 
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
 

Field Detail

method

private ACommunication method

s

private ACommunication s
Constructor Detail

ModifiedNoun

public ModifiedNoun(ACommunication themethod,
                    ACommunication thesource)
Method Detail

execute

public java.lang.Object execute(java.lang.Object source,
                                java.util.Iterator params)
Overrides:
execute in class ACommunication