|
|||||||||
| 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
edu.jhu.ece.iacl.jist.pipeline.factory.ParamVolumeCollectionFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamWeightedVolumeCollectionFactory
public class ParamWeightedVolumeCollectionFactory
Weighted Volume Parameter Factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamWeightedVolumeCollectionFactory(ParamWeightedVolumeCollection param)
Instantiates a new param weighted volumes factory. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ParamInputView |
getInputView()
Get the current input view. |
ParamOutputView |
getOutputView()
Get the current output view. |
ParamWeightedVolumeCollection |
getParameter()
Get the parameter. |
boolean |
importParameter(ParamModel foreign)
Import parameter into existing parameter as long as parameter is not more restrictive than this parameter. |
boolean |
loadResources(ParamModel foreignCollection,
javax.swing.ProgressMonitor monitor)
Load Model Image from file specified in foreign parameter. |
boolean |
saveResources(java.io.File dir,
boolean saveSubDirectoryOverride)
Save Model Image to specified directory. |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamVolumeCollectionFactory |
|---|
importMipavParameter |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileCollectionFactory |
|---|
createMipavParameter |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
createTreeNode, decodeName, decodeValue, encodeName, encodeValue, fromXML, fromXML, isCompatible, read, read, 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 ParamWeightedVolumeCollectionFactory(ParamWeightedVolumeCollection param)
param - the param| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ParamVolumeCollectionFactorypublic ParamInputView getInputView()
ParamFactory
getInputView in class ParamVolumeCollectionFactorypublic ParamOutputView getOutputView()
ParamFactory
getOutputView in class ParamVolumeCollectionFactorypublic ParamWeightedVolumeCollection getParameter()
ParamFactory
getParameter in class ParamVolumeCollectionFactorypublic boolean importParameter(ParamModel foreign)
ParamFactory
importParameter in class ParamFactoryforeign - foreign parameter
public boolean loadResources(ParamModel foreignCollection,
javax.swing.ProgressMonitor monitor)
loadResources in class ParamVolumeCollectionFactoryforeignCollection - foreign parameter collectionmonitor - the monitor
public boolean saveResources(java.io.File dir,
boolean saveSubDirectoryOverride)
saveResources in class ParamVolumeCollectionFactorydir - save directory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||