libSBOL  2.3.3
Classes
properties.h File Reference

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>
Include dependency graph for properties.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Property template classes (eg, TextProperty, URIProperty, IntProperty)

Author
Bryan Bartley bartl.nosp@m.eyba.nosp@m.@sbol.nosp@m.stan.nosp@m.dard..nosp@m.org