Uses of Interface
org.semanticweb.owl.validation.SpeciesValidatorReporter

Packages that use SpeciesValidatorReporter
org.semanticweb.owl.validation Classes concerned with validation of OWL ontologies.  
uk.ac.man.cs.img.owl.validation   
 

Uses of SpeciesValidatorReporter in org.semanticweb.owl.validation
 

Methods in org.semanticweb.owl.validation with parameters of type SpeciesValidatorReporter
 void SpeciesValidator.setReporter(SpeciesValidatorReporter reporter)
          Provides a writer which will be used to record explanations for the verdict arrived at.
 

Uses of SpeciesValidatorReporter in uk.ac.man.cs.img.owl.validation
 

Classes in uk.ac.man.cs.img.owl.validation that implement SpeciesValidatorReporter
 class HTMLFragmentReporter
          A Validator reporter that writes HTML fragments.
 class ValidatorLogger
          A Validator reporter that uses log4j
 

Methods in uk.ac.man.cs.img.owl.validation with parameters of type SpeciesValidatorReporter
 void SpeciesValidator.setReporter(SpeciesValidatorReporter reporter)
          Set the reporter that this speciesValidator will use.
 



WonderWeb