| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
ModuleDefinition |
SBOLDocument.createModuleDefinition(String displayId)
Creates a module definition, and then adds it to this SBOL document's list of
module definitions.
|
ModuleDefinition |
SBOLDocument.createModuleDefinition(String displayId,
String version)
Creates a module definition, and then adds it to this SBOL document's list of
module definitions.
|
ModuleDefinition |
SBOLDocument.createModuleDefinition(String URIprefix,
String displayId,
String version)
Creates a module definition with the given arguments, and then adds it to
this SBOL document's list of module definitions.
|
ModuleDefinition |
Module.getDefinition()
Returns the module definition that this module refers to.
|
ModuleDefinition |
SBOLDocument.getModuleDefinition(String displayId,
String version)
Returns the module definition matching the given display ID and version from
this SBOLDocument object's list of module definitions.
|
ModuleDefinition |
SBOLDocument.getModuleDefinition(URI moduleDefinitionURI)
Returns the module definition matching the given identity URI from this SBOL
document object's list of module definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ModuleDefinition> |
SBOLDocument.getModuleDefinitions()
Returns the set of module definitions owned by this SBOLDocument object.
|
Set<ModuleDefinition> |
SBOLDocument.getRootModuleDefinitions()
Returns the set of root module definitions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SBOLDocument.removeModuleDefinition(ModuleDefinition moduleDefinition)
Removes the given module definition from this SBOL document's list of module
definitions.
|