| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
Experiment |
SBOLDocument.createExperiment(String displayId)
Creates a experiment first, and then adds to this SBOL document's list of
experiments.
|
Experiment |
SBOLDocument.createExperiment(String displayId,
String version)
Creates a experiment first, and then adds to this SBOL document's list of
experiments.
|
Experiment |
SBOLDocument.createExperiment(String URIprefix,
String displayId,
String version)
Creates a experiment first, and then adds to this SBOL document's list of
experiments.
|
Experiment |
SBOLDocument.getExperiment(String displayId,
String version)
Returns the experiment matching the given display ID and version from this
SBOL document's list of experiments.
|
Experiment |
SBOLDocument.getExperiment(URI experimentURI)
Returns the experiment matching the given identity URI from this SBOL
document's list of experiments.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Experiment> |
SBOLDocument.getExperiments()
Returns the set of
Experiment instances owned by this SBOL document. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SBOLDocument.removeExperiment(Experiment experiment)
Removes the given experiment from this SBOL document's list of experiments.
|