|
||||||||||
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
public abstract class ANumericFeature
feature type with numeral value.
Field Summary | |
---|---|
protected java.lang.String |
m_Key
|
Constructor Summary | |
---|---|
ANumericFeature()
|
Method Summary | |
---|---|
abstract java.lang.Object |
clone()
clone this feature |
java.lang.String |
getKey()
get feature key |
boolean |
setKey(java.lang.String p_Key)
set feature key |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sg.edu.nus.comp.nlp.ims.feature.IFeature |
---|
getValue, setValue |
Field Detail |
---|
protected java.lang.String m_Key
Constructor Detail |
---|
public ANumericFeature()
Method Detail |
---|
public java.lang.String getKey()
IFeature
getKey
in interface IFeature
public boolean setKey(java.lang.String p_Key)
IFeature
setKey
in interface IFeature
p_Key
- feature key
public abstract java.lang.Object clone()
IFeature
clone
in interface IFeature
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |