-----------------------------------------------------------------------------
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-----------------------------------------------------------------------------
Description:
-----------------------------------------------------------------------------
--------------------------------------------------------------------------
Namespaces | |
namespace | uima |
namespace | uima::lowlevel |
Classes | |
class | uima::BasicArrayFS |
A on object representing an array of CAS elements. More... | |
class | uima::ArrayFS |
A ArrayFS object implements an array of FeatureStructure values. More... | |
class | uima::FloatArrayFS |
A FloatArrayFS object implements an array of float values. More... | |
class | uima::IntArrayFS |
A IntArrayFS object implements an array of int values. More... | |
class | uima::StringArrayFS |
A StringArrayFS object implements an array of string values. More... | |
class | uima::BooleanArrayFS |
A ByteArrayFS object implements an array of byte values. More... | |
class | uima::ByteArrayFS |
A ByteArrayFS object implements an array of byte values. More... | |
class | uima::ShortArrayFS |
A ShortArrayFS object implements an array of short values. More... | |
class | uima::LongArrayFS |
A ShortArrayFS object implements an array of short values. More... | |
class | uima::DoubleArrayFS |
A StringArrayFS object implements an array of string values. More... | |
Typedefs | |
typedef BasicArrayFS< FeatureStructure, internal::gs_tyFSArrayType > | BasicFSArrayFS |
typedef BasicArrayFS< float, internal::gs_tyFloatArrayType > | BasicFloatArrayFS |
typedef BasicArrayFS< int, internal::gs_tyIntArrayType > | BasicIntArrayFS |
typedef BasicArrayFS< UnicodeStringRef, internal::gs_tyStringArrayType > | BasicStringArrayFS |
typedef BasicArrayFS< bool, internal::gs_tyBooleanArrayType > | BasicBooleanArrayFS |
typedef BasicArrayFS< char, internal::gs_tyByteArrayType > | BasicByteArrayFS |
typedef BasicArrayFS< short, internal::gs_tyShortArrayType > | BasicShortArrayFS |
typedef BasicArrayFS< INT64, internal::gs_tyLongArrayType > | BasicLongArrayFS |
typedef BasicArrayFS< double, internal::gs_tyDoubleArrayType > | BasicDoubleArrayFS |
Functions | |
UIMA_EXC_CLASSDECLARE (FSIsNotArrayException, CASException) | |
UIMA_EXC_CLASSDECLARE (FSArrayOutOfBoundsException, CASException) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|