Package org.apache.uima.cas
package org.apache.uima.cas
Common Analysis System (CAS) Interfaces.
The CAS provides data modelling, definition and retrieval. The data model is stored in a type system. Use factory methods on a CAS object to create data structures. Also from a CAS, you can access the index repository to retrieve the data structure that have already been created.
-
ClassDescriptionThe base interface extended by all CAS (Common Analysis System) interfaces in the UIMA SDK.Base class from which CAS implementations should extend.Annotation Base API.Feature structure array interface.Boolean array interface.Byte array interface.Object-oriented CAS (Common Analysis System) API.Exception class for package org.apache.uima.cas.Represents the "owner" of a CAS.Runtime exception class for package org.apache.uima.cas.Common parts of the Array interfaces.Information that a CAS needs to know about the component that's currently operating on it.Methods to create
FSMatchConstraint
s for filtered iterators or other use.Double array interface.The interface that describes features in the type system.Interface for a feature path.Interface for feature structures.Deprecated.Interface for CAS float arrays.Interface for a boolean constraint.Interface for feature structure constraints.Interface for a float constraint.FSIndex<T extends FeatureStructure>Feature structure index access interface.Repository of indexes over feature structures.Interface for an integer constraint.FSIterator<T extends FeatureStructure>Iterator over feature structures.Interface for feature structure matching constraints.Interface for a String constraint.Interface for type constraint.Interface for CAS int arrays.Long array interface.An object obtained from theCAS
that is used to query when FSs were created or modified with respect to the marker.Deprecated.The Constraint Parser is not supported in externally released versions of UIMAThe various forms of serialization (typically of the CAS)Short array interface.Interface for "Subject of Analysis" (Sofa) feature structures.Deprecated.As of v2.0, this is no longer needed.String array interface.The interface describing types in the type system.An object holding the namespace string for a type.The interface to the type system.
FeaturePath