Uses of Class
org.apache.uima.jcas.impl.JCasImpl.LoadedJCasType
Packages that use JCasImpl.LoadedJCasType
Package
Description
Provides the classes that support the Java Cas Model (JCM).
-
Uses of JCasImpl.LoadedJCasType in org.apache.uima.jcas.impl
Fields in org.apache.uima.jcas.impl with type parameters of type JCasImpl.LoadedJCasTypeModifier and TypeFieldDescriptionprivate static Map
<TypeSystemImpl, Map<ClassLoader, Map<String, JCasImpl.LoadedJCasType<?>>>> Methods in org.apache.uima.jcas.impl that return types with arguments of type JCasImpl.LoadedJCasTypeModifier and TypeMethodDescriptionprivate Map
<String, JCasImpl.LoadedJCasType<?>> JCasImpl.loadJCasClasses
(ClassLoader cl) There may be several type systems with different defined types loaded and operating at the same time (in different CASes) There is an instance of the loaded JCas Classes for each Type System for each class loader.Methods in org.apache.uima.jcas.impl with parameters of type JCasImpl.LoadedJCasTypeModifier and TypeMethodDescriptionprivate <T extends TOP>
booleanJCasImpl.makeInstanceOf_Type
(JCasImpl.LoadedJCasType<T> jcasTypeInfo, boolean alreadyLoaded, FSGenerator<?>[] fsGenerators) Make the instance of the JCas xxx_Type class for this CAS.Method parameters in org.apache.uima.jcas.impl with type arguments of type JCasImpl.LoadedJCasTypeModifier and TypeMethodDescriptionprivate void
JCasImpl.copyDownSuperGenerators
(Map<String, JCasImpl.LoadedJCasType<?>> jcasTypes, FSGenerator<?>[] fsGenerators)