BlackBoxOWLDebugger.reset
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.semanticweb.owlapi.debugging.BlackBoxOWLDebugger.reset (Showing top 10 results out of 315)

origin: owlcs/owlapi

@Override
public void dispose() {
  reset();
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
public void dispose() {
  reset();
}
origin: net.sourceforge.owlapi/owlapi-tools

@Override
public void dispose() {
  reset();
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

@Override
public void dispose() {
  reset();
}
origin: net.sourceforge.owlapi/owlapi

  public void dispose() {
    reset();
//        reasoner.dispose();
  }

origin: owlcs/owlapi

@Override
public Set<OWLAxiom> getSOSForInconsistentClass(OWLClassExpression cls) {
  reset();
  currentClass = setupDebuggingClass(cls);
  generateSOSAxioms();
  getOWLOntology().remove(temporaryAxioms);
  debuggingAxioms.removeAll(temporaryAxioms);
  return new HashSet<>(debuggingAxioms);
}
origin: net.sourceforge.owlapi/owlapi-osgidistribution

@Override
public Set<OWLAxiom> getSOSForInconsistentClass(OWLClassExpression cls) {
  reset();
  currentClass = setupDebuggingClass(cls);
  generateSOSAxioms();
  getOWLOntology().remove(temporaryAxioms);
  debuggingAxioms.removeAll(temporaryAxioms);
  return new HashSet<>(debuggingAxioms);
}
origin: net.sourceforge.owlapi/owlapi-distribution

@Override
public Set<OWLAxiom> getSOSForInconsistentClass(OWLClassExpression cls) {
  reset();
  currentClass = setupDebuggingClass(cls);
  generateSOSAxioms();
  getOWLOntology().remove(temporaryAxioms);
  debuggingAxioms.removeAll(temporaryAxioms);
  return new HashSet<>(debuggingAxioms);
}
origin: net.sourceforge.owlapi/owlapi-tools

@Override
public Set<OWLAxiom> getSOSForInconsistentClass(OWLClassExpression cls) {
  reset();
  currentClass = setupDebuggingClass(cls);
  generateSOSAxioms();
  getOWLOntology().remove(temporaryAxioms);
  debuggingAxioms.removeAll(temporaryAxioms);
  return new HashSet<>(debuggingAxioms);
}
origin: net.sourceforge.owlapi/owlapi

public Set<OWLAxiom> getSOSForIncosistentClass(OWLClassExpression cls) throws OWLException {
  reset();
  currentClass = setupDebuggingClass(cls);
  generateSOSAxioms();
  for (OWLAxiom ax : temporaryAxioms) {
    owlOntologyManager.applyChanges(Arrays.asList(new RemoveAxiom(getOWLOntology(), ax)));
  }
  debuggingAxioms.removeAll(temporaryAxioms);
  ontologyCounter = 0;
  return new HashSet<OWLAxiom>(debuggingAxioms);
}
org.semanticweb.owlapi.debuggingBlackBoxOWLDebuggerreset

Popular methods of BlackBoxOWLDebugger

  • addMax
    A utility method. Adds axioms from one set to another set upto a specified limit. Annotation axioms
  • createDebuggingOntology
  • createIRI
  • expandAxioms
  • expandWithDefiningAxioms
    Creates a set of axioms to expands the debugging axiom set by adding the defining axioms for the spe
  • expandWithReferencingAxioms
    Expands the axiom set by adding the referencing axioms for the specified entity.
  • generateSOSAxioms
  • getOWLOntology
  • isSatisfiable
    Tests the satisfiability of the test class. The ontology is recreated before the test is performed.
  • performFastPruning
  • performSlowPruning
  • resetSatisfiabilityTestCounter
  • performSlowPruning,
  • resetSatisfiabilityTestCounter,
  • setupDebuggingClass,
  • getCurrentClass,
  • getDebuggingOntology,
  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • requestLocationUpdates (LocationManager)
  • addToBackStack (FragmentTransaction)
  • notifyDataSetChanged (ArrayAdapter)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)