sg.edu.nus.comp.nlp.ims.corpus
Class CSentence

java.lang.Object
  extended by sg.edu.nus.comp.nlp.ims.corpus.ASentence
      extended by sg.edu.nus.comp.nlp.ims.corpus.CSentence
All Implemented Interfaces:
java.lang.Cloneable, ISentence

public class CSentence
extends ASentence

common sentence conducted with CItems.

Author:
zhongzhi

Field Summary
 
Fields inherited from class sg.edu.nus.comp.nlp.ims.corpus.ASentence
m_Items, m_Values
 
Constructor Summary
CSentence()
          default constructor
 
Method Summary
 boolean appendItem(IItem p_Item)
          append Item to the end
 java.lang.Object clone()
           
 
Methods inherited from class sg.edu.nus.comp.nlp.ims.corpus.ASentence
clear, get, getItem, set, size, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSentence

public CSentence()
default constructor

Method Detail

appendItem

public boolean appendItem(IItem p_Item)
Description copied from interface: ISentence
append Item to the end

Parameters:
p_Item - item to append
Returns:
success or not

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object