Class: Number

olympe.dc.comparators. Number

A Comparator that compares 2 numbers. It does require a proper olympe.dc.ValueDef to determine how to access the numerical value to compare with from the instance.


new Number(valueDef)

Creates an instance of the Number comparator with a specified ValueDef.

Parameters:
Name Type Description
valueDef olympe.dc.ValueDef

The ValueDef for accessing the compared values.

Implements:

Methods


compare()


getComparedValue()


getInternalPath()


getName()


getValueDef()

Gets the ValueDef used to retrieve value from the instance.

Returns:

The ValueDef.

Type
olympe.dc.ValueDef

serialize()


toString()