i40-Tools / CPSDocumentGenerator

A Java-based tool that generates Gold Standard for AutomationML files. It takes into account semantic heterogeneity for AutomationML files and produces a Gold standard for them. The final output can be used to measure precision and recall for AML integrated files.
3 stars 1 forks source link

Properly accomodation of the generated files #2

Closed igrangel closed 7 years ago

igrangel commented 8 years ago

Let us say that you have in an RDF file the different types of conflicts:

2 - Granularity 3 - Schema

For each of the identified heterogeneities(2,3) you will have a method, and for each of these you will generate 2 files as an output.

The result will be

folder Granularity(2) seed1.aml seed1-granularity1.aml seed1-granularity2.aml

folder Schema(3) seed1.aml seed1-schema1.aml seed1-schema2.aml

Also, we might have files containing more than one conflict.

omarrana commented 8 years ago

we can give as many numbers to argument and then use switch to refer to the heterogeneity https://github.com/i40-Tools/HeterogeneityGenerator/blob/e85bbc1a1d7d43f6dcac2251dd233711c5e2a1a3/src/main/java/edu/bonn/HetrogeneityGenerator/xmlGen/AMLGoldStandardGenerator.java#L43-L109

igrangel commented 8 years ago

In the generation folders, there is output/seed-1/M1-Granularity, and M2. Please fix it accordingly.

omarrana commented 8 years ago

ok got it. thanks