owltools.ontologyverification
Class DefaultOntologyChecks

java.lang.Object
  extended by owltools.ontologyverification.DefaultOntologyChecks

public class DefaultOntologyChecks
extends Object


Constructor Summary
DefaultOntologyChecks()
           
 
Method Summary
 CheckResult selfReferenceInDefinition(OWLGraphWrapper owlGraphWrapper)
          Check, whether the class is defined using the class itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultOntologyChecks

public DefaultOntologyChecks()
Method Detail

selfReferenceInDefinition

public CheckResult selfReferenceInDefinition(OWLGraphWrapper owlGraphWrapper)
Check, whether the class is defined using the class itself. For example: X = X and R some Y

Parameters:
owlGraphWrapper -
Returns:
checkResult


Copyright © 2010-2012. All Rights Reserved.