Uses of Class
org.esa.snap.core.gpf.graph.GraphException
-
Packages that use GraphException Package Description org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.main -
-
Uses of GraphException in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that throw GraphException Modifier and Type Method Description voidGraphProcessor. executeGraph(Graph graph, ProgressMonitor pm)Executes the graph using a new defaultGraphContext.voidNodeContext. initTargetProduct()static GraphGraphIO. read(Reader reader)Deserializes agraphfrom an XML Reader.static GraphGraphIO. read(Reader reader, Map<String,String> variables)Constructors in org.esa.snap.core.gpf.graph that throw GraphException Constructor Description GraphContext(Graph graph)Creates a GraphContext for the givengraphand alogger.GraphContext(Graph graph, Operator graphOp)Creates a GraphContext for the givengraphand alogger. -
Uses of GraphException in org.esa.snap.core.gpf.main
Methods in org.esa.snap.core.gpf.main that throw GraphException Modifier and Type Method Description voidCommandLineContext. executeGraph(Graph graph, GraphProcessingObserver observer)GraphCommandLineContext. readGraph(String filePath, Map<String,String> templateVariables)
-