Uses of Class
org.esa.snap.core.gpf.graph.Graph
-
Packages that use Graph Package Description org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.main -
-
Uses of Graph in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return Graph Modifier and Type Method Description GraphGraphContext. getGraph()Gets theGraphof this context.static GraphGraphIO. read(Reader reader)Deserializes agraphfrom an XML Reader.static GraphGraphIO. read(Reader reader, Map<String,String> variables)Methods in org.esa.snap.core.gpf.graph with parameters of type Graph Modifier and Type Method Description voidGraphProcessor. executeGraph(Graph graph, ProgressMonitor pm)Executes the graph using a new defaultGraphContext.static voidGraphIO. write(Graph graph, Writer writer)Serializes the givengraphinto XMLConstructors in org.esa.snap.core.gpf.graph with parameters of type Graph Constructor Description GraphContext(Graph graph)Creates a GraphContext for the givengraphand alogger.GraphContext(Graph graph, Operator graphOp)Creates a GraphContext for the givengraphand alogger.Spi(Graph graph) -
Uses of Graph in org.esa.snap.core.gpf.main
Methods in org.esa.snap.core.gpf.main that return Graph Modifier and Type Method Description GraphCommandLineContext. readGraph(String filePath, Map<String,String> templateVariables)Methods in org.esa.snap.core.gpf.main with parameters of type Graph Modifier and Type Method Description voidCommandLineContext. executeGraph(Graph graph, GraphProcessingObserver observer)
-