com.clarkparsia.pellint.lintpattern.ontology
Interface OntologyLintPattern

All Superinterfaces:
LintPattern
All Known Implementing Classes:
EquivalentAndSubclassAxiomPattern, ExistentialExplosionPattern, TooManyDifferentIndividualsPattern

public interface OntologyLintPattern
extends LintPattern

Title: Ontology-based Lint Pattern Interface

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Harris Lin

Method Summary
 java.util.List<Lint> match(org.semanticweb.owl.model.OWLOntology ontology)
          Match an OWLOntology and returns a list of Lint for the OWLOntology.
 
Methods inherited from interface com.clarkparsia.pellint.lintpattern.LintPattern
getDefaultLintFormat, getDescription, getName, isFixable
 

Method Detail

match

java.util.List<Lint> match(org.semanticweb.owl.model.OWLOntology ontology)
Match an OWLOntology and returns a list of Lint for the OWLOntology.

Returns:
A possibly empty list of Lint for the OWLOntology. Never returns null.
See Also:
Lint


Copyright © 2004 Evren Sirin. All Rights Reserved.