public class NumericFeatureValue extends java.lang.Object implements FeatureValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static NumericFeatureValue |
fromFloat(float floatValue) |
FeatureType |
getFeatureType() |
float |
getFloatValue() |
int |
hashCode() |
java.lang.String |
toString() |
public static NumericFeatureValue fromFloat(float floatValue)
floatValue - a float valuepublic float getFloatValue()
public FeatureType getFeatureType()
getFeatureType in interface FeatureValueFeatureType of this featurepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object