|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.clarkparsia.pellint.model.OntologyLints
public class OntologyLints
Title: Ontology Lints
Description: Collects all lints found against some ontology, categorized by lint patterns.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
OntologyLints(org.semanticweb.owlapi.model.OWLOntology ontology)
|
Method Summary | |
---|---|
void |
addLint(LintPattern pattern,
Lint newLint)
|
void |
addLints(LintPattern pattern,
java.util.List<Lint> newLints)
|
java.util.Set<Lint> |
applyFix(org.semanticweb.owlapi.model.OWLOntologyManager manager)
Fix all reparable lints. |
org.semanticweb.owlapi.model.OWLOntology |
getOntology()
|
org.semanticweb.owlapi.model.OWLOntology |
getRootOntology()
|
boolean |
isEmpty()
|
void |
setRootOntology(org.semanticweb.owlapi.model.OWLOntology rootOntology)
|
int |
size()
|
void |
sort(java.util.Comparator<? super Lint> comparator)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OntologyLints(org.semanticweb.owlapi.model.OWLOntology ontology)
Method Detail |
---|
public org.semanticweb.owlapi.model.OWLOntology getOntology()
public void setRootOntology(org.semanticweb.owlapi.model.OWLOntology rootOntology)
public org.semanticweb.owlapi.model.OWLOntology getRootOntology()
public void addLint(LintPattern pattern, Lint newLint)
public void addLints(LintPattern pattern, java.util.List<Lint> newLints)
public void sort(java.util.Comparator<? super Lint> comparator)
public boolean isEmpty()
public int size()
public java.util.Set<Lint> applyFix(org.semanticweb.owlapi.model.OWLOntologyManager manager) throws org.semanticweb.owlapi.model.OWLOntologyChangeException
manager
-
org.semanticweb.owlapi.model.OWLOntologyChangeException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |