edu.jhu.ece.iacl.jist.pipeline.src
Class PipeSurfaceExternalSource

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.PipeModule
      extended by edu.jhu.ece.iacl.jist.pipeline.PipeSource
          extended by edu.jhu.ece.iacl.jist.pipeline.src.PipeExternalSource
              extended by edu.jhu.ece.iacl.jist.pipeline.src.PipeSurfaceExternalSource
All Implemented Interfaces:
PipePort.PortListener, ParamViewObserver

public class PipeSurfaceExternalSource
extends PipeExternalSource


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule
PipeModule.PipeListener
 
Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeSource
childPort, isReset, parentPort
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule
bounds, cell, currentContext, inputHash, inputParams, inputPorts, label, listeners, name, outputHash, outputParams, outputPorts
 
Constructor Summary
PipeSurfaceExternalSource()
           
 
Method Summary
 ParamCollection createInputParams()
          Create input parameters for this source.
 ParamCollection createOutputParams()
          Create output parameters for this source.
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.src.PipeExternalSource
getDefaultParam, getOutputParam, hasNext, iterate, reset
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeSource
createModuleCell, disconnect, getChildPort, getParentPort, getRoot, init, isRoot
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule
addListener, connectAction, disconnectAction, forward, getAncestors, getAncestors, getBounds, getChildren, getCurrentContext, getDescendants, getDescendants, getInputHash, getInputParams, getInputPorts, getLabel, getListeners, getModuleCell, getName, getOutputHash, getOutputParams, getOutputPorts, getParents, isAncestorOf, isDescendantOf, push, removeAllListeners, removeListener, setBounds, setCurrentContext, setLabel, setModuleCell, setName, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeSurfaceExternalSource

public PipeSurfaceExternalSource()
Method Detail

createInputParams

public ParamCollection createInputParams()
Description copied from class: PipeSource
Create input parameters for this source.

Specified by:
createInputParams in class PipeSource
Returns:
input parameters

createOutputParams

public ParamCollection createOutputParams()
Description copied from class: PipeSource
Create output parameters for this source.

Specified by:
createOutputParams in class PipeSource
Returns:
output parameters