Uses of Class
org.semanticweb.elk.loading.ElkLoadingException

Packages that use ElkLoadingException
org.semanticweb.elk.loading   
org.semanticweb.elk.reasoner.stages   
 

Uses of ElkLoadingException in org.semanticweb.elk.loading
 

Fields in org.semanticweb.elk.loading declared as ElkLoadingException
protected  ElkLoadingException Owl2ParserLoader.exception
          the exception created if something goes wrong
 

Methods in org.semanticweb.elk.loading that throw ElkLoadingException
 void AxiomLoader.load(ElkAxiomProcessor axiomInserter, ElkAxiomProcessor axiomDeleter)
          Loads pending axioms using the provided axiomInserter for inserting axioms and axiomDeleter for deleting axioms; if called twice, the already loaded axioms will not be processed again
 void EmptyAxiomLoader.load(ElkAxiomProcessor axiomInserter, ElkAxiomProcessor axiomDeleter)
           
abstract  void AbstractAxiomLoader.load(ElkAxiomProcessor axiomInserter, ElkAxiomProcessor axiomDeleter)
           
 void ComposedAxiomLoader.load(ElkAxiomProcessor axiomInserter, ElkAxiomProcessor axiomDeleter)
           
 void Owl2ParserLoader.load(ElkAxiomProcessor axiomInserter, ElkAxiomProcessor axiomDeleter)
           
 

Uses of ElkLoadingException in org.semanticweb.elk.reasoner.stages
 

Methods in org.semanticweb.elk.reasoner.stages that throw ElkLoadingException
 void AbstractReasonerState.forceLoading()
          Forces loading of all axioms from the registered AxiomLoaders.
 



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