Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
static GenericTopLevel |
SBOLFactory.createGenericTopLevel(String displayId,
QName rdfType)
Creates a generic top-level, and then adds it to the factory's internal SBOL document's list of generic top-levels.
|
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.
|
static GenericTopLevel |
SBOLFactory.createGenericTopLevel(String displayId,
String version,
QName rdfType)
Creates a generic top-level, and then adds it to the factory's internal 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.
|
static GenericTopLevel |
SBOLFactory.createGenericTopLevel(String URIprefix,
String displayId,
String version,
QName rdfType)
Creates a generic top-level, and then adds it to the factory's internal 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.
|
static GenericTopLevel |
SBOLFactory.getGenericTopLevel(String displayId,
String version)
Returns the generic top-level matching the given display ID and version from
the factory's internal 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.
|
static GenericTopLevel |
SBOLFactory.getGenericTopLevel(URI topLevelURI)
Returns the generic top-level matching the given identity URI from
the factory's internal 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 |
---|---|
static Set<GenericTopLevel> |
SBOLFactory.getGenericTopLevels()
Returns the set of generic topLevels owned by the factory's internal SBOL document.
|
Set<GenericTopLevel> |
SBOLDocument.getGenericTopLevels()
Returns the set of generic top-levels owned by this SBOL document.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SBOLFactory.removeGenericTopLevel(GenericTopLevel genericTopLevel)
Removes the given generic top-level from the factory's internal SBOL document's list of generic top-levels.
|
boolean |
SBOLDocument.removeGenericTopLevel(GenericTopLevel genericTopLevel)
Removes the given generic top-level from this SBOL document's list of generic top-levels.
|
Copyright © 2017. All rights reserved.