|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileCollectionFactory
public class ParamFileCollectionFactory
File Collection Parameter Factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamFileCollectionFactory()
Instantiates a new param file collection factory. |
|
ParamFileCollectionFactory(ParamFileCollection param)
Instantiates a new param file collection factory. |
|
| Method Summary | |
|---|---|
void |
createMipavParameter(AlgorithmParameters scriptParams)
Create Mipav parameter from MAPS parameter. |
boolean |
equals(java.lang.Object obj)
|
ParamInputView |
getInputView()
Get the current input view. |
ParamOutputView |
getOutputView()
Get the current output view. |
ParamFileCollection |
getParameter()
Get the parameter. |
void |
importMipavParameter(ParameterTable paramTable)
Import Mipav parameter into this parameter. |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
createTreeNode, decodeName, decodeValue, encodeName, encodeValue, fromXML, fromXML, importParameter, isCompatible, loadResources, read, read, saveResources, setInputView, setOutputView, toXML, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParamFileCollectionFactory()
public ParamFileCollectionFactory(ParamFileCollection param)
param - the param| Method Detail |
|---|
public void createMipavParameter(AlgorithmParameters scriptParams)
throws ParserException
ParamFactory
createMipavParameter in class ParamFactoryscriptParams - script parameters that will store this parameter
ParserException - the parser exceptionpublic boolean equals(java.lang.Object obj)
equals in class ParamFactorypublic ParamInputView getInputView()
ParamFactory
getInputView in class ParamFactorypublic ParamOutputView getOutputView()
ParamFactory
getOutputView in class ParamFactorypublic ParamFileCollection getParameter()
ParamFactory
getParameter in class ParamFactory
public void importMipavParameter(ParameterTable paramTable)
throws ParameterException
ParamFactory
importMipavParameter in class ParamFactoryparamTable - the param table
ParameterException - the parameter exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||