public class NameRedundancyCheck extends AbstractCheck
Modifier and Type | Field and Description |
---|---|
static String |
SHORT_HAND |
Constructor and Description |
---|
NameRedundancyCheck() |
Modifier and Type | Method and Description |
---|---|
Collection<CheckWarning> |
check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects)
Run the check for the given ontology.
|
boolean |
isIgnoreObsolete() |
void |
setIgnoreObsolete(boolean ignoreObsolete) |
equals, getID, getLabel, getTimePoint, hashCode, isFatal, setFatal, setTimePoint
public static final String SHORT_HAND
public boolean isIgnoreObsolete()
public void setIgnoreObsolete(boolean ignoreObsolete)
ignoreObsolete
- the ignoreObsolete to setpublic Collection<CheckWarning> check(OWLGraphWrapper graph, Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects)
OntologyCheck
graph
- ontologyallOwlObjects
- shortcut to all OWLObject
s in the ontology.Copyright © 2010–2016. All rights reserved.