edu.jhu.ece.iacl.jist.pipeline.graph
Class PipeDestinationFactory.DestinationCell

java.lang.Object
  extended by DefaultGraphCell
      extended by edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleCell
          extended by edu.jhu.ece.iacl.jist.pipeline.graph.PipeDestinationFactory.DestinationCell
Enclosing class:
PipeDestinationFactory

public static class PipeDestinationFactory.DestinationCell
extends PipeModuleCell

Graph cell to represent destination.

Author:
Blake Lucas (bclucas@jhu.edu)

Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleCell
defaultSize, hspace, pipe, preferredSize
 
Constructor Summary
PipeDestinationFactory.DestinationCell(java.lang.String name, PipeModule pipe)
          Instantiates a new destination cell.
 
Method Summary
 PipeDestinationFactory.DestinationCell clone()
           
protected  void createPorts()
          Create ports for module.
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleCell
createCellAttributes, getModuleClass, getPipeModule, getPreferredSize, getPreferredSize, setBounds, setLocation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeDestinationFactory.DestinationCell

public PipeDestinationFactory.DestinationCell(java.lang.String name,
                                              PipeModule pipe)
Instantiates a new destination cell.

Parameters:
name - the name
pipe - the pipe
Method Detail

clone

public PipeDestinationFactory.DestinationCell clone()

createPorts

protected void createPorts()
Description copied from class: PipeModuleCell
Create ports for module.

Overrides:
createPorts in class PipeModuleCell