com.raritantechnologies.uima
Class SentenceAnnotation

java.lang.Object
  extended byAnnotation
      extended bycom.raritantechnologies.uima.SentenceAnnotation

public class SentenceAnnotation
extends Annotation

Default UIMA Annotation generated by Raritan Framework.


Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Field Summary
static int type
           
static int typeIndexID
           
 
Constructor Summary
protected SentenceAnnotation()
          Never called.
  SentenceAnnotation(int addr, TOP_Type type)
          Internal - constructor used by generator
  SentenceAnnotation(JCas jcas)
           
  SentenceAnnotation(JCas jcas, int begin, int end)
           
 
Method Summary
 java.lang.String getName()
          getter for name - gets annotation name
 int getTypeIndexID()
           
 void setName(java.lang.String v)
          setter for name - sets Name of annotation
 
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

type

public static final int type
Constructor Detail

SentenceAnnotation

protected SentenceAnnotation()
Never called. Disable default constructor


SentenceAnnotation

public SentenceAnnotation(int addr,
                          TOP_Type type)
Internal - constructor used by generator


SentenceAnnotation

public SentenceAnnotation(JCas jcas)

SentenceAnnotation

public SentenceAnnotation(JCas jcas,
                          int begin,
                          int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()

getName

public java.lang.String getName()
getter for name - gets annotation name


setName

public void setName(java.lang.String v)
setter for name - sets Name of annotation