\r\n

51Degrees Pipeline Java  4.5

51Degrees Pipeline for Java

fiftyone.pipeline.core.data.IWeightedValue< TValue > Interface Template Reference

Detailed Description

The value with associated weighting.

Parameters
<TValue> - the type of value stored inside

Inheritance diagram for fiftyone.pipeline.core.data.IWeightedValue< TValue >:

[legend]

Public Member Functions

int  getRawWeighting ()
TValue  getValue ()
A specific value stored within. More...
default float  getWeighting ()
Recalculates IWeightedValue#getRawWeighting into a floating point value in range (0~1). More...

Member Function Documentation