-
Notifications
You must be signed in to change notification settings - Fork 1
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
List expression type #6
Comments
Recently became an issue, |
Need to think that if lists are implemented how would this affect the Template libaries. |
code to Reproduce problem:
This interaction requires three participants. It is not feasible or correct to create a template for every possible length of interaction. |
Note for self: During Experiment template one or more ExperimentalData objects are required so when this feature is implemented fix this. Essentially any class that REQUIRES ONE or more references to anything would suffer from this language limitation. |
From Lewis Grozinger:
ShortBOL2 needs a list expression type so that multiple value property expressions can be implemented.
This is so that templates for things like SBOL2 ComponentDefinitions can have many sequence properties.
The text was updated successfully, but these errors were encountered: