libSBOL
2.3.3
|
Contains the interface for Design-Build-Test classes. More...
#include "componentdefinition.h"
#include "moduledefinition.h"
#include "collection.h"
#include "implementation.h"
#include "experiment.h"
#include <tuple>
Classes | |
class | Design |
This class represents a biological Design. A Design is a conceptual representation of a biological system that a synthetic biologist intends to build. A Design is the first object created in libSBOL's formalized Design-Build-Test-Analysis workflow. More... | |
class | Build |
A Build is a realization of a Design. For practical purposes, a Build can represent a biological clone, a plasmid, or other laboratory sample. For a given Design, there may be multiple Builds realized in the lab. A Build represents the second step in libSBOL's formalized Design-Build-Test-Analyze workflow. More... | |
class | Test |
A Test is a container for experimental data. A Test is the product of the third step of libSBOL's formalized Design-Build-Test-Analyze workflow. More... | |
class | SampleRoster |
A SampleRoster is a container used to group Builds that are included in an experiment together. A SampleRoster can be used to generate a Test in a Design-Build-Test-Learn workflow. More... | |
Contains the interface for Design-Build-Test classes.