at.dms.kjc.spacetime.switchIR
Class FullIns

java.lang.Object
  extended by at.dms.kjc.spacetime.switchIR.SwitchProcessorIns
      extended by at.dms.kjc.spacetime.switchIR.FullIns
All Implemented Interfaces:
SwitchIns

public class FullIns
extends SwitchProcessorIns


Field Summary
 
Fields inherited from class at.dms.kjc.spacetime.switchIR.SwitchProcessorIns
arg1, arg2, arg3, op
 
Constructor Summary
FullIns(ComputeNode tile)
           
FullIns(ComputeNode tile, SwitchProcessorIns procIns)
           
 
Method Summary
 void addRoute(SwitchSrc src, SwitchOPort dest)
           
 void setProcessorIns(SwitchProcessorIns procIns)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullIns

public FullIns(ComputeNode tile)

FullIns

public FullIns(ComputeNode tile,
               SwitchProcessorIns procIns)
Method Detail

setProcessorIns

public void setProcessorIns(SwitchProcessorIns procIns)

addRoute

public void addRoute(SwitchSrc src,
                     SwitchOPort dest)

toString

public String toString()
Overrides:
toString in class SwitchProcessorIns