You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, XmlList implements SBase because this is required for SBML lists, and we have no other XML lists in the hierarchy. However, this may not be generally true for any XML lists. We should split this into two types: XmlList trait that can be implemented by any XmlWrapper type, and SbmlList object that will implement XmlList plus SBase.
The text was updated successfully, but these errors were encountered:
Currently,
XmlList
implementsSBase
because this is required for SBML lists, and we have no other XML lists in the hierarchy. However, this may not be generally true for any XML lists. We should split this into two types:XmlList
trait that can be implemented by anyXmlWrapper
type, andSbmlList
object that will implementXmlList
plusSBase
.The text was updated successfully, but these errors were encountered: