|
|||||||||
| 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.ParamInformationFactory
public class ParamInformationFactory
Algorithm Information Parameter Factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamInformationFactory()
Instantiates a new param information factory. |
|
ParamInformationFactory(ParamInformation param)
Construct factory for specified parameter. |
|
| Method Summary | |
|---|---|
void |
createMipavParameter(AlgorithmParameters scriptParams)
Create Mipav parameter from MAPS parameter. |
ParamInputView |
getInputView()
Get parameter input view. |
ParamOutputView |
getOutputView()
Get parameter output view. |
ParamInformation |
getParameter()
Get factory's 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 ParamInformationFactory()
public ParamInformationFactory(ParamInformation 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()
getInputView in class ParamFactorypublic ParamOutputView getOutputView()
getOutputView in class ParamFactorypublic ParamInformation getParameter()
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 | ||||||||