|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ucl.tele.ccg.jXDRS.DiscourseReferent
public class DiscourseReferent
| Field Summary | |
|---|---|
java.util.LinkedHashMap |
words
|
| Constructor Summary | |
|---|---|
DiscourseReferent(java.lang.String dRefName)
Constructor for the DiscourseReferent object |
|
DiscourseReferent(java.lang.String index,
java.lang.String dRefName,
Utterance utt)
Constructor for the DiscourseReferent object |
|
| Method Summary | |
|---|---|
void |
addWord(Word word)
Adds a feature to the Word attribute of the DiscourseReferent object |
java.lang.String |
getAlias()
Returns the value of alias. |
DRS |
getDRS()
Returns a DRS object if this operand is a DRS, null otherwise |
java.lang.String |
getRefName()
Returns the value of refName. |
java.lang.String |
getText()
|
Word |
getWordByIndex(java.lang.String index)
|
void |
setAlias(java.lang.String alias)
Sets the value of alias. |
void |
setRefName(java.lang.String refName)
Sets the value of refName. |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.util.LinkedHashMap words
| Constructor Detail |
|---|
public DiscourseReferent(java.lang.String index,
java.lang.String dRefName,
Utterance utt)
index - Description of the ParameterdRefName - Description of the Parameterutt - Description of the Parameterpublic DiscourseReferent(java.lang.String dRefName)
dRefName - Description of the Parameter| Method Detail |
|---|
public java.lang.String getRefName()
public void setRefName(java.lang.String refName)
refName - The value to assign refName.public DRS getDRS()
DRSOperand
getDRS in interface DRSOperandpublic java.lang.String getAlias()
public void setAlias(java.lang.String alias)
alias - The value to assign alias.public void addWord(Word word)
word - The feature to be added to the Word attributepublic Word getWordByIndex(java.lang.String index)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||