be.ac.ucl.tele.ccg.jXDRS
Class DRSContainer

java.lang.Object
  extended by be.ac.ucl.tele.ccg.jXDRS.DRSContainer

public class DRSContainer
extends java.lang.Object


Constructor Summary
DRSContainer()
           
 
Method Summary
 DRS getDRS()
          Returns the value of dRS.
 Utterance getUtterance()
          Returns the value of utterance.
 void setDRS(DRS dRS)
          Sets the value of dRS.
 void setUtterance(Utterance utterance)
          Sets the value of utterance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRSContainer

public DRSContainer()
Method Detail

getDRS

public DRS getDRS()
Returns the value of dRS.

Returns:
The dRS value

setDRS

public void setDRS(DRS dRS)
Sets the value of dRS.

Parameters:
dRS - The value to assign dRS.

getUtterance

public Utterance getUtterance()
Returns the value of utterance.

Returns:
The utterance value

setUtterance

public void setUtterance(Utterance utterance)
Sets the value of utterance.

Parameters:
utterance - The value to assign utterance.


MIT style licence.