|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ucl.tele.ccg.jXDRS.DRS
public class DRS
| Field Summary | |
|---|---|
java.util.LinkedHashMap |
discourseReferents
|
java.util.ArrayList |
dRSConditions
|
java.util.ArrayList |
drss
|
| Constructor Summary | |
|---|---|
DRS()
|
|
| Method Summary | |
|---|---|
void |
addDiscourseReferent(DiscourseReferent dr)
|
void |
addDRS(DRS drs)
Adds a feature to the DRS attribute of the DRS object |
void |
addDRSCondition(DRSCondition drsCond)
Adds a feature to the DRSCondition attribute of the DRS object |
java.util.LinkedList |
getAllConditionsByDr(DiscourseReferent dr)
Gets the allConditionsByDr attribute of the DRS object |
java.util.LinkedList |
getAllConditionsByIndex(java.lang.String idx)
Gets the allConditionsByIndex attribute of the DRS object |
DiscourseReferent |
getDrByRef(java.lang.String ref)
Gets the drByRef attribute of the DRS object |
DRS |
getDRS()
Gets the dRS attribute of the DRS object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.ArrayList dRSConditions
public java.util.LinkedHashMap discourseReferents
public java.util.ArrayList drss
| Constructor Detail |
|---|
public DRS()
| Method Detail |
|---|
public void addDRS(DRS drs)
drs - The feature to be added to the DRS attributepublic void addDRSCondition(DRSCondition drsCond)
drsCond - The feature to be added to the DRSCondition attributepublic void addDiscourseReferent(DiscourseReferent dr)
dr - The feature to be added to the DiscourseReferent attributepublic java.util.LinkedList getAllConditionsByDr(DiscourseReferent dr)
dr - Description of the Parameter
public java.util.LinkedList getAllConditionsByIndex(java.lang.String idx)
idx - Description of the Parameter
public DRS getDRS()
getDRS in interface DRSOperandpublic DiscourseReferent getDrByRef(java.lang.String ref)
ref - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||