Uses of Class
org.esa.snap.core.gpf.graph.Node
-
Packages that use Node Package Description org.esa.snap.core.gpf.graph -
-
Uses of Node in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return Node Modifier and Type Method Description NodeGraph. getNode(int index)Gets theNodeat the given index.NodeGraph. getNode(String id)NodeNodeContext. getNode()Node[]Graph. getNodes()Returns an array containing all nodes in this graph.NodeNodeSource. getSourceNode()Returns theNodeinstance associatied with thisNodeSource.Methods in org.esa.snap.core.gpf.graph with parameters of type Node Modifier and Type Method Description voidGraph. addNode(Node node)Adds aNodeto the graphNodeContextGraphContext. getNodeContext(Node node)Gets theNodeContextof the given node.
-