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

java.lang.Object
  extended by be.ac.ucl.tele.ccg.jXDRS.DRSCondition
      extended by be.ac.ucl.tele.ccg.jXDRS.DRSOperator
          extended by be.ac.ucl.tele.ccg.jXDRS.ImpOperator

public class ImpOperator
extends DRSOperator


Field Summary
 
Fields inherited from class be.ac.ucl.tele.ccg.jXDRS.DRSOperator
argument1, argument2, binary
 
Fields inherited from class be.ac.ucl.tele.ccg.jXDRS.DRSCondition
body, CARD, IMP, NOT, OR, PRED, PROP, REL, stIndex, TIMEX, type, TYPE_AGENT, TYPE_PATIENT, WHQ, word_1
 
Constructor Summary
ImpOperator(java.lang.String index, DRSOperand arg1, DRSOperand arg2)
          Constructor for the ImpOperator object
 
Method Summary
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class be.ac.ucl.tele.ccg.jXDRS.DRSCondition
getStIndex, hasIndex, isACard, isADate, isADate, isOfType, setCardType, setCardType, setStIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImpOperator

public ImpOperator(java.lang.String index,
                   DRSOperand arg1,
                   DRSOperand arg2)
Constructor for the ImpOperator object

Parameters:
index - Description of the Parameter
arg1 - Description of the Parameter
arg2 - Description of the Parameter
Method Detail

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class DRSCondition
Returns:
Description of the Return Value


MIT style licence.