Uses of Interface
org.apache.uima.cas.TypeSystem
Packages that use TypeSystem
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
The Annotator Interfaces, along with supporting interfaces
and exception classes.
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Classes and interfaces for collection processing.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
Describes the format of the generated JCas cover classes for UIMA Version 3.
Utility classes and interfaces used by UIMA components.
-
Uses of TypeSystem in org.apache.uima.analysis_component
Fields in org.apache.uima.analysis_component declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
CasAnnotator_ImplBase.mLastTypeSystem
Stores the last type system that this component operated on, so we can tell when typeSystemInit needs to be called.private TypeSystem
CasMultiplier_ImplBase.mLastTypeSystem
Stores the last type system that this component operated on, so we can tell when typeSystemInit needs to be called.Methods in org.apache.uima.analysis_component with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
CasAnnotator_ImplBase.typeSystemInit
(TypeSystem aTypeSystem) Informs this annotator that the CAS TypeSystem has changed.void
CasMultiplier_ImplBase.typeSystemInit
(TypeSystem aTypeSystem) Informs this annotator that the CAS TypeSystem has changed. -
Uses of TypeSystem in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return TypeSystemModifier and TypeMethodDescriptionResultSpecification.getTypeSystem()
get the type system associated with this result specification.Methods in org.apache.uima.analysis_engine with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
ResultSpecification.compile
(TypeSystem aTypeSystem) Deprecated.as of 2.2.2 Now called automatically internally when neededAnalysisEngine.createResultSpecification
(TypeSystem aTypeSystem) A factory method used to create an instance ofResultSpecification
for use with this AnalysisEngine.void
ResultSpecification.setTypeSystem
(TypeSystem ts) set the type system associated with this result specification. -
Uses of TypeSystem in org.apache.uima.analysis_engine.annotator
Fields in org.apache.uima.analysis_engine.annotator declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
Annotator_ImplBase.mTypeSystem
Deprecated.Stores the last TypeSystem passed toAnnotator_ImplBase.typeSystemInit(TypeSystem)
.Methods in org.apache.uima.analysis_engine.annotator that return TypeSystemModifier and TypeMethodDescriptionprotected TypeSystem
Annotator_ImplBase.getTypeSystem()
Deprecated.Gets theTypeSystem
that was passed to the most recent call toAnnotator_ImplBase.typeSystemInit(TypeSystem)
.Methods in org.apache.uima.analysis_engine.annotator with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
Annotator_ImplBase.typeSystemInit
(TypeSystem aTypeSystem) Deprecated.The only thing this implementation does is store the TypeSystem so that it can be accessed by theAnnotator_ImplBase.getTypeSystem()
method, and also so that it can be passed back to theAnnotator_ImplBase.typeSystemInit(TypeSystem)
method by the default implementation ofAnnotator_ImplBase.reconfigure()
.void
BaseAnnotator.typeSystemInit
(TypeSystem aTypeSystem) Informs this annotator that the CAS TypeSystem has changed. -
Uses of TypeSystem in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
PrimitiveAnalysisEngine_impl.mLastTypeSystem
private TypeSystem
ResultSpecification_impl.mTypeSystem
The type system used to compute the subtypes and allAnnotatorFeatures of typesMethods in org.apache.uima.analysis_engine.impl that return TypeSystemMethods in org.apache.uima.analysis_engine.impl with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
ResultSpecification_impl.compile
(TypeSystem aTypeSystem) Deprecated.no longer needed, remove call to thisAnalysisEngineImplBase.createResultSpecification
(TypeSystem aTypeSystem) PearAnalysisEngineWrapper.createResultSpecification
(TypeSystem typeSystem) RsType.getAllAppropriateFeatures
(TypeSystem ts) returns the Features for a type in a result spec(package private) boolean
RsType.hasAllFeaturesExplicitly
(TypeSystem ts) void
ResultSpecification_impl.setTypeSystem
(TypeSystem ts) void
AnalysisEngineImplBase.typeSystemInit
(TypeSystem aTypeSystem) From the CAS Processor interface.void
PearAnalysisEngineWrapper.typeSystemInit
(TypeSystem typeSystem) Constructors in org.apache.uima.analysis_engine.impl with parameters of type TypeSystemModifierConstructorDescriptionResultSpecification_impl
(TypeSystem aTypeSystem) Constructor specifying the type system this should always be used in preference to the 0 argument version if the type system is available. -
Uses of TypeSystem in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
AnnotatorAdapter.mLastTypeSystem
private TypeSystem
CasConsumerAdapter.mLastTypeSystem
private TypeSystem
CollectionReaderAdapter.mLastTypeSystem
-
Uses of TypeSystem in org.apache.uima.cas
Methods in org.apache.uima.cas that return TypeSystemModifier and TypeMethodDescriptionCAS.getTypeSystem()
Return the type system of this CAS instance. -
Uses of TypeSystem in org.apache.uima.cas.admin
Subinterfaces of TypeSystem in org.apache.uima.cas.adminMethods in org.apache.uima.cas.admin that return TypeSystemModifier and TypeMethodDescriptionTypeSystemMgr.commit()
Commit the type system, and load JCas Classes from the UIMA Framework's classloader.TypeSystemMgr.commit
(ClassLoader cl) Commit the type system, and load JCas classes from the passed in classloader.Methods in org.apache.uima.cas.admin with parameters of type TypeSystemModifier and TypeMethodDescriptionstatic CASMgr
CASFactory.createCAS
(int initialHeapSize, TypeSystem ts) Create a new CASMgr object from a give type system.static CASMgr
CASFactory.createCAS
(int initialHeapSize, TypeSystem ts, boolean useJcasCache) static CASMgr
CASFactory.createCAS
(TypeSystem ts) Create a new CASMgr object from a give type system.static CASMgr
CASFactory.createCAS
(TypeSystem ts, boolean useJcasCache) -
Uses of TypeSystem in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement TypeSystemFields in org.apache.uima.cas.impl declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
FSTypeConstraintImpl.ts
private TypeSystem
LinearTypeOrderBuilderImpl.ts
Methods in org.apache.uima.cas.impl that return TypeSystemMethods in org.apache.uima.cas.impl with parameters of type TypeSystemModifier and TypeMethodDescriptionstatic void
TypeSystemImpl.compareTs
(TypeSystem t1, TypeSystem t2) private final void
FSTypeConstraintImpl.compile
(TypeSystem ts1) static LinearTypeOrder
LinearTypeOrderBuilderImpl.createTypeOrder
(int[] typeList, TypeSystem ts) The constructor for the total type order, called by the other constructor and also when doing a cas complete deserialization, or just deserializing the type system/index defsstatic BinaryCasSerDes6
Serialization.deserializeCAS
(CAS cas, InputStream istream, TypeSystem tgtTypeSystem, BinaryCasSerDes6.ReuseInfo reuseInfo) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - compressed, type filtering (form 6), delta and not-delta.static BinaryCasSerDes6
Serialization.deserializeCAS
(CAS cas, InputStream istream, TypeSystem tgtTypeSystem, BinaryCasSerDes6.ReuseInfo reuseInfo, AllowPreexistingFS allowPreexisting) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - compressed, type filtering (form 6), delta and not-delta.private static int[]
LinearTypeOrderBuilderImpl.TotalTypeOrder.encodeTypeList
(String[] typeList, TypeSystem ts) static void
XmiCasSerializer.serialize
(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream) Serializes a CAS to an XMI stream.static void
XmiCasSerializer.serialize
(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData) Serializes a CAS to an XMI stream.static void
XmiCasSerializer.serialize
(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData, Marker aMarker) Serializes a Delta CAS to an XMI stream.static void
XmiCasSerializer.serialize
(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream, boolean aPrettyPrint, XmiSerializationSharedData aSharedData, Marker aMarker, boolean useXml_1_1) Serializes a Delta CAS to an XMI stream.static BinaryCasSerDes6.ReuseInfo
Serialization.serializeWithCompression
(CAS cas, Object out, TypeSystem tgtTypeSystem) Serialize in compressed binary with type filtering This method can use type filtering to omit sending those types and/or features not present in the target type system.static void
Serialization.serializeWithCompression
(CAS cas, Object out, TypeSystem tgtTypeSystem, Marker mark, BinaryCasSerDes6.ReuseInfo reuseInfo) Delta Serialize in compressed form, with type filtering This method can use type filtering to omit sending those types and/or features not present in the target type system.static void
TypeSystem2Xml.typeSystem2Xml
(TypeSystem aTypeSystem, OutputStream aOutputStream) Converts a TypeSystem object to XML.static void
TypeSystem2Xml.typeSystem2Xml
(TypeSystem aTypeSystem, ContentHandler aContentHandler) Traverses a TypeSystem and calls SAX events on the specified ContentHandler.Constructors in org.apache.uima.cas.impl with parameters of type TypeSystemModifierConstructorDescriptionprivate
TotalTypeOrder
(int[] typeList, TypeSystem ts, boolean isEmpty) The constructor for the total type order, called by the other constructor and also when doing a cas complete deserialization, or just deserializing the type system/index defs Create the order from an array of type codes in ascending order.private
TotalTypeOrder
(String[] typeList, TypeSystem ts, boolean isEmpty) XCASDeserializer
(TypeSystem ts, UimaContext uimaContext) Create a new deserializer from a type system.XCASSerializer
(TypeSystem ts, UimaContext uimaContext) XmiCasDeserializer
(TypeSystem ts, UimaContext uimaContext) Create a new deserializer from a type system.Creates a new XmiCasSerializer.XmiCasSerializer
(TypeSystem ts, Map<String, String> nsUriToSchemaLocationMap) Creates a new XmiCasSerializer.XmiCasSerializer
(TypeSystem ts, Map<String, String> nsUriToSchemaLocationMap, boolean isFormattedOutput) Creates a new XmiCasSerializerXmiCasSerializer
(TypeSystem ts, UimaContext uimaContext) Deprecated.UseXmiCasSerializer(TypeSystem)
instead.XmiCasSerializer
(TypeSystem ts, UimaContext uimaContext, Map<String, String> nsUriToSchemaLocationMap) Deprecated.UseXmiCasSerializer(TypeSystem, Map)
instead. -
Uses of TypeSystem in org.apache.uima.collection
Methods in org.apache.uima.collection with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
CasConsumer_ImplBase.typeSystemInit
(TypeSystem arg0) void
CasInitializer_ImplBase.typeSystemInit
(TypeSystem arg0) Deprecated.void
CasInitializer.typeSystemInit
(TypeSystem aTypeSystem) Deprecated.Informs this CasInitializer that the CAS TypeSystem has changed.void
CollectionReader_ImplBase.typeSystemInit
(TypeSystem aTypeSystem) Default implementation of typeSystemInit, which calls the CAS Initializer's typeSystemInit method if a CAS Initializer is present.void
CollectionReader.typeSystemInit
(TypeSystem aTypeSystem) Informs this CollectionReader that the CAS TypeSystem has changed. -
Uses of TypeSystem in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
CasObjectProcessor.typeSystemInit
(TypeSystem aTypeSystem) Informs this CasConsumer that the CAS TypeSystem has changed. -
Uses of TypeSystem in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
CasObjectNetworkCasProcessorImpl.typeSystemInit
(TypeSystem aTypeSystem) -
Uses of TypeSystem in org.apache.uima.flow
Fields in org.apache.uima.flow declared as TypeSystemMethods in org.apache.uima.flow with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
CasFlowController_ImplBase.typeSystemInit
(TypeSystem aTypeSystem) This method may be overriden by subclasses. -
Uses of TypeSystem in org.apache.uima.flow.impl
Fields in org.apache.uima.flow.impl declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
CapabilityLanguageFlowObject.mLastTypeSystem
save the last type system -
Uses of TypeSystem in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return TypeSystemModifier and TypeMethodDescriptionJCas.getTypeSystem()
Return the type system of this CAS instance. -
Uses of TypeSystem in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return TypeSystem -
Uses of TypeSystem in org.apache.uima.json
Methods in org.apache.uima.json with parameters of type TypeSystemModifier and TypeMethodDescriptionstatic void
JsonCasSerializer.jsonSerialize
(CAS aCAS, TypeSystem aTargetTypeSystem, Object output) Serializes a CAS to an output (File, OutputStream, XMI stream, or Writer).static void
JsonCasSerializer.jsonSerialize
(CAS aCAS, TypeSystem aTargetTypeSystem, Object output, boolean aPrettyPrint, Marker aMarker, XmiSerializationSharedData sharedData) Serializes a Delta CAS to an output (File, Writer, or OutputStream). -
Uses of TypeSystem in org.apache.uima.resource.impl
Fields in org.apache.uima.resource.impl declared as TypeSystem -
Uses of TypeSystem in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components with parameters of type TypeSystem -
Uses of TypeSystem in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd with parameters of type TypeSystemModifier and TypeMethodDescriptionprivate static void
AnnotationDisplayCustomizationFrame.addChildren
(DefaultMutableTreeNode node, Type type, TypeSystem ts) Adds the children.private TreeModel
AnnotationDisplayCustomizationFrame.createTreeModel
(TypeSystem ts) Creates the tree model.private DefaultMutableTreeNode
MainFrame.createTypeTree
(Type type, TypeSystem ts, String label, FSIndexRepository ir) Creates the type tree. -
Uses of TypeSystem in org.apache.uima.tools.cvd.tsview
Fields in org.apache.uima.tools.cvd.tsview declared as TypeSystemMethods in org.apache.uima.tools.cvd.tsview with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
MainFrame.setTypeSystem
(TypeSystem ts) Sets the type system. -
Uses of TypeSystem in org.apache.uima.tools.docanalyzer
Fields in org.apache.uima.tools.docanalyzer declared as TypeSystemModifier and TypeFieldDescriptionprotected TypeSystem
DocumentAnalyzer.currentTypeSystem
The current type system.(package private) TypeSystem
AnnotationViewerDialog.typeSystem
The type system.Methods in org.apache.uima.tools.docanalyzer with parameters of type TypeSystemModifier and TypeMethodDescriptionvoid
AnnotationViewerDialog.launchThatViewer
(String inputDirPath, String fileName, TypeSystem typeSystem, String[] aTypesToDisplay, boolean javaViewerRBisSelected, boolean javaViewerUCRBisSelected, boolean xmlRBisSelected, File styleMapFile, File viewerDirectory) Launch that viewer.Constructors in org.apache.uima.tools.docanalyzer with parameters of type TypeSystemModifierConstructorDescriptionAnnotationViewerDialog
(JFrame aParentFrame, String aDialogTitle, PrefsMediator med, File aStyleMapFile, String aPerformanceStats, TypeSystem aTypeSystem, String[] aTypesToDisplay, boolean generatedStyleMap, CAS cas) Instantiates a new annotation viewer dialog.AnnotationViewerDialog
(JFrame aParentFrame, String aDialogTitle, PrefsMediator med, File aStyleMapFile, String aPerformanceStats, TypeSystem aTypeSystem, String[] aTypesToDisplay, String interactiveTempFN, boolean javaViewerRBisSelected, boolean javaViewerUCRBisSelected, boolean xmlRBisSelected, CAS cas) Create an AnnotationViewer Dialog. -
Uses of TypeSystem in org.apache.uima.tools.jcasgen
Fields in org.apache.uima.tools.jcasgen declared as TypeSystemModifier and TypeFieldDescription(package private) static TypeSystem
The built in type system.private TypeSystem
Jg.typeSystem
The type system. -
Uses of TypeSystem in org.apache.uima.tools.viewer
Fields in org.apache.uima.tools.viewer declared as TypeSystemModifier and TypeFieldDescriptionprivate TypeSystem
CasAnnotationViewer.typeSystem
The type system. -
Uses of TypeSystem in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp with parameters of type TypeSystem -
Uses of TypeSystem in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type TypeSystemModifier and TypeMethodDescriptionstatic CAS
CasCreationUtils.createCas
(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, TypeSystem aTypeSystem, Properties aPerformanceTuningSettings) Creates a new CAS instance for a collection of CAS Processors, which.static CAS
CasCreationUtils.createCas
(Collection<? extends MetaDataObject> aComponentDescriptionsOrMetaData, TypeSystem aTypeSystem, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance for a collection of CAS Processors, which.static CAS
CasCreationUtils.createCas
(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance that reuses an existing type system.static CAS
CasCreationUtils.createCas
(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance that reuses an existing type system.static CAS
CasCreationUtils.createCas
(CasDefinition casDef, Properties performanceTuningSettings, TypeSystem typeSystem) Create a CAS from a CAS Definition, but reuse the provided TypeSystem object.private static CAS
CasCreationUtils.doCreateCas
(TypeSystem aTypeSystem, TypeSystemDescription aTypeSystemDesc, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Method that does the work for creating a new CAS instance.static String[]
TypeSystemUtil.getAllowedValuesForType
(Type aType, TypeSystem aTypeSystem) Gets the allowed values for a string subtype.static SerialFormat
CasIOUtils.load
(InputStream casInputStream, CAS aCAS, TypeSystem typeSystem) This load variant can be used for loading Form 6 compressed CASes where the type system to use to deserialize is provided as an argument.static void
XmlCasSerializer.serialize
(CAS aCAS, TypeSystem aTargetTypeSystem, OutputStream aStream) Serializes a CAS to XMI format and writes it to an output stream.static TypeDescription
TypeSystemUtil.type2TypeDescription
(Type aType, TypeSystem aTypeSystem) Convert aType
to an equivalentTypeDescription
.static TypeSystemDescription
TypeSystemUtil.typeSystem2TypeSystemDescription
(TypeSystem aTypeSystem) Convert aTypeSystem
to an equivalentTypeSystemDescription
.