Uses of Class
org.apache.uima.jcas.cas.TOP_Type
-
Packages that use TOP_Type Package Description org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.jcas.tcas -
-
Uses of TOP_Type in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return TOP_Type Modifier and Type Method Description TOP_Type
JCas. getType(int i)
Backwards Compatibility only - throws unsupported operation exception In UIMA V2, this previously got the JCas _Type instance for a particular CAS type constant In UIMA V3, there is no _Type instance, so this throws an exceptionTOP_Type
JCas. getType(TOP instance)
Deprecated.use instance.jcasType instead - faster -
Uses of TOP_Type in org.apache.uima.jcas.cas
Subclasses of TOP_Type in org.apache.uima.jcas.cas Modifier and Type Class Description class
AnnotationBase_Type
Deprecated.Fields in org.apache.uima.jcas.cas declared as TOP_Type Modifier and Type Field Description protected TOP_Type
TOP_Type. instanceOf_Type
Deprecated.This generator can be set up to either get the identical Java object (if it exists) or just make a new one. -
Uses of TOP_Type in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return TOP_Type Modifier and Type Method Description TOP_Type
JCasImpl. getType(int i)
TOP_Type
JCasImpl. getType(TOP instance)
-
Uses of TOP_Type in org.apache.uima.jcas.tcas
Subclasses of TOP_Type in org.apache.uima.jcas.tcas Modifier and Type Class Description class
Annotation_Type
Deprecated.
-