|
||||||||||
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.AListFeature
public abstract class AListFeature
feature type with list value.
Field Summary | |
---|---|
protected java.lang.String |
m_Key
|
protected java.lang.String |
m_Value
|
Constructor Summary | |
---|---|
AListFeature()
|
Method Summary | |
---|---|
abstract java.lang.Object |
clone()
clone this feature |
java.lang.String |
getKey()
get feature key |
java.lang.String |
getValue()
get feature value |
boolean |
setKey(java.lang.String p_Key)
set feature key |
boolean |
setValue(java.lang.String p_Value)
set feature value |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String m_Key
protected java.lang.String m_Value
Constructor Detail |
---|
public AListFeature()
Method Detail |
---|
public java.lang.String getKey()
IFeature
getKey
in interface IFeature
public java.lang.String getValue()
IFeature
getValue
in interface IFeature
public boolean setKey(java.lang.String p_Key)
IFeature
setKey
in interface IFeature
p_Key
- feature key
public boolean setValue(java.lang.String p_Value)
IFeature
setValue
in interface IFeature
p_Value
- feature value
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 |