Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate XmlList from SBase #29

Open
daemontus opened this issue May 15, 2024 · 0 comments
Open

Separate XmlList from SBase #29

daemontus opened this issue May 15, 2024 · 0 comments
Milestone

Comments

@daemontus
Copy link
Member

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.

@daemontus daemontus added this to the 0.1.0 milestone May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant