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

ATLAS (or RAP) is missing data from the provided .adl script #363

Open
SimonvRoozendaalOrdina opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@SimonvRoozendaalOrdina
Copy link

SimonvRoozendaalOrdina commented Mar 19, 2024

When compiling an .adl script in RAP, ATLAS is automatically generated from (alsmost) all components of the .adl script.

  • the "definition" of a CONCEPT
  • the VIOLATION of a Rule
  • the MESSAGE of a Rule

For instance: when navigating to a concept in ATLAS, an empty 'definition' can be seen, even though a definition was assigned in the script. (see images).

An investigation into the .json file from which the ATLAS compiler is generated, none of the definitions given to the concepts can be found. --> script_generated_pop.json

I expect that the definition of the concept is not passed on when compiling ATLAS.

image

image

@SimonvRoozendaalOrdina
Copy link
Author

A small update on the investigation:

The .json files from which ATLAS is constructed seems to include the atoms for the ConceptDef

image

However, when trying to retreive this ConceptDef, nothing shows up

image
image

@SimonvRoozendaalOrdina SimonvRoozendaalOrdina changed the title ATLAS (or RAP) does not include the definition of Concepts ATLAS (or RAP) is missing data from the provided .adl script Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant