|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.PipeModule
edu.jhu.ece.iacl.jist.pipeline.PipeSource
edu.jhu.ece.iacl.jist.pipeline.src.PipeDoubleSweepSource
public class PipeDoubleSweepSource
Sweep through range of double values.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule |
|---|
PipeModule.PipeListener |
| Field Summary | |
|---|---|
protected double |
end
The end. |
protected ParamDouble |
endParam
The val param. |
protected double |
inc
The inc. |
protected ParamDouble |
incParam
The val param. |
protected double |
start
The start. |
protected ParamDouble |
startParam
The val param. |
protected double |
val
The val. |
protected ParamDouble |
valParam
The val param. |
| 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 | |
|---|---|
PipeDoubleSweepSource()
Default constructor. |
|
| Method Summary | |
|---|---|
ParamCollection |
createInputParams()
Create input parameters. |
ParamCollection |
createOutputParams()
Create ouptut parameters. |
ParamModel |
getOutputParam()
Get output parameter. |
boolean |
hasNext()
Return true if iterator has more elements. |
boolean |
iterate()
Iterate through double values. |
void |
reset()
Reset iterator. |
| 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 |
|---|
protected transient double start
protected transient double end
protected transient double inc
protected transient double val
protected ParamDouble startParam
protected ParamDouble endParam
protected ParamDouble incParam
protected ParamDouble valParam
| Constructor Detail |
|---|
public PipeDoubleSweepSource()
| Method Detail |
|---|
public ParamCollection createInputParams()
createInputParams in class PipeSourcepublic ParamCollection createOutputParams()
createOutputParams in class PipeSourcepublic ParamModel getOutputParam()
getOutputParam in class PipeSourcepublic boolean hasNext()
hasNext in class PipeSourcepublic boolean iterate()
iterate in class PipeSourcepublic void reset()
reset in class PipeSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||