You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The converted models are saved under [`./csv-models`](csv-models)
297
299
@@ -300,6 +302,9 @@ In a nutshell, we use the generic EMF model traversal and reflective API to acce
300
302
and referenced elements. We exploit domain knowledge (on meta-models) to filter (and condense) some information
301
303
considered irrelevant (too verbose) for similarity-based matching.
302
304
305
+
#### Simulink Models
306
+
Information on how to convert the Simulink models can be found in the dedicated [README](models-original/Simulink/README.md).
307
+
303
308
### Running the Experiments On Your Dataset
304
309
* Save the dataset's `csv` file to the [`experiment_subjects`](experimental_subjects) directory, next to the other dataset files. (Do not zip your files or locate them in subdirectories. They should be directly at the top-level, e.g., at `experiment_subjects/customdataset.csv`.)
Additionally, this repository comprises the [artifacts](https://github.com/AlexanderSchultheiss/RaQuN/releases/tag/SoSyM-Submission) for our MODELS'21 SoSyM Special Issue submission.
There are four directories for the Simulink exportation to their element property representation:
3
+
4
+
-[Simulink_models](Simulink_models) contains the Simulink models, we used in the paper.
5
+
-[element_property_algorithm](element_property_algorithm) contains the Matlab scripts to process Simulink models to their element property representation. For models used by Schlie et al., the scripts also create the different variants from each model. If you want to rerun any of the scripts, you have to adjust the hardcoded directory names to your file system.
6
+
-[input_of_algorithm](input_of_algorithm) contains Simulink models which can be processed by the scripts in "element_property_algorithm". Adapt the hardcoded name in the script to the path of this directory. The models of "Simulink_models" are a subset of the models contained here, but the naming scheme of "input_of_algorithm" works with the scripts of "element_property_algorithm".
7
+
-[output_of_algorithm](output_of_algorithm) contains the element property representations of the Simulink models, we used in the paper. We discarded identical, completely different and trivial sized variants. We renamed the outputs to fit to the ones from "Simulink_models" and our paper's naming scheme.
0 commit comments