Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeGraphRunner.getAlgorithmGraph() |
JIPipeGraph |
JIPipeProject.getCompartmentGraph() |
JIPipeGraph |
JIPipeGraphGCHelper.getGraph() |
JIPipeGraph |
JIPipeNodeTemplate.getGraph()
Gets the node type stored inside the data.
|
JIPipeGraph |
JIPipeProject.getGraph() |
JIPipeGraph |
JIPipeProjectRun.getGraph() |
Constructor and Description |
---|
JIPipeGraphGCHelper(JIPipeGraph graph) |
JIPipeGraphRunner(JIPipeGraph algorithmGraph)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JsonNodeInfo.getGraph() |
JIPipeGraph |
GraphWrapperAlgorithm.getWrappedGraph() |
Modifier and Type | Method and Description |
---|---|
void |
JsonNodeInfo.setGraph(JIPipeGraph graph) |
void |
GraphWrapperAlgorithm.setWrappedGraph(JIPipeGraph wrappedGraph) |
Constructor and Description |
---|
GraphWrapperAlgorithm(JIPipeNodeInfo info,
JIPipeGraph wrappedGraph) |
NodeGroup(JIPipeGraph graph,
boolean autoCreateSlots,
boolean clearLocations,
boolean fixLocations)
Initializes from an existing graph
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
GraphNodeParameterReferenceGroupCollection.getGraph()
Returns the reference to the graph.
|
JIPipeGraph |
NodeGroupContents.getWrappedGraph() |
Modifier and Type | Method and Description |
---|---|
void |
GraphNodeParameterReferenceGroupCollection.setGraph(JIPipeGraph graph) |
void |
NodeGroupContents.setWrappedGraph(JIPipeGraph wrappedGraph) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeProjectHistoryJournal.Snapshot.getCompartmentGraph() |
JIPipeGraph |
JIPipeProjectHistoryJournal.Snapshot.getGraph() |
JIPipeGraph |
JIPipeDedicatedGraphHistoryJournal.getGraph() |
JIPipeGraph |
JIPipeDedicatedGraphHistoryJournal.Snapshot.getGraph() |
Constructor and Description |
---|
JIPipeDedicatedGraphHistoryJournal(JIPipeGraph graph) |
Snapshot(JIPipeDedicatedGraphHistoryJournal historyJournal,
LocalDateTime creationTime,
String name,
String description,
Icon icon,
JIPipeGraph graph) |
Snapshot(JIPipeProjectHistoryJournal historyJournal,
LocalDateTime creationTime,
String name,
String description,
Icon icon,
JIPipeGraph graph,
JIPipeGraph compartmentGraph) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
LoopGroup.getGraph() |
Constructor and Description |
---|
LoopGroup(JIPipeGraph graph) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeGraph.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
JIPipeGraph |
JIPipeGraph.extract(Collection<JIPipeGraphNode> nodes,
boolean withInternal)
Copies the selected algorithms into a new graph
Connections between the nodes are kept
UUIDs are kept
|
JIPipeGraph |
JIPipeGraph.GraphChangedEvent.getGraph() |
JIPipeGraph |
JIPipeGraph.NodeConnectedEvent.getGraph() |
JIPipeGraph |
JIPipeGraph.NodeDisconnectedEvent.getGraph() |
JIPipeGraph |
JIPipeGraphNode.getParentGraph()
Returns the graph this algorithm is located in.
|
Modifier and Type | Method and Description |
---|---|
Map<UUID,JIPipeGraphNode> |
JIPipeGraph.mergeWith(JIPipeGraph otherGraph)
Merges another graph into this graph
The input is not copied!
|
void |
JIPipeGraph.replaceWith(JIPipeGraph other)
Replaces all contents with the ones in the other graph
Does not apply copying!
|
void |
JIPipeGraph.Serializer.serialize(JIPipeGraph algorithmGraph,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
void |
JIPipeGraphNode.setParentGraph(JIPipeGraph parentGraph)
Sets the graph this algorithm is location in.
|
Constructor and Description |
---|
GraphChangedEvent(JIPipeGraph graph) |
JIPipeGraph(JIPipeGraph other)
Creates a deep copy of the other algorithm graph.
|
NodeConnectedEvent(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target) |
NodeDisconnectedEvent(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target) |
Modifier and Type | Method and Description |
---|---|
static JIPipeWorkbench |
JIPipeWorkbench.tryFindWorkbench(JIPipeGraph graph,
JIPipeWorkbench orElse)
Attempts to find a workbench
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
BookmarkListPanel.getGraph() |
Constructor and Description |
---|
BookmarkListPanel(JIPipeWorkbench workbench,
JIPipeGraph graph,
JIPipeGraphEditorUI graphEditorUI) |
Constructor and Description |
---|
JIPipeJsonExtensionGraphUI(JIPipeJsonExtensionWorkbench workbenchUI,
JIPipeGraph algorithmGraph,
UUID compartment)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
static NodeHotKeyStorage |
NodeHotKeyStorage.getInstance(JIPipeGraph graph) |
Constructor and Description |
---|
JIPipePipelineGraphEditorUI(JIPipeWorkbench workbenchUI,
JIPipeGraph algorithmGraph,
UUID compartment)
Creates a project graph compartment editor
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeGraphEditorUI.getAlgorithmGraph() |
JIPipeGraph |
JIPipeGraphCanvasUI.getGraph() |
Constructor and Description |
---|
JIPipeGraphCanvasUI(JIPipeWorkbench workbench,
JIPipeGraphEditorUI graphEditorUI,
JIPipeGraph graph,
UUID compartment,
JIPipeHistoryJournal historyJournal)
Creates a new UI
|
JIPipeGraphEditorUI(JIPipeWorkbench workbenchUI,
JIPipeGraph algorithmGraph,
UUID compartment,
JIPipeHistoryJournal historyJournal) |
JIPipeGraphEditorUI(JIPipeWorkbench workbenchUI,
JIPipeGraph algorithmGraph,
UUID compartment,
JIPipeHistoryJournal historyJournal,
GraphEditorUISettings settings,
int flags) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeDataSlotUI.getGraph() |
Modifier and Type | Method and Description |
---|---|
static String |
TooltipUtils.getProjectCompartmentTooltip(JIPipeProjectCompartment compartment,
JIPipeGraph projectGraph)
Creates a tooltip for a project compartment
|
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.