|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsg.edu.nus.comp.nlp.ims.feature.ANumericFeature
sg.edu.nus.comp.nlp.ims.feature.CDoubleFeature
public class CDoubleFeature
feature with a double figure as value.
Field Summary | |
---|---|
protected java.lang.Double |
m_Value
|
Fields inherited from class sg.edu.nus.comp.nlp.ims.feature.ANumericFeature |
---|
m_Key |
Constructor Summary | |
---|---|
CDoubleFeature()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
clone this feature |
java.lang.String |
getValue()
get feature value |
boolean |
setValue(java.lang.String value)
set feature value |
Methods inherited from class sg.edu.nus.comp.nlp.ims.feature.ANumericFeature |
---|
getKey, setKey |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Double m_Value
Constructor Detail |
---|
public CDoubleFeature()
Method Detail |
---|
public java.lang.Object clone()
IFeature
clone
in interface IFeature
clone
in class ANumericFeature
public java.lang.String getValue()
IFeature
public boolean setValue(java.lang.String value)
IFeature
value
- feature value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |