Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
static ModuleDefinition |
SBOLFactory.createModuleDefinition(String displayId)
Creates a module definition, and then adds it to the factory's internal SBOL document's list of module definitions.
|
ModuleDefinition |
SBOLDocument.createModuleDefinition(String displayId)
Creates a module definition, and then adds it to this SBOL document's list of module definitions.
|
static ModuleDefinition |
SBOLFactory.createModuleDefinition(String displayId,
String version)
Creates a module definition, and then adds it to the factory's internal 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.
|
static ModuleDefinition |
SBOLFactory.createModuleDefinition(String URIprefix,
String displayId,
String version)
Creates a module definition, and then adds it to the factory's internal 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.
|
static ModuleDefinition |
SBOLFactory.getModuleDefinition(String displayId,
String version)
Returns the module definition matching the given display ID and version from the factory's internal SBOL document's
list of module definitions.
|
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.
|
static ModuleDefinition |
SBOLFactory.getModuleDefinition(URI moduleURI)
Returns the module definition matching the given identity URI from
the factory's internal SBOL document'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 |
---|---|
static Set<ModuleDefinition> |
SBOLFactory.getModuleDefinitions()
Returns the set of module definitions owned by the factory's internal SBOL document.
|
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 |
---|---|
static boolean |
SBOLFactory.removeModuleDefinition(ModuleDefinition moduleDefinition)
Removes the given module definition from this SBOL document's list of module definitions.
|
boolean |
SBOLDocument.removeModuleDefinition(ModuleDefinition moduleDefinition)
Removes the given module definition from this SBOL document's list of module definitions.
|
Copyright © 2017. All rights reserved.