Package | Description |
---|---|
org.esa.snap.core.gpf.graph |
Modifier and Type | Method and Description |
---|---|
NodeSource |
SourceList.getSource(int index)
Gets the
NodeSource at the given index. |
NodeSource |
Node.getSource(int index)
Returns the
NodeSource at the given index position |
NodeSource[] |
SourceList.getSources()
Gets all
NodeSource s. |
NodeSource[] |
Node.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
SourceList.addSource(NodeSource source)
Adds a
NodeSource to this list. |
void |
Node.addSource(NodeSource source) |
void |
SourceList.removeSource(NodeSource source)
Removes a
NodeSource from this list. |
void |
Node.removeSource(NodeSource source)
Removes a
NodeSource from the Node . |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.