public class JIPipeMutableDataContext extends Object implements JIPipeDataContext
Constructor and Description |
---|
JIPipeMutableDataContext() |
JIPipeMutableDataContext(JIPipeGraphNode source) |
JIPipeMutableDataContext(String source) |
Modifier and Type | Method and Description |
---|---|
void |
addPredecessor(JIPipeDataContext predecessorContext) |
boolean |
equals(Object o) |
String |
getId()
Gets the ID of the context
|
Set<String> |
getPredecessors()
Gets the known predecessors
|
String |
getSource()
The ID of the creator of this context
|
int |
hashCode() |
void |
setId(String id) |
void |
setPredecessors(Set<String> predecessors) |
void |
setSource(String source) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
branch, branch, create, create
public JIPipeMutableDataContext()
public JIPipeMutableDataContext(String source)
public JIPipeMutableDataContext(JIPipeGraphNode source)
public String getSource()
JIPipeDataContext
getSource
in interface JIPipeDataContext
public void setSource(String source)
public String getId()
JIPipeDataContext
getId
in interface JIPipeDataContext
public void setId(String id)
public Set<String> getPredecessors()
JIPipeDataContext
getPredecessors
in interface JIPipeDataContext
public void addPredecessor(JIPipeDataContext predecessorContext)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.