sbol2.combinatorialderivation

Module Contents

Classes

VariableComponent

An SBOLObject converts a Python data structure into an RDF triple store

CombinatorialDerivation

All SBOL classes derived from TopLevel appear as top level nodes

class sbol2.combinatorialderivation.VariableComponent(type_uri=SBOL_VARIABLE_COMPONENT, uri=URIRef('example'), repeat='http://sbols.org/v2#one', version=VERSION_STRING)

Bases: sbol2.identified.Identified

An SBOLObject converts a Python data structure into an RDF triple store and contains methods for serializing and parsing RDF triples.

class sbol2.combinatorialderivation.CombinatorialDerivation(type_uri=SBOL_COMBINATORIAL_DERIVATION, uri=URIRef('example'), strategy='http://sbols.org/v2#enumerate', version=VERSION_STRING)

Bases: sbol2.toplevel.TopLevel

All SBOL classes derived from TopLevel appear as top level nodes in the RDF/XML document tree and SBOL files.