libSBML C API
libSBML 5.8.0 C API
|
This class of objects is defined by libSBML only and has no direct equivalent in terms of SBML components. It is a class used in the implementation of extra functionality provided by libSBML.
LibSBML provides facilities for resolving SBML documents in various ways from a given uri. Resolvers are implemented as objects derived from the class SBMLResolver.
The resolver registry, implemented as a singleton object of class SBMLResolverRegistry, maintains a list of known resolvers and provides methods for discovering them. Callers can use the method SBMLResolverRegistry::getNumResolvers() to find out how many resolvers are registered, then use SBMLResolverRegistry::getResolverByIndex() to iterate over each one;