Package 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
Class Contribution. Contribution to a set of linked RAOB profiles
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionContribution
(ucar.unidata.data.sounding.RAOB.InputProfileProperty input, ucar.unidata.data.sounding.RAOB.OutputProfileProperty output) Create a new Contribution -
Method Summary
Modifier and TypeMethodDescriptionucar.unidata.data.sounding.RAOB.InputProfileProperty
Get the input profile propertyucar.unidata.data.sounding.RAOB.OutputProfileProperty
Get the output profile propertyMethods inherited from class ucar.unidata.data.sounding.Link
compareTo, getFirstEnd, getSecondEnd
-
Constructor Details
-
Contribution
public 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
-
-
Method Details
-
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
-