public class JIPipeRuntimePartitionConfiguration extends Object
Constructor and Description |
---|
JIPipeRuntimePartitionConfiguration() |
Modifier and Type | Method and Description |
---|---|
JIPipeRuntimePartition |
add()
Adds a new runtime partition.
|
void |
add(JIPipeRuntimePartition partition) |
JIPipeRuntimePartition |
get(int index)
Returns a runtime partition with the specific index
|
JIPipeRuntimePartition |
getDefaultRuntimePartition() |
List<JIPipeRuntimePartition> |
getExtraRuntimePartitions() |
String |
getFullName(JIPipeRuntimePartition value) |
Icon |
getIcon(JIPipeRuntimePartition runtimePartition) |
int |
indexOf(JIPipeRuntimePartition partition) |
void |
remove(int index) |
void |
setDefaultRuntimePartition(JIPipeRuntimePartition defaultRuntimePartition) |
void |
setExtraRuntimePartitions(List<JIPipeRuntimePartition> extraRuntimePartitions) |
int |
size() |
List<JIPipeRuntimePartition> |
toList() |
public JIPipeRuntimePartition get(int index)
index
- the index. if negative, the default partition is returned.public JIPipeRuntimePartition getDefaultRuntimePartition()
public void setDefaultRuntimePartition(JIPipeRuntimePartition defaultRuntimePartition)
public List<JIPipeRuntimePartition> getExtraRuntimePartitions()
public void setExtraRuntimePartitions(List<JIPipeRuntimePartition> extraRuntimePartitions)
public JIPipeRuntimePartition add()
public void add(JIPipeRuntimePartition partition)
public void remove(int index)
public int indexOf(JIPipeRuntimePartition partition)
public int size()
public List<JIPipeRuntimePartition> toList()
public String getFullName(JIPipeRuntimePartition value)
public Icon getIcon(JIPipeRuntimePartition runtimePartition)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.