weso / hercules-ontology

Development of the Ontology and its Continuos Integration for the Hercules project.
https://herculescrue.github.io/ib-hercules-ontology/current/asio.html
GNU General Public License v3.0
0 stars 5 forks source link

Add default implementation for the instances processor #77

Closed thewillyhuman closed 4 years ago

thewillyhuman commented 4 years ago

Hi @othub can you please add a default implementation for the instances processor trait?

https://github.com/weso/hercules-ontology/blob/ea53344cd221c66a11f9a36725885dbe927562f1/ci/src/main/scala/es/weso/asio/ci/InstancesProcessor.scala#L1-L24

Its behaviour is almost the same as the one of the OntologyProcessor.scala

If yes please, fork, create a new branch for the feature (it's really important in order to be able to test it locally by reviewers) and initiate a PR to this branch. An remember to add tests to the feature that you add please.

Thanks.