public class QuickRunSettings extends Object implements JIPipeParameterCollection
QuickRun
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
QuickRunSettings()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
int |
getNumThreads() |
Path |
getOutputPath() |
boolean |
isExcludeSelected() |
boolean |
isLoadFromCache() |
boolean |
isSaveToDisk() |
boolean |
isStoreIntermediateResults() |
boolean |
isStoreToCache() |
void |
setExcludeSelected(boolean excludeSelected) |
void |
setLoadFromCache(boolean loadFromCache) |
void |
setNumThreads(int numThreads) |
void |
setOutputPath(Path outputPath) |
void |
setSaveToDisk(boolean saveToDisk) |
void |
setStoreIntermediateResults(boolean storeIntermediateResults) |
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 EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public Path getOutputPath()
public void setOutputPath(Path outputPath)
public boolean isLoadFromCache()
public void setLoadFromCache(boolean loadFromCache)
public boolean isStoreToCache()
public void setStoreToCache(boolean storeToCache)
public int getNumThreads()
public void setNumThreads(int numThreads)
public boolean isSaveToDisk()
public void setSaveToDisk(boolean saveToDisk)
public boolean isExcludeSelected()
public void setExcludeSelected(boolean excludeSelected)
public boolean isStoreIntermediateResults()
public void setStoreIntermediateResults(boolean storeIntermediateResults)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.