ucar.unidata.data.sounding
Class RAOB.Contribution
java.lang.Object
ucar.unidata.data.sounding.Link
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 propertyoutput - output profile property
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