edu.jhu.ece.iacl.jist.pipeline.graph
Class PipeAlgorithmFactory.AlgorithmCell

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.PipeAlgorithmFactory.AlgorithmCell
Direct Known Subclasses:
PipeAlgorithmFactory.AlgorithmGroupCell
Enclosing class:
PipeAlgorithmFactory

public static class PipeAlgorithmFactory.AlgorithmCell
extends PipeModuleCell

Get module cell that represents algorithm.

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
PipeAlgorithmFactory.AlgorithmCell(java.lang.String name, PipeModule pipe)
          Constructor.
 
Method Summary
 PipeModuleCell clone()
           
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleCell
createCellAttributes, createPorts, 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

PipeAlgorithmFactory.AlgorithmCell

public PipeAlgorithmFactory.AlgorithmCell(java.lang.String name,
                                          PipeModule pipe)
Constructor.

Parameters:
name - cell name
pipe - module associated with cell
Method Detail

clone

public PipeModuleCell clone()