| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
SBOLDocument.createAttachment(String URIprefix,
String displayId,
String version,
URI source)
Creates an attachment, and then adds it to this SBOL document's list of attachments.
|
Attachment |
SBOLDocument.createAttachment(String displayId,
String version,
URI source)
Creates an attachment, and then adds it to this SBOL document's list of attachments.
|
Attachment |
SBOLDocument.createAttachment(String displayId,
URI source)
Creates an attachment, and then adds it to this SBOL document's list of attachments.
|
Attachment |
SBOLDocument.getAttachment(String displayId,
String version)
Returns the attachment matching the given display ID and version from this SBOL
document's list of attachments.
|
Attachment |
SBOLDocument.getAttachment(URI attachmentURI)
Returns the attachment matching the given identity URI from this SBOL document's
list of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Attachment> |
SBOLDocument.getAttachments()
Returns the set of attachments owned by this SBOL document.
|
Set<Attachment> |
TopLevel.getAttachments()
Returns the set of attachments referenced by this top level.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TopLevel.addAttachment(Attachment attachment)
Adds the URI of the given Attachment instance to this top level's
set of attachment URIs.
|
boolean |
SBOLDocument.removeAttachment(Attachment attachment)
Removes the given attachment from this SBOL document's list of attachments.
|