libSBML Python API  5.8.0
 All Classes Namespaces Files Functions Variables Pages
libsbml.SBMLUri Class Reference
Inheritance diagram for libsbml.SBMLUri:
[legend]

Detailed Description

Proxy of C++ SBMLUri class.

Public Member Functions

def getHost
 
def getPath
 
def getQuery
 
def getScheme
 
def getUri
 
def relativeTo
 

Member Function Documentation

def libsbml.SBMLUri.getHost (   self)

Python method signature(s):

getHost(SBMLUri self)   string
def libsbml.SBMLUri.getPath (   self)

Python method signature(s):

getPath(SBMLUri self)   string
def libsbml.SBMLUri.getQuery (   self)

Python method signature(s):

getQuery(SBMLUri self)   string
def libsbml.SBMLUri.getScheme (   self)

Proxy of C++ SBMLUri class.

Python method signature(s):

getScheme(SBMLUri self)   string
def libsbml.SBMLUri.getUri (   self)

Python method signature(s):

getUri(SBMLUri self)   string
def libsbml.SBMLUri.relativeTo (   self,
  args 
)

Python method signature(s):

relativeTo(SBMLUri self, string uri)   SBMLUri