Package | Description |
---|---|
org.hkijena.jipipe.api | |
org.hkijena.jipipe.ui.cache.cachetree | |
org.hkijena.jipipe.ui.cache.renderers | |
org.hkijena.jipipe.ui.components.renderers |
Modifier and Type | Method and Description |
---|---|
JIPipeProjectCacheState |
JIPipeProjectCacheQuery.getCachedId(UUID nodeUUID)
Returns the current cache state of an algorithm node.
|
Modifier and Type | Method and Description |
---|---|
Map<JIPipeProjectCacheState,Map<String,JIPipeDataSlot>> |
JIPipeProjectCache.extract(UUID source)
Tries to extract data from the cache
|
Set<JIPipeProjectCacheState> |
JIPipeProjectCacheState.getPredecessorStates() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectCache.clear(UUID source,
JIPipeProjectCacheState stateId)
Removes an algorithm from the cache
|
int |
JIPipeProjectCacheState.compareTo(JIPipeProjectCacheState o) |
Map<String,JIPipeDataSlot> |
JIPipeProjectCache.extract(UUID source,
JIPipeProjectCacheState stateId)
Tries to extract data from the cache.
|
JIPipeDataSlot |
JIPipeProjectCache.extract(UUID source,
JIPipeProjectCacheState stateId,
String slotName)
Tries to extract data from the cache.
|
void |
JIPipeProjectCache.store(JIPipeGraphNode source,
JIPipeProjectCacheState stateId,
JIPipeDataSlot slot,
JIPipeProgressInfo progressInfo)
Stores data into the cache
|
Constructor and Description |
---|
JIPipeProjectCacheState(JIPipeGraphNode node,
Set<JIPipeProjectCacheState> predecessorStates,
LocalDateTime generationTime)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeCacheTree.selectDataSlot(JIPipeProjectCacheState state,
JIPipeDataSlot dataSlot)
Selects a node by state and slot
|
Modifier and Type | Method and Description |
---|---|
Component |
CacheStateListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeProjectCacheState> list,
JIPipeProjectCacheState value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
CacheStateListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeProjectCacheState> list,
JIPipeProjectCacheState value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeProjectCacheStateListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeProjectCacheState> list,
JIPipeProjectCacheState value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
Component |
JIPipeProjectCacheStateListCellRenderer.getListCellRendererComponent(JList<? extends JIPipeProjectCacheState> list,
JIPipeProjectCacheState value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.