Uses of Class
org.esa.snap.core.gpf.graph.NodeSource
-
Packages that use NodeSource Package Description org.esa.snap.core.gpf.graph -
-
Uses of NodeSource in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return NodeSource Modifier and Type Method Description NodeSourceNode. getSource(int index)Returns theNodeSourceat the given index positionNodeSourceSourceList. getSource(int index)Gets theNodeSourceat the given index.NodeSource[]Node. getSources()NodeSource[]SourceList. getSources()Gets allNodeSources.Methods in org.esa.snap.core.gpf.graph with parameters of type NodeSource Modifier and Type Method Description voidNode. addSource(NodeSource source)voidSourceList. addSource(NodeSource source)Adds aNodeSourceto this list.voidNode. removeSource(NodeSource source)Removes aNodeSourcefrom theNode.voidSourceList. removeSource(NodeSource source)Removes aNodeSourcefrom this list.
-