edu.jhu.ece.iacl.jist.pipeline.graph
Class PipeSourceFactory.SourceCell

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.PipeSourceFactory.SourceCell
Enclosing class:
PipeSourceFactory

public static class PipeSourceFactory.SourceCell
extends PipeModuleCell

Source graph cell.

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
PipeSourceFactory.SourceCell(java.lang.String name, PipeModule pipe)
          Instantiates a new source cell.
 
Method Summary
 PipeModuleCell 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

PipeSourceFactory.SourceCell

public PipeSourceFactory.SourceCell(java.lang.String name,
                                    PipeModule pipe)
Instantiates a new source cell.

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

clone

public PipeModuleCell clone()

createPorts

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

Overrides:
createPorts in class PipeModuleCell