ucar.unidata.data.sounding
Class RAOB.Contribution

java.lang.Object
  extended by ucar.unidata.data.sounding.Link
      extended by ucar.unidata.data.sounding.RAOB.Contribution
All Implemented Interfaces:
Comparable
Enclosing class:
RAOB

protected static class RAOB.Contribution
extends Link

Class Contribution. Contribution to a set of linked RAOB profiles


Nested Class Summary
protected static class RAOB.Contribution.End
          Class End
 
Constructor Summary
RAOB.Contribution(ucar.unidata.data.sounding.RAOB.InputProfileProperty input, ucar.unidata.data.sounding.RAOB.OutputProfileProperty output)
          Create a new Contribution
 
Method Summary
 ucar.unidata.data.sounding.RAOB.InputProfileProperty getInputProfileProperty()
          Get the input profile property
 ucar.unidata.data.sounding.RAOB.OutputProfileProperty getOutputProfileProperty()
          Get the output profile property
 
Methods inherited from class ucar.unidata.data.sounding.Link
compareTo, getFirstEnd, getSecondEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAOB.Contribution

public RAOB.Contribution(ucar.unidata.data.sounding.RAOB.InputProfileProperty input,
                         ucar.unidata.data.sounding.RAOB.OutputProfileProperty output)
Create a new Contribution

Parameters:
input - input profiler property
output - output profile property
Method Detail

getInputProfileProperty

public ucar.unidata.data.sounding.RAOB.InputProfileProperty getInputProfileProperty()
Get the input profile property

Returns:
the input profile property

getOutputProfileProperty

public ucar.unidata.data.sounding.RAOB.OutputProfileProperty getOutputProfileProperty()
Get the output profile property

Returns:
the output profile property