Skip to content

abstract datatype DataValues problematic? #72

@pjljvandelaar

Description

@pjljvandelaar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions