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

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

public class Header
extends Object


Constructor Summary
Header()
           
 
Method Summary
 List<HeaderParameter> getParameters()
           
 List<HeaderSource> getSources()
           
 HeaderTarget getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Header

public Header()
Method Detail

getTarget

public HeaderTarget getTarget()
Returns:
the id of the target node

getSources

public List<HeaderSource> getSources()
Returns:
the sources list

getParameters

public List<HeaderParameter> getParameters()
Returns:
the parameters


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.