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

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.PipeListSource
              extended by edu.jhu.ece.iacl.jist.pipeline.src.PipeFileCollectionListSource
All Implemented Interfaces:
PipePort.PortListener, ParamViewObserver

public class PipeFileCollectionListSource
extends PipeListSource


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule
PipeModule.PipeListener
 
Field Summary
protected  ParamFileCollection filecolParam
          The volume collection param.
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.src.PipeListSource
data, endEntry, fileParam, index, offset, startEntry
 
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
PipeFileCollectionListSource()
          Default constructor.
 
Method Summary
 ParamCollection createInputParams()
          Create input parameters.
 ParamCollection createOutputParams()
          Create output parameters for this source.
 ParamFileCollection getOutputParam()
          Get parameter representing the output to this source.
protected  java.util.ArrayList<java.io.File> getValue(int i)
          Get list value.
protected  void setValue(java.lang.Object obj)
          Set list value.
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.src.PipeListSource
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
 

Field Detail

filecolParam

protected ParamFileCollection filecolParam
The volume collection param.

Constructor Detail

PipeFileCollectionListSource

public PipeFileCollectionListSource()
Default constructor.

Method Detail

createInputParams

public ParamCollection createInputParams()
Description copied from class: PipeListSource
Create input parameters.

Overrides:
createInputParams in class PipeListSource
Returns:
the param collection

createOutputParams

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

Specified by:
createOutputParams in class PipeSource
Returns:
output parameters

getOutputParam

public ParamFileCollection getOutputParam()
Description copied from class: PipeSource
Get parameter representing the output to this source.

Specified by:
getOutputParam in class PipeSource
Returns:
output parameter

getValue

protected java.util.ArrayList<java.io.File> getValue(int i)
Description copied from class: PipeListSource
Get list value.

Specified by:
getValue in class PipeListSource
Parameters:
i - the i
Returns:
the value

setValue

protected void setValue(java.lang.Object obj)
Description copied from class: PipeListSource
Set list value.

Specified by:
setValue in class PipeListSource
Parameters:
obj - the obj