org.semanticweb.elk.owlapi
Class OwlChangesLoader

java.lang.Object
  extended by org.semanticweb.elk.loading.AbstractAxiomLoader
      extended by org.semanticweb.elk.owlapi.OwlChangesLoader
All Implemented Interfaces:
AxiomLoader

public class OwlChangesLoader
extends AbstractAxiomLoader
implements AxiomLoader

An AxiomLoader that accumulates the OWLOntologyChange and provides them by converting through OwlConverter

Author:
"Yevgeny Kazakov"

Method Summary
 boolean isLoadingFinished()
           
 void load(ElkAxiomProcessor axiomInserter, ElkAxiomProcessor axiomDeleter)
           
 
Methods inherited from class org.semanticweb.elk.loading.AbstractAxiomLoader
dispose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.loading.AxiomLoader
dispose
 

Method Detail

load

public void load(ElkAxiomProcessor axiomInserter,
                 ElkAxiomProcessor axiomDeleter)
          throws ElkLoadingException
Specified by:
load in interface AxiomLoader
Specified by:
load in class AbstractAxiomLoader
Throws:
ElkLoadingException

isLoadingFinished

public boolean isLoadingFinished()
Specified by:
isLoadingFinished in interface AxiomLoader
Specified by:
isLoadingFinished in class AbstractAxiomLoader


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.