|
|||||||||
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.PipeDestination
edu.jhu.ece.iacl.jist.pipeline.dest.PipeExternalDestination
edu.jhu.ece.iacl.jist.pipeline.dest.PipeFileExternalDestination
public class PipeFileExternalDestination
Destination to collect a summary of parameter values for all experiments.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule |
---|
PipeModule.PipeListener |
Field Summary | |
---|---|
protected ParamFileCollection |
outputFileCol
|
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeDestination |
---|
selectedParams |
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 | |
---|---|
PipeFileExternalDestination()
|
Method Summary | |
---|---|
void |
complete()
Clean up destination after iterating though all experiments. |
protected ParamCollection |
createInputParams()
Create input parameters. |
protected ParamCollection |
createOutputParams()
Create output parameters. |
ParamFile |
getInputParam()
Get input parameter |
void |
iterate(javax.swing.ProgressMonitor monitor)
Iterate through objects. |
void |
reset()
Reset destination after iterating through all values. |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeDestination |
---|
createModuleCell, getCurrentLayout, init, pull, release, setCurrentLayout |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipeModule |
---|
addListener, connectAction, disconnect, disconnectAction, forward, getAncestors, getAncestors, getBounds, getChildren, getCurrentContext, getDescendants, getDescendants, getInputHash, getInputParams, getInputPorts, getLabel, getListeners, getModuleCell, getName, getOutputHash, getOutputParams, getOutputPorts, getParents, isAncestorOf, isDescendantOf, isRoot, 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 ParamFileCollection outputFileCol
Constructor Detail |
---|
public PipeFileExternalDestination()
Method Detail |
---|
public void complete()
complete
in class PipeExternalDestination
protected ParamCollection createInputParams()
createInputParams
in class PipeDestination
public ParamFile getInputParam()
getInputParam
in class PipeDestination
protected ParamCollection createOutputParams()
createOutputParams
in class PipeExternalDestination
public void iterate(javax.swing.ProgressMonitor monitor)
iterate
in class PipeExternalDestination
monitor
- the monitorpublic void reset()
PipeDestination
reset
in class PipeExternalDestination
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |