| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
GenericTopLevel |
SBOLDocument.createGenericTopLevel(String displayId,
QName rdfType)
Creates a generic top-level, and then adds it to this SBOL document's list of
generic top-levels.
|
GenericTopLevel |
SBOLDocument.createGenericTopLevel(String displayId,
String version,
QName rdfType)
Creates a generic top-level, and then adds it to this SBOL document's list of
generic top-levels.
|
GenericTopLevel |
SBOLDocument.createGenericTopLevel(String URIprefix,
String displayId,
String version,
QName rdfType)
Creates a generic top-level, and then adds it to this SBOL document's list of
generic top-levels.
|
GenericTopLevel |
SBOLDocument.getGenericTopLevel(String displayId,
String version)
Returns the generic top-level matching the given display ID and version from
this SBOL document's list of generic top-levels.
|
GenericTopLevel |
SBOLDocument.getGenericTopLevel(URI genericTopLevelURI)
Returns the generic top-level matching the given display identity URI from
this SBOL document's list of generic top-levels.
|
| Modifier and Type | Method and Description |
|---|---|
Set<GenericTopLevel> |
SBOLDocument.getGenericTopLevels()
Returns the set of generic top-levels owned by this SBOL document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SBOLDocument.removeGenericTopLevel(GenericTopLevel genericTopLevel)
Removes the given generic top-level from this SBOL document's list of generic
top-levels.
|