fabric.visit
Class RemoteCallWrapperAdder

java.lang.Object
  extended by NodeVisitor
      extended by fabric.visit.RemoteCallWrapperAdder

public class RemoteCallWrapperAdder
extends NodeVisitor


Field Summary
protected  Job job
           
protected  FabricNodeFactory nf
           
protected  QQ qq
           
protected  FabricTypeSystem ts
           
 
Constructor Summary
RemoteCallWrapperAdder(Job job, FabricTypeSystem ts, FabricNodeFactory nf)
           
 
Method Summary
 Node leave(Node old, Node n, NodeVisitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

job

protected Job job

ts

protected FabricTypeSystem ts

nf

protected FabricNodeFactory nf

qq

protected QQ qq
Constructor Detail

RemoteCallWrapperAdder

public RemoteCallWrapperAdder(Job job,
                              FabricTypeSystem ts,
                              FabricNodeFactory nf)
Method Detail

leave

public Node leave(Node old,
                  Node n,
                  NodeVisitor v)