org.esa.beam.framework.gpf.graph
Class SourceList
java.lang.Object
org.esa.beam.framework.gpf.graph.SourceList
public class SourceList
- extends Object
A list of NodeSources.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceList
public SourceList()
getSources
public NodeSource[] getSources()
- Gets all
NodeSources.
- Returns:
- the
NodeSources
getSource
public NodeSource getSource(int index)
- Gets the
NodeSource at the given index.
- Parameters:
index - the index
- Returns:
- the
NodeSource
addSource
public void addSource(NodeSource source)
- Adds a
NodeSource to this list.
- Parameters:
source - the NodeSource
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.