Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
static Collection |
SBOLFactory.createCollection(String displayId)
Creates a collection first, and then adds to the factory's internal SBOL document's list of collections.
|
Collection |
SBOLDocument.createCollection(String displayId)
Creates a collection first, and then adds to this SBOL document's list of collections.
|
static Collection |
SBOLFactory.createCollection(String displayId,
String version)
Creates a collection first, and then adds to the factory's internal SBOL document's list of collections.
|
Collection |
SBOLDocument.createCollection(String displayId,
String version)
Creates a collection first, and then adds to this SBOL document's list of collections.
|
static Collection |
SBOLFactory.createCollection(String URIprefix,
String displayId,
String version)
Creates a collection first, and then adds to factory's internal SBOL document's list of collections.
|
Collection |
SBOLDocument.createCollection(String URIprefix,
String displayId,
String version)
Creates a collection first, and then adds to this SBOL document's list of collections.
|
static Collection |
SBOLFactory.getCollection(String displayId,
String version)
Returns the collection matching the given display ID and version from the factory's internal
SBOL document's list of collections.
|
Collection |
SBOLDocument.getCollection(String displayId,
String version)
Returns the collection matching the given display ID and version from this SBOL document's list of
collections.
|
static Collection |
SBOLFactory.getCollection(URI collectionURI)
Returns the collection matching the given identity URI from the factory's internal
SBOL document's list of collections.
|
Collection |
SBOLDocument.getCollection(URI collectionURI)
Returns the collection matching the given identity URI from this
SBOL document's list of collections.
|
Modifier and Type | Method and Description |
---|---|
static Set<Collection> |
SBOLFactory.getCollections()
Returns the set of collections owned by the factory's internal SBOL document
|
Set<Collection> |
SBOLDocument.getCollections()
Returns the set of
Collection instances owned by this SBOL document. |
Modifier and Type | Method and Description |
---|---|
static boolean |
SBOLFactory.removeCollection(Collection collection)
Removes the given collection from the factory's internal SBOL document's list of collections.
|
boolean |
SBOLDocument.removeCollection(Collection collection)
Removes the given collection from this SBOL document's list of collections.
|
Copyright © 2017. All rights reserved.