nl.telin.mymedia.uima.annotation
Class OntologyAnnotation

java.lang.Object
  extended by Annotation
      extended by nl.telin.mymedia.uima.annotation.OntologyAnnotation

public class OntologyAnnotation
extends Annotation

Updated by JCasGen Thu Feb 12 14:58:01 CET 2009 XML source: D:/JDev/MyMedia/MyMediaUIMA/descriptors/analysis engines/AggrTestAnnotator.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Constructor Summary
protected OntologyAnnotation()
          Never called.
  OntologyAnnotation(int addr, TOP_Type type)
          Internal - constructor used by generator
  OntologyAnnotation(JCas jcas)
           
  OntologyAnnotation(JCas jcas, int begin, int end)
           
 
Method Summary
 java.lang.String getConceptName()
          getter for ConceptName - gets The name of the most specific class to which the term found refers.
 java.lang.String getId()
          getter for id - gets
 java.lang.String getInstanceName()
          getter for InstanceName - gets Name of the instance the found term refers to.
 java.lang.String getOntologyURI()
          getter for OntologyURI - gets URI of the ontology in which the concept was found
 int getTypeIndexID()
           
 void setConceptName(java.lang.String v)
          setter for ConceptName - sets The name of the most specific class to which the term found refers.
 void setId(java.lang.String v)
          setter for id - sets
 void setInstanceName(java.lang.String v)
          setter for InstanceName - sets Name of the instance the found term refers to.
 void setOntologyURI(java.lang.String v)
          setter for OntologyURI - sets URI of the ontology in which the concept was found
 
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

OntologyAnnotation

protected OntologyAnnotation()
Never called. Disable default constructor


OntologyAnnotation

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


OntologyAnnotation

public OntologyAnnotation(JCas jcas)

OntologyAnnotation

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

getTypeIndexID

public int getTypeIndexID()

getId

public java.lang.String getId()
getter for id - gets


setId

public void setId(java.lang.String v)
setter for id - sets


getOntologyURI

public java.lang.String getOntologyURI()
getter for OntologyURI - gets URI of the ontology in which the concept was found


setOntologyURI

public void setOntologyURI(java.lang.String v)
setter for OntologyURI - sets URI of the ontology in which the concept was found


getConceptName

public java.lang.String getConceptName()
getter for ConceptName - gets The name of the most specific class to which the term found refers.


setConceptName

public void setConceptName(java.lang.String v)
setter for ConceptName - sets The name of the most specific class to which the term found refers.


getInstanceName

public java.lang.String getInstanceName()
getter for InstanceName - gets Name of the instance the found term refers to.


setInstanceName

public void setInstanceName(java.lang.String v)
setter for InstanceName - sets Name of the instance the found term refers to.