libSBOL
2.3.3
|
Property template classes (eg, TextProperty, URIProperty, IntProperty) More...
#include "property.h"
#include <raptor2.h>
#include <string>
#include <vector>
#include <iostream>
#include <map>
#include <unordered_map>
#include <utility>
#include <regex>
Classes | |
class | URIProperty |
A URIProperty may contain a restricted type of string that conforms to the specification for a Uniform Resource Identifier (URI), typically consisting of a namespace authority followed by an identifier. More... | |
class | TextProperty |
TextProperty objects are used to contain string literals. More... | |
class | IntProperty |
IntProperty objects are used to contain integers. More... | |
class | FloatProperty |
FloatProperty objects are used to contain floats. More... | |
class | VersionProperty |
Contains a version number for an SBOL object. More... | |
class | DateTimeProperty |
Contains a DateTime string following XML Schema. More... | |
Property template classes (eg, TextProperty, URIProperty, IntProperty)