Implement a method that returns the reasons of a possible validation failure as a list of Strings (ArrayList). This will facilitate the debugging. If the method validate(OWL_SPECIFICATION specification) has not been previously invoked, the method should return null.
Implement a method that returns the reasons of a possible validation failure as a list of Strings (ArrayList). This will facilitate the debugging. If the method validate(OWL_SPECIFICATION specification) has not been previously invoked, the method should return null.