org.semanticweb.owl.validation
Interface ConstructChecker

All Known Implementing Classes:
ConstructChecker

public interface ConstructChecker


Method Summary
 Set constructsUsed(OWLOntology onto)
          Returns a set of Integers representing the constructs used within an ontology.
 

Method Detail

constructsUsed

public Set constructsUsed(OWLOntology onto)
                   throws OWLException
Returns a set of Integers representing the constructs used within an ontology. Constants taken from OWLValidationConstants.

OWLException


WonderWeb