at.dms.kjc.slicegraph
Class ProcElement

java.lang.Object
  extended by at.dms.kjc.slicegraph.ProcElement
Direct Known Subclasses:
ComputeNode

public abstract class ProcElement
extends Object

A processing element in the most general sense: CPU tile, GPU, I/O device, switch network. Just used for now as a common superclass for all elements that a back end needs to consider when generating code.

Author:
dimock

Constructor Summary
ProcElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcElement

public ProcElement()