| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleDefinition.createModule(String displayId,
String moduleDefinitionId)
Creates a child module for this module definition with the
given arguments, and then adds to this module definition's list of modules.
|
Module |
ModuleDefinition.createModule(String displayId,
String moduleDefinitionId,
String version)
Creates a child module for this module definition with the
given arguments, and then adds to this module definition's list of modules.
|
Module |
ModuleDefinition.createModule(String displayId,
URI moduleDefinitionURI)
Creates a child module for this module definition with the
given arguments, and then adds to this module definition's list of modules.
|
Module |
ModuleDefinition.getModule(String displayId)
Returns the module matching the given display ID from the list of modules.
|
Module |
ModuleDefinition.getModule(URI moduleURI)
Returns the module matching the given identity URI from the list of modules.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
ModuleDefinition.getModules()
Returns the set of modules owned by this module definition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModuleDefinition.removeModule(Module module)
Removes the given module from the list of modules.
|