|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.gpf.graph.GraphContext
public class GraphContext
The GraphContext holds the context for executing the Graph by the GraphProcessor.
Graph,
GraphProcessor| Constructor Summary | |
|---|---|
GraphContext(Graph graph)
Creates a GraphContext for the given graph and a logger. |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes this GraphContext. |
Graph |
getGraph()
Gets the Graph of this context. |
Deque<org.esa.beam.framework.gpf.graph.NodeContext> |
getInitNodeContextDeque()
Gets the NodeContexts in the reverse order as they were initialized. |
Logger |
getLogger()
Gets the @link Logger} of this context. |
org.esa.beam.framework.gpf.graph.NodeContext |
getNodeContext(Node node)
Gets the NodeContext of the given node. |
Product[] |
getOutputProducts()
Returns an array containing the output products generated by this graph's output nodes, i.e. |
void |
setPreferredTileSize(Dimension preferredTileSize)
Sets the preferred tile size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphContext(Graph graph)
throws GraphException
graph and a logger.
graph - the Graph to create the context for
GraphException - if the graph context could not be created| Method Detail |
|---|
public void dispose()
GraphContext.
public Graph getGraph()
Graph of this context.
Graphpublic Logger getLogger()
public void setPreferredTileSize(Dimension preferredTileSize)
preferredTileSize - the preferred tile sizepublic Product[] getOutputProducts()
public Deque<org.esa.beam.framework.gpf.graph.NodeContext> getInitNodeContextDeque()
NodeContexts in the reverse order as they were initialized.
NodeContextspublic org.esa.beam.framework.gpf.graph.NodeContext getNodeContext(Node node)
NodeContext of the given node.
node - the node to get the context for
NodeContext of the given node or
null if it's not contained in this context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||