Overview   Class List   Class Hierarchy   Class Members   Functions & Constants   Defines   Header Files  

Predefined Types


Detailed Description

For each predefined type the system provides a string constant for the names of the type.

Programmers are strongly encouraged to use them instead of string literals. E.g. write uima::TT::TYPE_NAME_TOKEN_ANNOTATION instead of "uima.tt.TokenAnnotation"

See also:
Predefined Features


CAS string constants for the names of predefined basic types.

char const * uima::CAS::NAME_SPACE_UIMA_CAS
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_TOP
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_INTEGER
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_STRING
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_FLOAT
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_ARRAY_BASE
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_FS_ARRAY
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_FLOAT_ARRAY
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_INTEGER_ARRAY
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_STRING_ARRAY
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_LIST_BASE
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_FS_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_EMPTY_FS_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_NON_EMPTY_FS_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_FLOAT_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_NON_EMPTY_FLOAT_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_EMPTY_FLOAT_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_INTEGER_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_NON_EMPTY_INTEGER_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_EMPTY_INTEGER_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_STRING_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_NON_EMPTY_STRING_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_EMPTY_STRING_LIST
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_SOFA
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_LOCALSOFA
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_REMOTESOFA
 Use this instead of a string literal.
char const * uima::CAS::NAME_DEFAULT_TEXT_SOFA
 Use this instead of a string literal.
char const * uima::CAS::NAME_DEFAULT_SOFA
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_ANNOTATION_BASE
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_ANNOTATION
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_DOCUMENT_ANNOTATION
 Use this instead of a string literal.
char const * uima::CAS::INDEXID_ANNOTATION
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_BASE_NAME_SOFA
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_FULL_NAME_SOFA
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_BASE_NAME_BEGIN
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_FULL_NAME_BEGIN
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_BASE_NAME_END
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_FULL_NAME_END
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_BASE_NAME_LANGUAGE
 Use this instead of a string literal.
char const * uima::CAS::FEATURE_FULL_NAME_LANGUAGE
 Use this instead of a string literal.
char const * uima::CAS::TYPE_NAME_BOOLEAN
char const * uima::CAS::TYPE_NAME_BYTE
char const * uima::CAS::TYPE_NAME_SHORT
char const * uima::CAS::TYPE_NAME_LONG
char const * uima::CAS::TYPE_NAME_DOUBLE
char const * uima::CAS::TYPE_NAME_BOOLEAN_ARRAY
char const * uima::CAS::TYPE_NAME_BYTE_ARRAY
char const * uima::CAS::TYPE_NAME_SHORT_ARRAY
char const * uima::CAS::TYPE_NAME_LONG_ARRAY
char const * uima::CAS::TYPE_NAME_DOUBLE_ARRAY


Variable Documentation

char const* uima::CAS::NAME_SPACE_UIMA_CAS [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_TOP [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_INTEGER [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_STRING [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_FLOAT [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_ARRAY_BASE [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_FS_ARRAY [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_FLOAT_ARRAY [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_INTEGER_ARRAY [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_STRING_ARRAY [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_LIST_BASE [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_FS_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_EMPTY_FS_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_NON_EMPTY_FS_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_FLOAT_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_NON_EMPTY_FLOAT_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_EMPTY_FLOAT_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_INTEGER_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_NON_EMPTY_INTEGER_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_EMPTY_INTEGER_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_STRING_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_NON_EMPTY_STRING_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_EMPTY_STRING_LIST [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_SOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_LOCALSOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_REMOTESOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::NAME_DEFAULT_TEXT_SOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::NAME_DEFAULT_SOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_ANNOTATION_BASE [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_ANNOTATION [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_DOCUMENT_ANNOTATION [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::INDEXID_ANNOTATION [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_BASE_NAME_SOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_FULL_NAME_SOFA [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_BASE_NAME_BEGIN [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_FULL_NAME_BEGIN [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_BASE_NAME_END [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_FULL_NAME_END [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_BASE_NAME_LANGUAGE [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::FEATURE_FULL_NAME_LANGUAGE [static, inherited]
 

Use this instead of a string literal.

char const* uima::CAS::TYPE_NAME_BOOLEAN [static, inherited]
 

char const* uima::CAS::TYPE_NAME_BYTE [static, inherited]
 

char const* uima::CAS::TYPE_NAME_SHORT [static, inherited]
 

char const* uima::CAS::TYPE_NAME_LONG [static, inherited]
 

char const* uima::CAS::TYPE_NAME_DOUBLE [static, inherited]
 

char const* uima::CAS::TYPE_NAME_BOOLEAN_ARRAY [static, inherited]
 

char const* uima::CAS::TYPE_NAME_BYTE_ARRAY [static, inherited]
 

char const* uima::CAS::TYPE_NAME_SHORT_ARRAY [static, inherited]
 

char const* uima::CAS::TYPE_NAME_LONG_ARRAY [static, inherited]
 

char const* uima::CAS::TYPE_NAME_DOUBLE_ARRAY [static, inherited]
 


Generated on Mon Oct 1 16:04:12 2012 for UIMACPP API by  doxygen 1.3.9.1