#include "OCDM.h"
Functions | |
template<class Type, class ParentObj, class Pointer> | |
const Type | OCDM_GetReference (const ParentObj &This, const Pointer obj) |
template<class ResultType, class ObjectType> | |
const ResultType | OCDM_GetNth (const ObjectType &obj, const long index) |
CDM_Object | OCDM_STL_ContainerToCDM_Object (const std::vector< std::string > &stl_obj) |
int | OCDM_AppendElement (OCDM_Object &obj, CDM_Object element) |
OCDM_INDEX_OPERATOR_REF (OCDM_ByteSequence) OCDM_ByteSequenceSet | |
This operator returns the element of a set pointed by the "index" parameter. | |
OCDM_INDEX_OPERATOR_REF (OCDM_RawData) OCDM_RawDataSet | |
This operator returns the element of a set pointed by the "index" parameter. | |
OCDM_INDEX_OPERATOR_REF (OCDM_Span) OCDM_SpanSet | |
This operator returns the element of a set pointed by the "index" parameter. | |
OCDM_REF (OCDM_AttributeValue) OCDM_Attribute | |
Returns Attribute's Value. | |
OCDM_INDEX_OPERATOR_REF (OCDM_Attribute) OCDM_AttributeSet | |
This operator returns the element of a set pointed by the "index" parameter. | |
OCDM_REF (OCDM_Attribute) OCDM_AttributeSet | |
This function will return an OCDM_Attribute object having as name the provided name through the "Name" parameter. | |
OCDM_REF (OCDM_AttributeSet) OCDM_Annotation | |
OCDM_REF (OCDM_Span) OCDM_Annotation | |
OCDM_REF (OCDM_SpanSet) OCDM_Annotation | |
OCDM_INDEX_OPERATOR_REF (OCDM_Annotation) OCDM_AnnotationSet | |
This operator returns the element of a set pointed by the "index" parameter. | |
OCDM_REF (OCDM_AnnotationSet) OCDM_AnnotationSet | |
This function will return a new Annotation set object (of type OCDM_AnnotationSet) that will contain all the Annotations of the specified Annotation set that include the specified text position (as given by the parameter "Position") into their spans. | |
OCDM_REF (OCDM_Annotation) OCDM_AnnotationSet | |
This function will return the Annotation object that has as Id the value specified by the "Id" parameter. If the requested Annotation does not exist, an Exception of type OCDM_Exception will be thrown. | |
OCDM_REF (OCDM_RawDataSet) OCDM_Document | |
This function will return the set of all text portions annotated by the provided Annotation object. | |
OCDM_REF (OCDM_ByteSequence) OCDM_Document | |
This function will return the text range from the text of the Document object we are currently using that is annotated by the FIRST span of the provided Annotation. | |
OCDM_REF (OCDM_Collection) OCDM_Document | |
This function will return the parent of the specified Document object in use. | |
OCDM_REF (OCDM_RawData) OCDM_Document | |
This function will return the Text of the Document object in use. | |
OCDM_REF (OCDM_Document) OCDM_Collection | |
This function will return a Document object representing the first. |
Copyright 1998-2004 by: Software and Knowledge Engineering Laboratory, Institute of Informatics and Telecommunications, National Center for Scientific Research (N.C.S.R.) "Demokritos", Athens, Greece.
This file is part of the "Ellogon" Text Engineering Platform. For licencing information, please refer to the licence conditions of "Ellogon" Text Engineering Platform.
int OCDM_AppendElement | ( | OCDM_Object & | obj, | |
CDM_Object | element | |||
) |
const ResultType OCDM_GetNth | ( | const ObjectType & | obj, | |
const long | index | |||
) | [inline] |
const Type OCDM_GetReference | ( | const ParentObj & | This, | |
const Pointer | obj | |||
) | [inline] |
OCDM_INDEX_OPERATOR_REF | ( | OCDM_Annotation | ) |
index:
the index (position) of the element to be retrieved. The first element of the set has as index the value 0. OCDM_INDEX_OPERATOR_REF | ( | OCDM_Attribute | ) |
index:
the index (position) of the element to be retrieved. The first element of the set has as index the value 0. OCDM_INDEX_OPERATOR_REF | ( | OCDM_Span | ) |
index:
the index (position) of the element to be retrieved. The first element of the set has as index the value 0. OCDM_INDEX_OPERATOR_REF | ( | OCDM_RawData | ) |
index:
the index (position) of the element to be retrieved. The first element of the set has as index the value 0. OCDM_INDEX_OPERATOR_REF | ( | OCDM_ByteSequence | ) |
index:
the index (position) of the element to be retrieved. The first element of the set has as index the value 0. OCDM_REF | ( | OCDM_Document | ) |
OCDM_REF | ( | OCDM_RawData | ) |
OCDM_REF | ( | OCDM_Collection | ) |
OCDM_REF | ( | OCDM_ByteSequence | ) |
Ann:
The provided Annotation objectOCDM_REF | ( | OCDM_RawDataSet | ) |
OCDM_REF | ( | OCDM_Annotation | ) |
Position:
Position in text. (long) OCDM_REF | ( | OCDM_AnnotationSet | ) |
OCDM_REF | ( | OCDM_SpanSet | ) |
OCDM_REF | ( | OCDM_Span | ) |
OCDM_REF | ( | OCDM_AttributeSet | ) |
OCDM_REF | ( | OCDM_Attribute | ) |
Name:
The name of the OCDM_Attribute object to be returned.OCDM_REF | ( | OCDM_AttributeValue | ) |
CDM_Object OCDM_STL_ContainerToCDM_Object | ( | const std::vector< std::string > & | stl_obj | ) |