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

Enable technology aspect properties to be initialized with multiple values at once #6

Open
frademacher opened this issue Sep 11, 2020 · 0 comments
Labels
enhancement New feature or request technology modeling Issue concerns technology modeling with LEMMA

Comments

@frademacher
Copy link
Collaborator

Currently, properties of technology aspects can only be typed by primitive LEMMA types. Consequently, an aspect property may only receive a single value.

It would however be helpful to enable aspect properties to receive multiple values (of the same type) at once similar to array-typed annotation elements in Java (cf., e.g., the propOrder element of Jakarta EE's XmlType annotation).

Possible LEMMA syntax for multi-valued aspect property definition:

aspect XmlType {
   list string propOrder;
}
@frademacher frademacher added enhancement New feature or request technology modeling Issue concerns technology modeling with LEMMA labels Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technology modeling Issue concerns technology modeling with LEMMA
Projects
None yet
Development

No branches or pull requests

1 participant