org.esa.beam.framework.gpf.graph
Class SourceList

java.lang.Object
  extended by org.esa.beam.framework.gpf.graph.SourceList

public class SourceList
extends Object

A list of NodeSources.


Nested Class Summary
static class SourceList.Converter
           
 
Constructor Summary
SourceList()
           
 
Method Summary
 void addSource(NodeSource source)
          Adds a NodeSource to this list.
 NodeSource getSource(int index)
          Gets the NodeSource at the given index.
 NodeSource[] getSources()
          Gets all NodeSources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceList

public SourceList()
Method Detail

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.