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_TypeJCas. 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_TypeJCas. 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 classAnnotationBase_TypeDeprecated.Fields in org.apache.uima.jcas.cas declared as TOP_Type Modifier and Type Field Description protected TOP_TypeTOP_Type. instanceOf_TypeDeprecated.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_TypeJCasImpl. getType(int i)TOP_TypeJCasImpl. 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 classAnnotation_TypeDeprecated.
-