Package edu.jhu.ece.iacl.jist.pipeline.src

Contains sources that generate multiple values to feed experiments that are run repeatedly with different values.

See:
          Description

Class Summary
PipeDoubleCollectionExternalSource  
PipeDoubleCollectionListSource Iterate through list of floats.
PipeDoubleExternalSource  
PipeDoubleListSource Iterate through list of double values.
PipeDoubleSweepSource Sweep through range of double values.
PipeExternalSource Sweep through range of integers.
PipeFileCollectionExternalSource  
PipeFileCollectionListSource  
PipeFileCollectionSource Iterate through list of files.
PipeFileDirectorySource Iterate through all files in specified directory.
PipeFileExternalSource  
PipeFileListSource Iterate through list of files.
PipeIntegerCollectionExternalSource  
PipeIntegerCollectionListSource Iterate through list of integers.
PipeIntegerExternalSource  
PipeIntegerListSource Iterate through list of integers.
PipeIntegerSweepSource Sweep through range of integers.
PipeListCollectionSource Iterate through list of parameters.
PipeListSource Iterate through list of parameters.
PipePointDoubleSweepSource Sweep through range of double values.
PipePointListSource Iterate through list of points.
PipeSelectionExternalSource Source to select multiple options.
PipeSelectionListSource A parameter that allows the user to input a number of options from a text file
PipeSelectionSource Source to select multiple options.
PipeStringListSource Iterate through list of double values.
PipeSurfaceCollectionExternalSource  
PipeSurfaceCollectionListSource  
PipeSurfaceCollectionSource Iterate through a list of surfaces.
PipeSurfaceDirectorySurface Iterate through all surfaces in a directory.
PipeSurfaceExternalSource  
PipeSurfaceListSource Iterate through all surfaces in file.
PipeToggleSource Toggle between true/false.
PipeVolumeCollectionExternalSource  
PipeVolumeCollectionListSource  
PipeVolumeCollectionSource Iterate through list of volumes.
PipeVolumeDirectoryCollectionSource Iterate through all volumes in directory.
PipeVolumeDirectorySource Iterate through all volumes in directory.
PipeVolumeExternalSource  
PipeVolumeListSource Iterate through all volumes in file.
 

Package edu.jhu.ece.iacl.jist.pipeline.src Description

Contains sources that generate multiple values to feed experiments that are run repeatedly with different values.