org.apache.ctakes.typesystem.type.refsem
Class EventProperties_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.ctakes.typesystem.type.refsem.EventProperties_Type

public class EventProperties_Type
extends org.apache.uima.jcas.cas.TOP_Type

A set of mostly temporal properties that are unique to Events. Updated by JCasGen Tue Apr 09 12:44:01 EDT 2013


Field Summary
(package private)  org.apache.uima.cas.Feature casFeat_aspect
           
(package private)  org.apache.uima.cas.Feature casFeat_category
           
(package private)  org.apache.uima.cas.Feature casFeat_contextualAspect
           
(package private)  org.apache.uima.cas.Feature casFeat_contextualModality
           
(package private)  org.apache.uima.cas.Feature casFeat_degree
           
(package private)  org.apache.uima.cas.Feature casFeat_docTimeRel
           
(package private)  org.apache.uima.cas.Feature casFeat_permanence
           
(package private)  org.apache.uima.cas.Feature casFeat_polarity
           
(package private)  int casFeatCode_aspect
           
(package private)  int casFeatCode_category
           
(package private)  int casFeatCode_contextualAspect
           
(package private)  int casFeatCode_contextualModality
           
(package private)  int casFeatCode_degree
           
(package private)  int casFeatCode_docTimeRel
           
(package private)  int casFeatCode_permanence
           
(package private)  int casFeatCode_polarity
           
static boolean featOkTst
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
 
Constructor Summary
EventProperties_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 java.lang.String getAspect(int addr)
           
 java.lang.String getCategory(int addr)
           
 java.lang.String getContextualAspect(int addr)
           
 java.lang.String getContextualModality(int addr)
           
 java.lang.String getDegree(int addr)
           
 java.lang.String getDocTimeRel(int addr)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 java.lang.String getPermanence(int addr)
           
 int getPolarity(int addr)
           
 void setAspect(int addr, java.lang.String v)
           
 void setCategory(int addr, java.lang.String v)
           
 void setContextualAspect(int addr, java.lang.String v)
           
 void setContextualModality(int addr, java.lang.String v)
           
 void setDegree(int addr, java.lang.String v)
           
 void setDocTimeRel(int addr, java.lang.String v)
           
 void setPermanence(int addr, java.lang.String v)
           
 void setPolarity(int addr, int v)
           
 
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst

casFeat_contextualModality

final org.apache.uima.cas.Feature casFeat_contextualModality

casFeatCode_contextualModality

final int casFeatCode_contextualModality

casFeat_contextualAspect

final org.apache.uima.cas.Feature casFeat_contextualAspect

casFeatCode_contextualAspect

final int casFeatCode_contextualAspect

casFeat_permanence

final org.apache.uima.cas.Feature casFeat_permanence

casFeatCode_permanence

final int casFeatCode_permanence

casFeat_category

final org.apache.uima.cas.Feature casFeat_category

casFeatCode_category

final int casFeatCode_category

casFeat_aspect

final org.apache.uima.cas.Feature casFeat_aspect

casFeatCode_aspect

final int casFeatCode_aspect

casFeat_docTimeRel

final org.apache.uima.cas.Feature casFeat_docTimeRel

casFeatCode_docTimeRel

final int casFeatCode_docTimeRel

casFeat_degree

final org.apache.uima.cas.Feature casFeat_degree

casFeatCode_degree

final int casFeatCode_degree

casFeat_polarity

final org.apache.uima.cas.Feature casFeat_polarity

casFeatCode_polarity

final int casFeatCode_polarity
Constructor Detail

EventProperties_Type

public EventProperties_Type(org.apache.uima.jcas.JCas jcas,
                            org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
Overrides:
getFSGenerator in class org.apache.uima.jcas.cas.TOP_Type

getContextualModality

public java.lang.String getContextualModality(int addr)

setContextualModality

public void setContextualModality(int addr,
                                  java.lang.String v)

getContextualAspect

public java.lang.String getContextualAspect(int addr)

setContextualAspect

public void setContextualAspect(int addr,
                                java.lang.String v)

getPermanence

public java.lang.String getPermanence(int addr)

setPermanence

public void setPermanence(int addr,
                          java.lang.String v)

getCategory

public java.lang.String getCategory(int addr)

setCategory

public void setCategory(int addr,
                        java.lang.String v)

getAspect

public java.lang.String getAspect(int addr)

setAspect

public void setAspect(int addr,
                      java.lang.String v)

getDocTimeRel

public java.lang.String getDocTimeRel(int addr)

setDocTimeRel

public void setDocTimeRel(int addr,
                          java.lang.String v)

getDegree

public java.lang.String getDegree(int addr)

setDegree

public void setDegree(int addr,
                      java.lang.String v)

getPolarity

public int getPolarity(int addr)

setPolarity

public void setPolarity(int addr,
                        int v)