Modifier and Type | Method and Description |
---|---|
SBMLUri |
SBMLUri.cloneObject()
Creates and returns a deep copy of this
SBMLUri object. |
SBMLUri |
SBMLUri.relativeTo(java.lang.String uri)
Constructs a new URI relative to this object and the given URI.
|
SBMLUri |
SBMLResolverRegistry.resolveUri(java.lang.String uri)
Resolves the full URI for the given URI without actually reading the
document.
|
SBMLUri |
SBMLFileResolver.resolveUri(java.lang.String uri)
Resolves the full URI for a given URI without actually reading the
document.
|
SBMLUri |
SBMLResolver.resolveUri(java.lang.String uri)
Resolves the full URI for the given URI without actually reading the
document.
|
SBMLUri |
SBMLResolverRegistry.resolveUri(java.lang.String uri,
java.lang.String baseUri)
Resolves the full URI for the given URI without actually reading the
document.
|
SBMLUri |
SBMLFileResolver.resolveUri(java.lang.String uri,
java.lang.String baseUri)
Resolves the full URI for a given URI without actually reading the
document.
|
SBMLUri |
SBMLResolver.resolveUri(java.lang.String uri,
java.lang.String baseUri)
Resolves the full URI for the given URI without actually reading the
document.
|
Constructor and Description |
---|
SBMLUri(SBMLUri orig)
Copy constructor.
|