|
|||||||||
| 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.ParamMultiOptionFactory
public class ParamMultiOptionFactory
Multi-Option Parameter Factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamMultiOptionFactory(ParamMultiOption param)
Instantiates a new param multi option factory. |
|
| Method Summary | |
|---|---|
void |
createMipavParameter(AlgorithmParameters scriptParams)
Create Mipav parameter from MAPS parameter. |
ParamInputView |
getInputView()
Get the current input view. |
ParamOutputView |
getOutputView()
Get the current output view. |
ParamMultiOption |
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, equals, 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 ParamMultiOptionFactory(ParamMultiOption 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 ParamInputView getInputView()
ParamFactory
getInputView in class ParamFactorypublic ParamOutputView getOutputView()
ParamFactory
getOutputView in class ParamFactorypublic ParamMultiOption 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 | ||||||||