/usr/include/sbml/annotation/RDFAnnotationParser.h is in libsbml5-dev 5.16.0+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 | /**
* @file RDFAnnotation.h
* @brief RDFAnnotation I/O
* @author Sarah Keating
*
* <!--------------------------------------------------------------------------
* This file is part of libSBML. Please visit http://sbml.org for more
* information about SBML, and the latest version of libSBML.
*
* Copyright (C) 2013-2017 jointly by the following organizations:
* 1. California Institute of Technology, Pasadena, CA, USA
* 2. EMBL European Bioinformatics Institute (EMBL-EBI), Hinxton, UK
* 3. University of Heidelberg, Heidelberg, Germany
*
* Copyright (C) 2009-2013 jointly by the following organizations:
* 1. California Institute of Technology, Pasadena, CA, USA
* 2. EMBL European Bioinformatics Institute (EMBL-EBI), Hinxton, UK
*
* Copyright (C) 2006-2008 by the California Institute of Technology,
* Pasadena, CA, USA
*
* Copyright (C) 2002-2005 jointly by the following organizations:
* 1. California Institute of Technology, Pasadena, CA, USA
* 2. Japan Science and Technology Agency, Japan
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation. A copy of the license agreement is provided
* in the file named "LICENSE.txt" included with this software distribution
* and also available online as http://sbml.org/software/libsbml/license.html
* ------------------------------------------------------------------------ -->
*
* @class RDFAnnotationParser
* @sbmlbrief{core} MIRIAM-compliant RDF annotation reader/writer.
*
* @htmlinclude not-sbml-warning.html
*
* RDFAnnotationParser is a libSBML construct used as part of the libSBML
* support for annotations conforming to the guidelines specified by MIRIAM
* (<a target="_blank"
* href="http://www.nature.com/nbt/journal/v23/n12/abs/nbt1156.html">"Minimum
* Information Requested in the Annotation of biochemical Models"</a>,
* <i>Nature Biotechnology</i>, vol. 23, no. 12, Dec. 2005). Section 6 of
* the SBML Level 2 and Level 3 specification documents defines a
* recommended way of encoding MIRIAM information using a subset of RDF (<a
* target="_blank" href="http://www.w3.org/RDF/">Resource Description
* Format</a>). The general scheme is as follows. A set of RDF-based
* annotations attached to a given SBML <code><annotation></code>
* element are read by RDFAnnotationParser and converted into a list of
* CVTerm objects. There are different versions of the main method, @if clike RDFAnnotationParser::parseRDFAnnotation(const XMLNode *annotation, %List *CVTerms) @endif@if java RDFAnnotationParser::parseRDFAnnotation(XMLNode, %CVTermList) @endif@~ and
* RDFAnnotationParser::parseRDFAnnotation(const XMLNode *annotation), used
* depending on whether the annotation in question concerns the MIRIAM model
* history or other MIRIAM resource annotations. A special object class,
* ModelHistory, is used to make it easier to manipulate model history
* annotations.
*
* All of the methods on RDFAnnotationParser are static; the class exists
* only to encapsulate the annotation and CVTerm parsing and manipulation
* functionality.
*/
#ifndef RDFAnnotationParser_h
#define RDFAnnotationParser_h
#include <sbml/common/extern.h>
#include <sbml/common/sbmlfwd.h>
#include <sbml/xml/XMLAttributes.h>
#ifndef LIBSBML_USE_STRICT_INCLUDES
#include <sbml/annotation/ModelHistory.h>
#endif
#ifdef __cplusplus
#include <limits>
#include <iomanip>
#include <string>
#include <sstream>
#include <cstdlib>
LIBSBML_CPP_NAMESPACE_BEGIN
#ifdef LIBSBML_USE_STRICT_INCLUDES
class ModelHistory;
class ModelCreator;
class Date;
#endif
class XMLErrorLog;
class LIBSBML_EXTERN RDFAnnotationParser
{
public:
/**
* Parses an annotation (given as an XMLNode tree) into a list of
* CVTerm objects.
*
* This is used to take an annotation that has been read into an SBML
* model, identify the RDF elements within it, and create a list of
* corresponding CVTerm (controlled vocabulary term) objects.
*
* @param annotation XMLNode containing the annotation.
* @param CVTerms list of CVTerm objects to be created.
* @param metaId optional metaId, if set only the RDF annotation for this metaId will be returned.
* @param stream optional XMLInputStream that facilitates error logging.
*
* @copydetails doc_note_static_methods
*/
static void parseRDFAnnotation(const XMLNode *annotation, List *CVTerms,
const char* metaId = NULL, XMLInputStream* stream = NULL);
/**
* Parses an annotation into a ModelHistory class instance.
*
* This is used to take an annotation that has been read into an SBML
* model, identify the RDF elements representing model history
* information, and create a list of corresponding CVTerm objects.
*
* @param annotation XMLNode containing the annotation.
* @param stream optional XMLInputStream that facilitates error logging.
* @param metaId optional metaId, if set only the RDF annotation for this metaId will be returned.
*
* @copydetails doc_note_static_methods
*
* @return a pointer to the ModelHistory created.
*/
static ModelHistory* parseRDFAnnotation(const XMLNode *annotation,
const char* metaId = NULL, XMLInputStream* stream = NULL);
/**
* Creates a blank annotation and returns its root XMLNode object.
*
* This creates a completely empty SBML <code><annotation></code>
* element. It is not attached to any SBML element. An example of how
* this might be used is illustrated in the following code fragment. In
* this example, suppose that @c content is an XMLNode object previously
* created, containing MIRIAM-style annotations, and that @c sbmlObject
* is an SBML object derived from SBase (e.g., a Model, or a Species, or
* a Compartment, etc.). Then:@if clike
@code{.cpp}
int success; // Status code variable.
XMLNode *RDF = createRDFAnnotation(); // Create XML structure.
success = RDF->addChild(...content...); // Put some content into it.
... // Check return code value.
XMLNode *ann = createAnnotation(); // Create <annotation>.
success = ann->addChild(RDF); // Put the annotation into it.
... // Check return code value.
success = sbmlObject->setAnnotation(ann); // Set object's annotation.
... // Check return code value.
@endcode
* @endif@if java
@code{.java}
int success; // Status code variable.
XMLNode RDF = createRDFAnnotation(); // Create XML structure.
success = RDF.addChild(...content...); // Put some content into it.
... // Check return code value.
XMLNode ann = createAnnotation(); // Create <annotation>.
success = ann.addChild(RDF); // Put the annotation into it.
... // Check return code value.
success = sbmlObject.setAnnotation(ann); // Set object's annotation.
... // Check return code value.
@endcode
* @endif@if python
@code{.py}
RDF = RDFAnnotationParser.createRDFAnnotation() # Create XML structure.
success = RDF.addChild(...content...) # Put some content into it.
... # Check return code value.
annot = RDFAnnotationParser.createAnnotation() # Create <annotation>.
success = annot.addChild(RDF) # Put the annotation into it.
... # Check return code value.
success = sbmlObject.setAnnotation(annot) # Set object's annotation.
... # Check return code value.
@endcode
* @endif@~
* The SBML specification contains more information about the format of
* annotations. We urge readers to consult Section 6 of the SBML
* Level 2 (Versions 2–4) and SBML Level 3 specification
* documents.
*
* @return a pointer to an XMLNode for the annotation.
*
* @copydetails doc_note_static_methods
*
* @see @if clike createRDFAnnotation() @else RDFAnnotationParser::createRDFAnnotation() @endif@~
*/
static XMLNode * createAnnotation();
/**
* Creates a blank RDF element suitable for use in SBML annotations.
*
* The annotation created by this method has namespace declarations for
* all the relevant XML namespaces used in RDF annotations and also has
* an empty RDF element. The result is the following XML:
@verbatim
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"
xmlns:bqbiol="http://biomodels.net/biology-qualifiers/"
xmlns:bqmodel="http://biomodels.net/model-qualifiers/" >
</rdf:RDF>
@endverbatim
*
* Note that this does not create the containing SBML
* <code><annotation></code> element; the method
* @if clike createAnnotation()@else RDFAnnotationParser::createAnnotation()@endif@~
* is available for creating the container.
*
* @return a pointer to an XMLNode.
*
* @copydetails doc_note_static_methods
*
* @see @if clike createAnnotation() @else RDFAnnotationParser::createAnnotation() @endif@~
*/
static XMLNode * createRDFAnnotation(unsigned int level = 3,
unsigned int version = 1);
/**
* Takes an SBML object and creates an empty XMLNode corresponding to an
* RDF "Description" element.
*
* This method is a handy way of creating RDF description objects linked
* by the appropriate "metaid" field to the given @p object, for
* insertion into RDF annotations in a model. The method retrieves the
* "metaid" attribute from the @p object passed in as argument, then
* creates an empty element having the following form
* (where <span class="code" style="background-color: #eed0d0">metaid</span>
* the value of the "metaid" attribute of the argument):
*
<pre class="fragment">
<rdf:Description rdf:about="#<span style="background-color: #eed0d0">metaid</span>" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
...
</rdf:Description>
</pre>
* Note that this method does @em not create a complete annotation or
* even an RDF element; it only creates the "Description" portion. Callers
* will need to use other methods such as
* @if clike createRDFAnnotation()@else RDFAnnotationParser::createRDFAnnotation()@endif@~
* to create the rest of the structure for an annotation.
*
* @param obj the object to which the "Description" refers.
*
* @return a new XMLNode containing the "rdf:Description" element with
* its "about" attribute value set to the @p object meta identifier.
*
* @copydetails doc_note_static_methods
*
* @see @if clike createRDFAnnotation() @else RDFAnnotationParser::createRDFAnnotation() @endif@~
*/
static XMLNode * createRDFDescription(const SBase *obj);
/**
* Takes a list of CVTerm objects and creates a the RDF "Description"
* element.
*
* This essentially takes the given SBML object, reads out the CVTerm
* objects attached to it, creates an RDF "Description" element to hold
* the terms, and adds each term with appropriate qualifiers.
*
* @param obj the SBML object to start from.
*
* @return the XMLNode tree corresponding to the Description element of
* an RDF annotation.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * createCVTerms(const SBase *obj);
/**
* Takes a list of CVTerm objects and creates a complete SBML annotation
* around it.
*
* This essentially takes the given SBML object, reads out the CVTerm
* objects attached to it, calls @if clike createRDFAnnotation()@else
* RDFAnnotationParser::createRDFAnnotation()@endif@~ to create an RDF
* annotation to hold the terms, and finally calls @if clike
* createAnnotation()@else
* RDFAnnotationParser::createAnnotation()@endif@~ to wrap the result as
* an SBML <code><annotation></code> element.
*
* @param obj the SBML object to start from.
*
* @return the XMLNode tree corresponding to the annotation.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * parseCVTerms(const SBase * obj);
/**
* Reads the model history and cvTerms stored in @p obj and creates the
* XML structure for an SBML annotation representing that metadata if
* there is a model history stored in @p obj.
*
* @param obj any SBase object.
*
* @return the XMLNode corresponding to an annotation containing
* MIRIAM-compliant model history and CV term information in RDF format.
*
* @note If the object does not have a history element stored then
* @c NULL is returned even if CVTerms are present.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * parseModelHistory(const SBase * obj);
/**
* Reads the model history stored in @p obj and creates the
* XML structure for an SBML annotation representing that history.
*
* @param obj any SBase object.
*
* @return the XMLNode corresponding to an annotation containing
* MIRIAM-compliant model history information in RDF format.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * parseOnlyModelHistory(const SBase * obj);
/**
* Deletes any SBML MIRIAM RDF annotation found in the given XMLNode
* tree and returns
* any remaining annotation content.
*
* The name of the XMLNode given as parameter @p annotation must be
* "annotation", or else this method returns @c NULL. The method will
* walk down the XML structure looking for elements that are in the
* RDF XML namespace, and remove them if they conform to the syntax
* of a History or CVTerm element.
*
* @param annotation the XMLNode tree within which the RDF annotation is
* to be found and deleted.
*
* @return the XMLNode structure that is left after RDF annotations are
* deleted.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * deleteRDFAnnotation(const XMLNode *annotation);
/**
* Deletes any SBML MIRIAM RDF 'History' annotation found in the given
* XMLNode tree and returns
* any remaining annotation content.
*
* The name of the XMLNode given as parameter @p annotation must be
* "annotation", or else this method returns @c NULL. The method will
* walk down the XML structure looking for elements that are in the
* RDF XML namespace, and remove any that conform to the syntax of a
* History element.
*
* @param annotation the XMLNode tree within which the RDF annotation is
* to be found and deleted.
*
* @return the XMLNode structure that is left after RDF annotations are
* deleted.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * deleteRDFHistoryAnnotation(const XMLNode *annotation);
/**
* Deletes any SBML MIRIAM RDF 'CVTerm' annotation found in the given
* XMLNode tree and returns
* any remaining annotation content.
*
* The name of the XMLNode given as parameter @p annotation must be
* "annotation", or else this method returns @c NULL. The method will
* walk down the XML structure looking for elements that are in the
* RDF XML namespace, and remove any that conform to the syntax of a
* CVTerm element.
*
* @param annotation the XMLNode tree within which the RDF annotation is
* to be found and deleted.
*
* @return the XMLNode structure that is left after RDF annotations are
* deleted.
*
* @copydetails doc_note_static_methods
*/
static XMLNode * deleteRDFCVTermAnnotation(const XMLNode *annotation);
/** @cond doxygenLibsbmlInternal */
static bool hasRDFAnnotation(const XMLNode *annotation);
static bool hasAdditionalRDFAnnotation(const XMLNode *annotation);
static bool hasCVTermRDFAnnotation(const XMLNode *annotation);
static bool hasHistoryRDFAnnotation(const XMLNode *annotation);
/** @endcond */
protected:
/** @cond doxygenLibsbmlInternal */
static XMLNode * createRDFDescription(const std::string& metaid);
static XMLNode * createRDFDescriptionWithCVTerms(const SBase *obj);
static XMLNode * createRDFDescriptionWithHistory(const SBase *obj);
static XMLNode * createBagElement(const CVTerm * term, unsigned int level,
unsigned int version);
static XMLNode * createQualifierElement(const CVTerm * term,
unsigned int level, unsigned int version);
static void deriveCVTermsFromAnnotation(const XMLNode *annotation,
List *CVTerms);
static ModelHistory* deriveHistoryFromAnnotation(const XMLNode *annotation);
/** @endcond */
};
LIBSBML_CPP_NAMESPACE_END
#endif /* __cplusplus */
#ifndef SWIG
LIBSBML_CPP_NAMESPACE_BEGIN
BEGIN_C_DECLS
/**
* Parses an annotation (given as an XMLNode_t tree) into a list of
* CVTerms.
*
* This is used to take an annotation that has been read into an SBML
* model, identify the RDF elements within it, and create a list of
* corresponding CVTerms.
*
* @param annotation XMLNode_t containing the annotation.
*
* @param CVTerms list of CVTerms to be created.
*
* @see RDFAnnotationParser_parseRDFAnnotationWithModelHistory
* (const XMLNode_t *annotation)
*
* @memberof RDFAnnotationParser_t
*/
void
RDFAnnotationParser_parseRDFAnnotation(const XMLNode_t * annotation,
List_t *CVTerms);
/**
* Parses an annotation into a ModelHistory_t structure.
*
* This is used to take an annotation that has been read into an SBML
* model, identify the RDF elements representing model history
* information, and create a list of corresponding CVTerms.
*
* @param annotation XMLNode_t containing the annotation.
*
* @return a pointer to the ModelHistory_t created.
*
* @see RDFAnnotationParser_parseRDFAnnotation
* (const XMLNode *annotation, List *CVTerms)
*
* @memberof RDFAnnotationParser_t
*/
ModelHistory_t *
RDFAnnotationParser_parseRDFAnnotationWithModelHistory(
const XMLNode_t * annotation);
/**
* Creates a blank annotation and returns the XMLNode_t
* corresonding to it.
*
* The annotation created by this method is a completely empty SBML
* <code><annotation></code> element. One use for this is to
* then call createRDFAnnotation() to construct RDF content for this
* empty annotation.
*
* @return a pointer to an XMLNode_t for the annotation
*
* @see RDFAnnotationParser_createRDFAnnotation()
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_createAnnotation();
/**
* Creates blank RDF annotation content organized in the form defined in
* Section 6 of the SBML Level 2 Version 4 and the SBML Level 3 specifications.
*
* The annotation created by this method has namespace declarations for
* all the relevant XML namespaces used in RDF annotations and also has
* an empty RDF element. Note that this is not the containing
* <code><annotation></code> element; the method
* RDFAnnotationParser_createAnnotation() is available for that purpose.
*
* @return a pointer to an XMLNode_t represting the annotation.
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_createRDFAnnotation();
/**
* Creates blank RDF annotation content organized in the form defined in
* Section 6 of the SBML Level 2 Version 4 and the SBML Level 3 specifications.
*
* The annotation created by this method has namespace declarations for
* all the relevant XML namespaces used in RDF annotations and also has
* an empty RDF element. Note that this is not the containing
* <code><annotation></code> element; the method
* RDFAnnotationParser_createAnnotation() is available for that purpose.
*
* @param level unsigned int giving the SBML level to target.
* @param version unsigned int giving the SBML version to target.
*
* @return a pointer to an XMLNode_t represting the annotation.
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_createRDFAnnotationForLevelAndVersion(unsigned int level,
unsigned int version);
/**
* Deletes any RDF annotation found in the given XMLNode_t tree and returns
* any remaining annotation content.
*
* The name of the given XMLNode_t must be "annotation", or else this
* method returns NULL.
*
* @param annotation the XMLNode_t tree within which the RDF annotation
* is to be found and deleted.
*
* @return the XMLNode_t structure with any RDF annotations deleted
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_deleteRDFAnnotation(XMLNode_t *annotation);
/**
* Takes an SBML object and creates an XMLNode_t corresponding to an
* RDF "Description" element.
*
* This method is a handy way of creating RDF description objects linked
* by the appropriate "metaid" field, for insertion into RDF annotations
* in a model. (Note that this method does not create a complete
* annotation; it only creates a description element. For creating empty
* RDF annotations that can serve as containers for RDF descriptions, see
* RDFAnnotationParser_createRDFAnnotation().
*
* @param obj the object to be annotated.
*
* @return a new XMLNode_t containing the "rdf:about" structure for an
* RDF "Description" element.
*
* @see RDFAnnotationParser_createRDFAnnotation()
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_createRDFDescription(const SBase_t * obj);
/**
* Takes a list of CVTerms from an SBML object and
* creates a the RDF "Description" element.
*
* This essentially takes the given SBML object, reads out the CVTerms
* attached to it, calls createRDFDescription() to create an RDF
* "Description" element to hold the terms and adds each term with
* appropriate qualifiers.
*
* @param obj the SBML object to start from.
*
* @return the XMLNode_t tree corresponding to the Description element of
* an RDF annotation.
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_createCVTerms(const SBase_t * obj);
/**
* Takes a list of CVTerms from an SBML object and creates a
* complete SBML annotation around it.
*
* This essentially takes the given SBML object, calls
* RDFAnnotationParser_createRDFDescriptionWithCVTerms() to read out the CVTerms
* attached to it, calls RDFAnnotationParser_createAnnotation() to create an RDF
* annotation to hold the terms, and finally calls RDFAnnotationParser_createAnnotation() to
* wrap the result as an SBML <code><annotation></code> element.
*
* @param obj the SBML object to start from.
*
* @return the XMLNode_t tree corresponding to the annotation.
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_parseCVTerms(const SBase_t * obj);
/**
* Takes an SBML Model_t structure, reads off the model history information
* stored in it, and creates a complete SBML annotation to store that
* history.
*
* @param obj a Model_t.
*
* @return the XMLNode_t corresponding to an annotation containing
* MIRIAM-compliant model history information in RDF format
*
* @memberof RDFAnnotationParser_t
*/
XMLNode_t *
RDFAnnotationParser_parseModelHistory(const SBase_t * obj);
END_C_DECLS
LIBSBML_CPP_NAMESPACE_END
#endif /* !SWIG */
#endif /** RDFAnnotation_h **/
|