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

Query models compartments to obtain full list of compartments names #443

Open
SergeStinckwich opened this issue Mar 15, 2022 · 0 comments
Open

Comments

@SergeStinckwich
Copy link
Collaborator

SergeStinckwich commented Mar 15, 2022

We need to be able to represent compartment names (this is already done by the class KECompartmentName) but also be able to represent queries on compartments. Queries should be applied to models and returns a full list of compartment names.

On a model with 2 species: model compartmentNamesFromQuery: #S_species should returns a collection of KECompartmentNames like {status->S. species->human}, (status ->S. species->bird}.

Queries can mix attributes and value of attributes like:

  • S_species
  • S_human
  • S_human_patch
  • S_human_1

Should we reify queries as objects keep them as String?

@SergeStinckwich SergeStinckwich changed the title Transform compartments query on compartments names Query models compartments to obtain full list of compartments names Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant