public class EfficiencyProperty extends DoubleProperty
HarvestingProperty
.Property.Operator
operator, value
Constructor and Description |
---|
EfficiencyProperty(double value)
Creates a new EfficiencyProperty property for the specified value.
|
EfficiencyProperty(double value,
Property.Operator operator)
Creates a new EfficiencyProperty property for the specified value
and operator.
|
EfficiencyProperty(Object value,
Property.Operator operator)
Creates a new EfficiencyProperty property for the specified value
and operator.
|
compareTo
equals, getDefaultKey, getDefaultOperator, getKey, getOperator, getValue, hashCode, hashCodeOf, matches, toString
public EfficiencyProperty(double value)
value
- value to matchpublic EfficiencyProperty(double value, Property.Operator operator)
value
- value to matchoperator
- the operator to use when comparing with other propertiespublic EfficiencyProperty(Object value, Property.Operator operator)
value
- value to matchoperator
- the operator to use when comparing with other properties