Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
static Model |
SBOLFactory.createModel(String URIprefix,
String displayId,
String version,
URI source,
URI language,
URI framework)
Creates a model, and then adds it to the factory's internal SBOL document's list of models.
|
Model |
SBOLDocument.createModel(String URIprefix,
String displayId,
String version,
URI source,
URI language,
URI framework)
Creates a model, and then adds it to this SBOL document's list of models.
|
static Model |
SBOLFactory.createModel(String displayId,
String version,
URI source,
URI language,
URI framework)
Creates a model, and then adds it to the factory's internal SBOL document's list of models.
|
Model |
SBOLDocument.createModel(String displayId,
String version,
URI source,
URI language,
URI framework)
Creates a model, and then adds it to this SBOL document's list of models.
|
static Model |
SBOLFactory.createModel(String displayId,
URI source,
URI language,
URI framework)
Creates a model, and then adds it to the factory's internal SBOL document's list of models.
|
Model |
SBOLDocument.createModel(String displayId,
URI source,
URI language,
URI framework)
Creates a model, and then adds it to this SBOL document's list of models.
|
static Model |
SBOLFactory.getModel(String displayId,
String version)
Returns the model matching the given display ID and version from
the factory's internal SBOL document's list of models.
|
Model |
SBOLDocument.getModel(String displayId,
String version)
Returns the model matching the given display ID and version from this SBOL document's list of
models.
|
static Model |
SBOLFactory.getModel(URI modelURI)
Returns the model matching the given identity URI from
the factory's internal SBOL document's list of models.
|
Model |
SBOLDocument.getModel(URI modelURI)
Returns the model matching the given identity URI from this
SBOL document's list of models.
|
Modifier and Type | Method and Description |
---|---|
static Set<Model> |
SBOLFactory.getModels()
Returns the set of models owned by the factory's internal SBOL document.
|
Set<Model> |
SBOLDocument.getModels()
Returns the set of models owned by this SBOL document.
|
Set<Model> |
ModuleDefinition.getModels()
Returns the set of models referenced by this module definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleDefinition.addModel(Model model)
Adds the URI of the given model to this module definition's
set of model URIs.
|
static boolean |
SBOLFactory.removeModel(Model model)
Removes the given model from the factory's internal SBOL document's list of models.
|
boolean |
SBOLDocument.removeModel(Model model)
Removes the given model from this SBOL document's list of models.
|
Copyright © 2017. All rights reserved.