org.semanticweb.elk.reasoner.config
Class ReasonerConfiguration

java.lang.Object
  extended by org.semanticweb.elk.config.BaseConfiguration
      extended by org.semanticweb.elk.reasoner.config.ReasonerConfiguration

public class ReasonerConfiguration
extends BaseConfiguration

Configuration for the reasoner

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Nested Class Summary
 
Nested classes/interfaces inherited from class org.semanticweb.elk.config.BaseConfiguration
BaseConfiguration.Parameter
 
Field Summary
static String INCREMENTAL_MODE_ALLOWED
           
static String INCREMENTAL_TAXONOMY
           
static String NUM_OF_WORKING_THREADS
           
static String REASONER_CONFIG_PREFIX
           
static String UNSUPPORTED_FEATURE_TREATMENT
           
 
Constructor Summary
ReasonerConfiguration()
           
 
Method Summary
static ReasonerConfiguration getConfiguration()
           
 
Methods inherited from class org.semanticweb.elk.config.BaseConfiguration
getParameter, getParameterAsBoolean, getParameterAsInt, getParameterNames, initConfiguration, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_OF_WORKING_THREADS

public static final String NUM_OF_WORKING_THREADS
See Also:
Constant Field Values

UNSUPPORTED_FEATURE_TREATMENT

public static final String UNSUPPORTED_FEATURE_TREATMENT
See Also:
Constant Field Values

INCREMENTAL_TAXONOMY

public static final String INCREMENTAL_TAXONOMY
See Also:
Constant Field Values

INCREMENTAL_MODE_ALLOWED

public static final String INCREMENTAL_MODE_ALLOWED
See Also:
Constant Field Values

REASONER_CONFIG_PREFIX

public static final String REASONER_CONFIG_PREFIX
See Also:
Constant Field Values
Constructor Detail

ReasonerConfiguration

public ReasonerConfiguration()
Method Detail

getConfiguration

public static ReasonerConfiguration getConfiguration()


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