Uses of Interface
org.semanticweb.elk.loading.AxiomLoader

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

Uses of AxiomLoader in org.semanticweb.elk.loading
 

Classes in org.semanticweb.elk.loading that implement AxiomLoader
 class AbstractAxiomLoader
          A skeletal implementation of the AxiomLoader that minimizes the effort to implement the interface.
 class ComposedAxiomLoader
          A AxiomLoader that consists of two given AxiomLoaders.
 class EmptyAxiomLoader
          An AxiomLoader that loads nothing
 class Owl2ParserLoader
          An AxiomLoader that loads an ontology using a provided Owl2Parser.
 class Owl2StreamLoader
          A AxiomLoader which loads ontology from streams (e.g., backed by files or strings) using a given Owl2ParserFactory
 

Constructors in org.semanticweb.elk.loading with parameters of type AxiomLoader
ComposedAxiomLoader(AxiomLoader firstLoader, AxiomLoader secondLoader)
           
 

Uses of AxiomLoader in org.semanticweb.elk.reasoner
 

Methods in org.semanticweb.elk.reasoner with parameters of type AxiomLoader
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader)
           
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor)
          Creates Reasoner with the configuration loaded from elk.properties (if exists in the classpath) or the default configuration
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor, ExecutorService executor, ReasonerConfiguration config)
           
 Reasoner ReasonerFactory.createReasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor, ReasonerConfiguration config)
          Creates Reasoner with the provided configuration
 

Constructors in org.semanticweb.elk.reasoner with parameters of type AxiomLoader
Reasoner(AxiomLoader axiomLoader, ReasonerStageExecutor stageExecutor, ExecutorService executor)
          Constructor.
 

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

Methods in org.semanticweb.elk.reasoner.stages with parameters of type AxiomLoader
 void AbstractReasonerState.registerAxiomLoader(AxiomLoader newAxiomLoader)
           
 

Constructors in org.semanticweb.elk.reasoner.stages with parameters of type AxiomLoader
AbstractReasonerState(AxiomLoader axiomLoader)
           
 



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