CDMA client API  3.1.0
CDMA core library
org.gumtree.data.math.EData< T > Class Reference

List of all members.

Public Member Functions

 EData (final T data, final T variance)
getData ()
getVariance ()

Detailed Description

The data wrapper for error propagation mathematics.

Parameters:
<T>the parameter class type
Author:
nxi

Constructor & Destructor Documentation

org.gumtree.data.math.EData< T >.EData ( final T  data,
final T  variance 
)

Constructor fully parameterised.

Parameters:
dataT type
varianceT type

Member Function Documentation

T org.gumtree.data.math.EData< T >.getData ( )

Return the data field.

Returns:
a generic type
T org.gumtree.data.math.EData< T >.getVariance ( )

Return the variance field.

Returns:
a generic type

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables