AmpersandTarski / RAP

RAP is a tool that lets you analyse Ampersand models, generate functional specifications and make prototypes of information systems. It is the primary tool for students of the Open University of the Netherlands in the course Rule Based Design.
5 stars 3 forks source link

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

Open SimonvRoozendaalOrdina opened 5 months ago

SimonvRoozendaalOrdina commented 5 months ago

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

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 commented 5 months ago

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