|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAnnotation
nl.telin.mymedia.uima.annotation.OntologyAnnotation
public class OntologyAnnotation
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 |
---|
public static final int typeIndexID
public static final int type
Constructor Detail |
---|
protected OntologyAnnotation()
public OntologyAnnotation(int addr, TOP_Type type)
public OntologyAnnotation(JCas jcas)
public OntologyAnnotation(JCas jcas, int begin, int end)
Method Detail |
---|
public int getTypeIndexID()
public java.lang.String getId()
public void setId(java.lang.String v)
public java.lang.String getOntologyURI()
public void setOntologyURI(java.lang.String v)
public java.lang.String getConceptName()
public void setConceptName(java.lang.String v)
public java.lang.String getInstanceName()
public void setInstanceName(java.lang.String v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |