WeightedValue
class WeightedValue implements Comparable
Constants
| DEFAULT_WEIGHT |
|
Methods
__construct($value, float $weight = self::DEFAULT_WEIGHT)
No description
static WeightedValue
parse(string $expression)
No description
float
getWeight()
No description
setWeight(float $weight)
No description
getValue()
No description
setValue($value)
No description
int
compareTo(object $other)
No description
Details
at line 34
__construct($value, float $weight = self::DEFAULT_WEIGHT)
No description
at line 39
static WeightedValue
parse(string $expression)
No description
at line 53
float
getWeight()
No description
at line 57
WeightedValue
setWeight(float $weight)
No description
at line 63
getValue()
No description
at line 67
WeightedValue
setValue($value)
No description
at line 77
int
compareTo(object $other)
No description