org.apache.ctakes.typesystem.type.relation
Class RelationArgument

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.ctakes.typesystem.type.relation.RelationArgument
All Implemented Interfaces:
Cloneable, org.apache.uima.cas.FeatureStructure

public class RelationArgument
extends org.apache.uima.jcas.cas.TOP

Relations are like lines connecting two or more endpoints. RelationArguments are used as endpoints that are text spans via the "argument" feature. The directed relations should specify a "role" feature. Updated by JCasGen Thu Nov 28 10:33:42 CST 2013 XML source: C:/build-Apache-cTAKES/ctakes-3.1.1/rc2/checkout/ctakes/target/checkout/ctakes-side-effect/src/main/resources/org/apache/ctakes/sideeffect/types/TypeSystem.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
protected RelationArgument()
          Never called.
  RelationArgument(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  RelationArgument(org.apache.uima.jcas.JCas jcas)
           
 
Method Summary
 org.apache.uima.jcas.tcas.Annotation getArgument()
          getter for argument - gets
 int getId()
          getter for id - gets
 org.apache.uima.jcas.cas.FSList getParticipatesIn()
          getter for participatesIn - gets
 String getRole()
          getter for role - gets
 int getTypeIndexID()
           
 void setArgument(org.apache.uima.jcas.tcas.Annotation v)
          setter for argument - sets
 void setId(int v)
          setter for id - sets
 void setParticipatesIn(org.apache.uima.jcas.cas.FSList v)
          setter for participatesIn - sets
 void setRole(String v)
          setter for role - sets
 
Methods inherited from class org.apache.uima.jcas.cas.TOP
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
 
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

RelationArgument

protected RelationArgument()
Never called. Disable default constructor


RelationArgument

public RelationArgument(int addr,
                        org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator


RelationArgument

public RelationArgument(org.apache.uima.jcas.JCas jcas)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class org.apache.uima.jcas.cas.TOP

getId

public int getId()
getter for id - gets


setId

public void setId(int v)
setter for id - sets


getArgument

public org.apache.uima.jcas.tcas.Annotation getArgument()
getter for argument - gets


setArgument

public void setArgument(org.apache.uima.jcas.tcas.Annotation v)
setter for argument - sets


getRole

public String getRole()
getter for role - gets


setRole

public void setRole(String v)
setter for role - sets


getParticipatesIn

public org.apache.uima.jcas.cas.FSList getParticipatesIn()
getter for participatesIn - gets


setParticipatesIn

public void setParticipatesIn(org.apache.uima.jcas.cas.FSList v)
setter for participatesIn - sets



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