Package org.esa.snap.core.gpf.graph
-
Interface Summary Interface Description GraphProcessingObserver This interface can be implemented and added to theGraphProcessor
to get informed about processing steps of a graph. -
Class Summary Class Description Graph Represents a directed acyclic graph (DAG) ofNode
s.GraphContext GraphIO GraphOp GraphOp.Spi GraphProcessor TheGraphProcessor
is responsible for executing processing graphs.Header HeaderParameter HeaderParameter.Converter HeaderSource HeaderSource.Converter HeaderTarget Node A node in a processing graph.NodeContext NodeSource ANodeSource
represents a mapping from an nodeId to aNode
instance.SourceList A list ofNodeSource
s.SourceList.Converter -
Exception Summary Exception Description GraphException A general exception class for all failures that occurs during the use and execution ofGraph
s.