|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsg.edu.nus.comp.nlp.ims.lexelt.ALexelt
sg.edu.nus.comp.nlp.ims.lexelt.CLexelt
public class CLexelt
a common lexelt.
Field Summary |
---|
Fields inherited from class sg.edu.nus.comp.nlp.ims.lexelt.ALexelt |
---|
m_IDs, m_Instances, m_LexeltID, m_Statistic |
Constructor Summary | |
---|---|
CLexelt(java.lang.String p_LexeltID)
constructor with lexelt id |
Method Summary | |
---|---|
boolean |
addInstance(IInstance p_iInstance,
boolean p_AddToStat)
add one instance into Lexelt. |
IInstance |
removeInstance(int p_Index)
remove instance from lexelt no action will be done to the statistic of this lexelt |
Methods inherited from class sg.edu.nus.comp.nlp.ims.lexelt.ALexelt |
---|
addInstance, getID, getInstance, getInstanceDocID, getInstanceID, getInstanceIDs, getStatistic, getTag, getTag, getValue, getValue, getValue, removeInstance, setStatistic, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CLexelt(java.lang.String p_LexeltID)
p_LexeltID
- lexelt idMethod Detail |
---|
public boolean addInstance(IInstance p_iInstance, boolean p_AddToStat)
ILexelt
p_iInstance
- instancep_AddToStat
- add to statistic or not
public IInstance removeInstance(int p_Index)
p_Index
- index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |