Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeNodeTemplate.getGraph()
Gets the node type stored inside the data.
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JsonNodeInfo.getGraph() |
JIPipeGraph |
JIPipeGraphWrapperAlgorithm.getWrappedGraph() |
Modifier and Type | Method and Description |
---|---|
void |
JsonNodeInfo.setGraph(JIPipeGraph graph) |
void |
JIPipeGraphWrapperAlgorithm.setWrappedGraph(JIPipeGraph wrappedGraph) |
Constructor and Description |
---|
JIPipeGraphWrapperAlgorithm(JIPipeNodeInfo info,
JIPipeGraph wrappedGraph) |
JIPipeNodeGroup(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 |
JIPipeDedicatedGraphHistoryJournal.getGraph() |
JIPipeGraph |
JIPipeDedicatedGraphHistoryJournal.Snapshot.getGraph() |
JIPipeGraph |
JIPipeProjectHistoryJournal.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.duplicate() |
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.extract(Collection<JIPipeGraphNode> nodes,
boolean withInternal,
boolean skipLocked)
Copies the selected algorithms into a new graph
Connections between the nodes are kept
UUIDs are kept
|
JIPipeGraph |
JIPipeGraph.extractShallow(Collection<JIPipeGraphNode> nodes,
boolean withInternal,
boolean skipLocked)
Copies the selected algorithms into a new graph
Connections between the nodes are kept
UUIDs are kept
Nodes are copied shallow
|
JIPipeGraph |
JIPipeGraph.GraphChangedEvent.getGraph() |
JIPipeGraph |
JIPipeGraph.NodeConnectedEvent.getGraph() |
JIPipeGraph |
JIPipeGraph.NodeDisconnectedEvent.getGraph() |
JIPipeGraph |
JIPipeGraph.NodeAddedEvent.getGraph() |
JIPipeGraph |
JIPipeGraph.NodeRemovedEvent.getGraph() |
JIPipeGraph |
JIPipeGraphConnection.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.
|
JIPipeGraphConnection(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target,
JIPipeGraphEdge edge) |
NodeAddedEvent(JIPipeGraph graph,
JIPipeGraphNode node) |
NodeConnectedEvent(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target) |
NodeDisconnectedEvent(JIPipeGraph graph,
JIPipeDataSlot source,
JIPipeDataSlot target) |
NodeRemovedEvent(JIPipeGraph graph,
JIPipeGraphNode node) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeProject.getCompartmentGraph() |
JIPipeGraph |
JIPipeProject.getGraph() |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeGraphRun.getGraph() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphRunPartitionGraph.addGraph(JIPipeGraph graph) |
void |
JIPipeGraphRunDataFlowGraph.addGraph(JIPipeGraph graph,
Set<JIPipeGraphNode> nodeFilter) |
void |
JIPipeGraphRunGCGraph.addGraph(JIPipeGraph graph,
Set<JIPipeGraphNode> nodeFilter) |
void |
JIPipeGraphRun.cleanGraph(JIPipeGraph graph,
JIPipeProgressInfo progressInfo) |
Constructor and Description |
---|
JIPipeGraphRun(JIPipeGraphRun parent,
JIPipeGraph graph,
JIPipeGraphRunConfiguration configuration) |
JIPipeGraphRunDataFlowGraph(JIPipeGraph graph,
Set<JIPipeGraphNode> nodeFilter) |
JIPipeGraphRunGCGraph(JIPipeGraph graph,
Set<JIPipeGraphNode> nodeFilter) |
JIPipeGraphRunPartitionGraph(JIPipeGraph graph,
JIPipeGraphRun graphRun) |
Constructor and Description |
---|
GraphValidationReportContext(JIPipeGraph graph) |
GraphValidationReportContext(JIPipeValidationReportContext parent,
JIPipeGraph graph) |
Modifier and Type | Method and Description |
---|---|
static JIPipeDesktopProjectWorkbench |
JIPipeDesktopProjectWorkbench.tryFindProjectWorkbench(JIPipeGraph graph,
JIPipeWorkbench orElse)
Attempts to find a workbench
|
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
JIPipeDesktopBookmarkListPanel.getGraph() |
Constructor and Description |
---|
JIPipeDesktopBookmarkListPanel(JIPipeDesktopWorkbench workbench,
JIPipeGraph graph,
AbstractJIPipeDesktopGraphEditorUI graphEditorUI,
Set<JIPipeGraphNode> selectedNodes) |
Modifier and Type | Method and Description |
---|---|
JIPipeGraph |
AbstractJIPipeDesktopGraphEditorUI.getGraph() |
JIPipeGraph |
JIPipeDesktopGraphCanvasUI.getGraph() |
Modifier and Type | Method and Description |
---|---|
Map<UUID,JIPipeGraphNode> |
JIPipeDesktopGraphCanvasUI.pasteNodes(JIPipeGraph graph) |
Constructor and Description |
---|
AbstractJIPipeDesktopGraphEditorUI(JIPipeDesktopWorkbench workbenchUI,
JIPipeGraph graph,
UUID compartment,
JIPipeHistoryJournal historyJournal) |
AbstractJIPipeDesktopGraphEditorUI(JIPipeDesktopWorkbench workbenchUI,
JIPipeGraph graph,
UUID compartment,
JIPipeHistoryJournal historyJournal,
JIPipeGraphEditorUIApplicationSettings settings) |
JIPipeDesktopGraphCanvasUI(JIPipeDesktopWorkbench desktopWorkbench,
AbstractJIPipeDesktopGraphEditorUI graphEditorUI,
JIPipeGraph graph,
UUID compartmentUUID,
JIPipeHistoryJournal historyJournal)
Creates a new UI
|
Constructor and Description |
---|
JIPipeDesktopPipelineGraphEditorUI(JIPipeDesktopWorkbench workbenchUI,
JIPipeGraph algorithmGraph,
UUID compartment)
Creates a project graph compartment editor
|
Modifier and Type | Method and Description |
---|---|
static String |
TooltipUtils.getProjectCompartmentTooltip(JIPipeProjectCompartment compartment,
JIPipeGraph projectGraph)
Creates a tooltip for a project compartment
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.