libSBOL
2.3.3
|
SBOLObject class (a low-level, abstract class) More...
#include "validation.h"
#include "properties.h"
#include <raptor2.h>
#include <string>
#include <vector>
#include <iostream>
#include <map>
#include <unordered_map>
Classes | |
class | SBOLObject |
An SBOLObject converts a C++ class data structure into an RDF triple store and contains methods for serializing and parsing RDF triples. More... | |
class | ReferencedObject |
A reference to another SBOL object Contains a Uniform Resource Identifier (URI) that refers to an an associated object. More... | |
class | OwnedObject< SBOLClass > |
A container property that contains child objects. More... | |
class | OwnedObject< SBOLClass >::iterator |
Provides iterator functionality for SBOL properties that contain multiple objects. More... | |
SBOLObject class (a low-level, abstract class)