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

abstract datatype DataValues problematic? #72

Open
pjljvandelaar opened this issue Jun 2, 2023 · 0 comments
Open

abstract datatype DataValues problematic? #72

pjljvandelaar opened this issue Jun 2, 2023 · 0 comments

Comments

@pjljvandelaar
Copy link

pjljvandelaar commented Jun 2, 2023

Dear Developers,

In Base.kerml is the abstract datatype DataValue defined.
Furthermore, the abstract feature dataValues is defined as a (possibly infinite) sequence of instances of DataValue.

However, no abstract datatype DataValues is introduced.
DataValues can not only be described using a (possibly infinite) sequence of instances of DataValue,
but also using functions/generators (e.g. Fibonacci) and distributions (like normal, gamma, and Poisson).

Is it possible to add the abstract datatype DataValues and let dataValues be an instance of that type,
or would this completely break SysML v2?

Thanks in advance for your answer.

Pierre

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