| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
SynBioHubFrontend |
SBOLDocument.addRegistry(String registryURL)
Adds the given registry to this SBOL document.
|
SynBioHubFrontend |
SBOLDocument.addRegistry(String registryURL,
String uriPrefix)
Adds the given registry to this SBOL document.
|
SynBioHubFrontend |
SBOLDocument.getRegistry(String registryURL)
Returns the StackFrontend for the registry specified by its URL
|
| Modifier and Type | Method and Description |
|---|---|
List<SynBioHubFrontend> |
SBOLDocument.getRegistries()
Returns the list of registries used by this SBOL document.
|