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

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.Relation
              extended by org.apache.ctakes.typesystem.type.relation.BinaryTextRelation
All Implemented Interfaces:
java.lang.Cloneable, org.apache.uima.cas.FeatureStructure
Direct Known Subclasses:
AffectsTextRelation, AspectualTextRelation, ComplicatesDisruptsTextRelation, CoreferenceRelation, DegreeOfTextRelation, LocationOfTextRelation, ManagesTreatsTextRelation, ManifestationOfTextRelation, ResultOfTextRelation, StanfordDependency, TemporalTextRelation, UMLSRelation

public class BinaryTextRelation
extends Relation

A super-type for relationships between two spans of text. Updated by JCasGen Tue Apr 09 12:44:02 EDT 2013 XML source: trunk/ctakes-pad-term-spotter-res/src/main/resources/org/apache/ctakes/padtermspotter/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 BinaryTextRelation()
          Never called.
  BinaryTextRelation(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  BinaryTextRelation(org.apache.uima.jcas.JCas jcas)
           
 
Method Summary
 RelationArgument getArg1()
          getter for arg1 - gets
 RelationArgument getArg2()
          getter for arg2 - gets
 int getTypeIndexID()
           
 void setArg1(RelationArgument v)
          setter for arg1 - sets
 void setArg2(RelationArgument v)
          setter for arg2 - sets
 
Methods inherited from class org.apache.ctakes.typesystem.type.relation.Relation
getCategory, getConfidence, getDiscoveryTechnique, getId, getPolarity, getUncertainty, setCategory, setConfidence, setDiscoveryTechnique, setId, setPolarity, setUncertainty
 
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

BinaryTextRelation

protected BinaryTextRelation()
Never called. Disable default constructor


BinaryTextRelation

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


BinaryTextRelation

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

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class Relation

getArg1

public RelationArgument getArg1()
getter for arg1 - gets


setArg1

public void setArg1(RelationArgument v)
setter for arg1 - sets


getArg2

public RelationArgument getArg2()
getter for arg2 - gets


setArg2

public void setArg2(RelationArgument v)
setter for arg2 - sets