public class JIPipeRunSettings extends Object implements JIPipeParameterCollection
JIPipeProjectRun
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JIPipeRunSettings() |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeGraphNode> |
getDisableSaveToDiskNodes()
Allows to exclude specific nodes from saving any outputs to the disk
|
Set<JIPipeGraphNode> |
getDisableStoreToCacheNodes()
Allows to set a list of nodes where storing to cache is disabled
|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
int |
getNumThreads() |
Path |
getOutputPath() |
boolean |
isIgnoreDeactivatedInputs()
If true, the run will ignore cascading checks for deactivated inputs
and run any node, that is not explicitly deactivated.
|
boolean |
isLoadFromCache() |
boolean |
isSaveToDisk() |
boolean |
isSilent()
If true, exceptions are discarded
|
boolean |
isStoreToCache() |
void |
setDisableSaveToDiskNodes(Set<JIPipeGraphNode> disableSaveToDiskNodes) |
void |
setDisableStoreToCacheNodes(Set<JIPipeGraphNode> disableStoreToCacheNodes) |
void |
setIgnoreDeactivatedInputs(boolean ignoreDeactivatedInputs) |
void |
setLoadFromCache(boolean loadFromCache) |
void |
setNumThreads(int numThreads) |
void |
setOutputPath(Path outputPath)
Sets the output path
|
void |
setSaveToDisk(boolean saveToDisk) |
void |
setSilent(boolean silent) |
void |
setStoreToCache(boolean storeToCache) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public Path getOutputPath()
public void setOutputPath(Path outputPath)
outputPath
- The output pathpublic boolean isLoadFromCache()
public void setLoadFromCache(boolean loadFromCache)
public boolean isStoreToCache()
public void setStoreToCache(boolean storeToCache)
public int getNumThreads()
public void setNumThreads(int numThreads)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public boolean isSaveToDisk()
public void setSaveToDisk(boolean saveToDisk)
public boolean isSilent()
public void setSilent(boolean silent)
public boolean isIgnoreDeactivatedInputs()
public void setIgnoreDeactivatedInputs(boolean ignoreDeactivatedInputs)
public Set<JIPipeGraphNode> getDisableStoreToCacheNodes()
public void setDisableStoreToCacheNodes(Set<JIPipeGraphNode> disableStoreToCacheNodes)
public Set<JIPipeGraphNode> getDisableSaveToDiskNodes()
public void setDisableSaveToDiskNodes(Set<JIPipeGraphNode> disableSaveToDiskNodes)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.