Uses of Class
org.esa.snap.core.gpf.graph.NodeContext
-
Packages that use NodeContext Package Description org.esa.snap.core.gpf.graph -
-
Uses of NodeContext in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return NodeContext Modifier and Type Method Description NodeContextGraphContext. getNodeContext(Node node)Gets theNodeContextof the given node.Methods in org.esa.snap.core.gpf.graph that return types with arguments of type NodeContext Modifier and Type Method Description Deque<NodeContext>GraphContext. getInitNodeContextDeque()Gets theNodeContexts in the reverse order as they were initialized.
-