Uses of Class
com.clarkparsia.pellint.model.Lint

Packages that use Lint
com.clarkparsia.pellint.format   
com.clarkparsia.pellint.lintpattern.axiom   
com.clarkparsia.pellint.lintpattern.ontology   
com.clarkparsia.pellint.model   
 

Uses of Lint in com.clarkparsia.pellint.format
 

Methods in com.clarkparsia.pellint.format with parameters of type Lint
 java.lang.String CompactClassLintFormat.format(Lint lint)
           
 java.lang.String LintFormat.format(Lint lint)
           
 java.lang.String SimpleLintFormat.format(Lint lint)
           
 

Uses of Lint in com.clarkparsia.pellint.lintpattern.axiom
 

Methods in com.clarkparsia.pellint.lintpattern.axiom that return Lint
 Lint AxiomLintPattern.match(org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLAxiom axiom)
          Match an OWLAxiom and returns a Lint for the axiom if found.
 

Uses of Lint in com.clarkparsia.pellint.lintpattern.ontology
 

Methods in com.clarkparsia.pellint.lintpattern.ontology that return types with arguments of type Lint
 java.util.List<Lint> EquivalentAndSubclassAxiomPattern.match(org.semanticweb.owl.model.OWLOntology ontology)
           
 java.util.List<Lint> ExistentialExplosionPattern.match(org.semanticweb.owl.model.OWLOntology ontology)
           
 java.util.List<Lint> OntologyLintPattern.match(org.semanticweb.owl.model.OWLOntology ontology)
          Match an OWLOntology and returns a list of Lint for the OWLOntology.
 java.util.List<Lint> TooManyDifferentIndividualsPattern.match(org.semanticweb.owl.model.OWLOntology ontology)
           
 

Uses of Lint in com.clarkparsia.pellint.model
 

Methods in com.clarkparsia.pellint.model that return Lint
 Lint LintFactory.make()
           
 

Methods in com.clarkparsia.pellint.model with parameters of type Lint
 void OntologyLints.addLint(LintPattern pattern, Lint newLint)
           
 

Method parameters in com.clarkparsia.pellint.model with type arguments of type Lint
 void OntologyLints.addLints(LintPattern pattern, java.util.List<Lint> newLints)
           
 void OntologyLints.sort(java.util.Comparator<? super Lint> comparator)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.