Package org.esa.snap.core.gpf.graph
package org.esa.snap.core.gpf.graph
-
ClassDescriptionRepresents a directed acyclic graph (DAG) of
Node
s.A general exception class for all failures that occurs during the use and execution ofGraph
s.A helper class used to command the update of the GraphNode object from SNAP Graph Builder by Graph Processing Framework (GPF)This interface can be implemented and added to theGraphProcessor
to get informed about processing steps of a graph.TheGraphProcessor
is responsible for executing processing graphs.A node in a processing graph.ANodeSource
represents a mapping from an nodeId to aNode
instance.A list ofNodeSource
s.