|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.gpf.graph.NodeSource
public class NodeSource
A NodeSource represents a mapping from an nodeId to a
Node instance. The GraphIO uses sorces to
simplify the xml deserialization. Use this class to set the sources of
Nodes to a Node with the given nodeId. The
GraphProcessor will resolve the nodeId to the respective
Node if present.
| Constructor Summary | |
|---|---|
NodeSource(String name,
String sourceNodeId)
Constructs a NodeSource. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name under which this source can be accessed. |
Node |
getSourceNode()
Returns the Node instance associatied with this
NodeSource. |
String |
getSourceNodeId()
Gets the identifier of the source node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeSource(String name,
String sourceNodeId)
NodeSource.
name - the name of the sourcesourceNodeId - the identifier of the source node| Method Detail |
|---|
public String getName()
public String getSourceNodeId()
public Node getSourceNode()
Node instance associatied with this
NodeSource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||