public class JIPipeProjectRunSetsConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeProjectRunSetsConfiguration.RunSetsModifiedEvent |
static class |
JIPipeProjectRunSetsConfiguration.RunSetsModifiedEventEmitter |
static interface |
JIPipeProjectRunSetsConfiguration.RunSetsModifiedEventListener |
Constructor and Description |
---|
JIPipeProjectRunSetsConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
add(JIPipeProjectRunSet runSet) |
JIPipeProjectRunSetsConfiguration.RunSetsModifiedEventEmitter |
getModifiedEventEmitter() |
List<JIPipeProjectRunSet> |
getRunSets() |
Set<String> |
getUuidCache() |
void |
refreshUUIDCache() |
void |
remove(JIPipeProjectRunSet runSet) |
void |
setRunSets(List<JIPipeProjectRunSet> runSets) |
void |
sortDown(JIPipeProjectRunSet value) |
void |
sortUp(JIPipeProjectRunSet value) |
public List<JIPipeProjectRunSet> getRunSets()
public void setRunSets(List<JIPipeProjectRunSet> runSets)
public void add(JIPipeProjectRunSet runSet)
public void remove(JIPipeProjectRunSet runSet)
public JIPipeProjectRunSetsConfiguration.RunSetsModifiedEventEmitter getModifiedEventEmitter()
public void refreshUUIDCache()
public void sortUp(JIPipeProjectRunSet value)
public void sortDown(JIPipeProjectRunSet value)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.