Package | Description |
---|---|
org.esa.snap.core.gpf.graph |
Modifier and Type | Method and Description |
---|---|
Node |
NodeContext.getNode() |
Node |
Graph.getNode(int index)
Gets the
Node at the given index. |
Node |
Graph.getNode(String id)
|
Node[] |
Graph.getNodes()
Returns an array containing all nodes in this graph.
|
Node |
NodeSource.getSourceNode()
Returns the
Node instance associatied with this
NodeSource . |
Modifier and Type | Method and Description |
---|---|
void |
Graph.addNode(Node node)
Adds a
Node to the graph |
NodeContext |
GraphContext.getNodeContext(Node node)
Gets the
NodeContext of the given node. |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.