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

External resources should not be hard coded #4

Closed igrangel closed 7 years ago

igrangel commented 8 years ago

We should parametrized everything, for now, in the configuration file. https://github.com/i40-Tools/AMLGoldStandardGenerator/blob/master/src/main/java/edu/bonn/AMLGoldStandardGenerator/rdf/ConfigManager.java#L47

omarrana commented 8 years ago

https://github.com/i40-Tools/AMLGoldStandardGenerator/blob/0fdc3e4819bdeb8347b9c7d37aada54138916c70/src/main/java/edu/bonn/AMLGoldStandardGenerator/rdf/ConfigManager.java#L299-L306