at.dms.kjc.vanillaSlice
Class UniProcessor

java.lang.Object
  extended by at.dms.kjc.slicegraph.ProcElement
      extended by at.dms.kjc.backendSupport.ComputeNode<UniComputeCodeStore>
          extended by at.dms.kjc.vanillaSlice.UniProcessor

public class UniProcessor
extends ComputeNode<UniComputeCodeStore>

Completely vanilla extension to ComputeNode for a processor (computation node) with no quirks.

Author:
dimock

Field Summary
 
Fields inherited from class at.dms.kjc.backendSupport.ComputeNode
computeCode
 
Constructor Summary
UniProcessor(int uniqueId)
           
 
Method Summary
 
Methods inherited from class at.dms.kjc.backendSupport.ComputeNode
getComputeCode, getUniqueId, setComputeCode, setUniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniProcessor

public UniProcessor(int uniqueId)