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 Thu Nov 28 10:33:42 CST 2013


Field Summary
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
 String getAspect(int addr)
           
 String getCategory(int addr)
           
 String getContextualAspect(int addr)
           
 String getContextualModality(int addr)
           
 String getDegree(int addr)
           
 String getDocTimeRel(int addr)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 String getPermanence(int addr)
           
 int getPolarity(int addr)
           
 void setAspect(int addr, String v)
           
 void setCategory(int addr, String v)
           
 void setContextualAspect(int addr, String v)
           
 void setContextualModality(int addr, String v)
           
 void setDegree(int addr, String v)
           
 void setDocTimeRel(int addr, String v)
           
 void setPermanence(int addr, 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
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 String getContextualModality(int addr)

setContextualModality

public void setContextualModality(int addr,
                                  String v)

getContextualAspect

public String getContextualAspect(int addr)

setContextualAspect

public void setContextualAspect(int addr,
                                String v)

getPermanence

public String getPermanence(int addr)

setPermanence

public void setPermanence(int addr,
                          String v)

getCategory

public String getCategory(int addr)

setCategory

public void setCategory(int addr,
                        String v)

getAspect

public String getAspect(int addr)

setAspect

public void setAspect(int addr,
                      String v)

getDocTimeRel

public String getDocTimeRel(int addr)

setDocTimeRel

public void setDocTimeRel(int addr,
                          String v)

getDegree

public String getDegree(int addr)

setDegree

public void setDegree(int addr,
                      String v)

getPolarity

public int getPolarity(int addr)

setPolarity

public void setPolarity(int addr,
                        int v)


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.