@Configuration @ComponentScan(basePackages="org.aksw.gerbil.web.config") @PropertySource(value="gerbil.properties") public class RootConfig extends Object
Configuration class that is processed by the Spring
framework and performs the following configurations:
org.aksw.gerbil.web.config searching for other
ConfigurationsSystem.out and
System.err by two ConsoleLogger objects. (This is a very
ugly workaround that should be fixed in the near future)| Constructor and Description |
|---|
RootConfig() |
| Modifier and Type | Method and Description |
|---|---|
static UriKBClassifier |
createDefaultUriKBClassifier() |
static EvaluatorFactory |
createEvaluatorFactory(SubClassInferencer inferencer) |
static org.aksw.simba.topicmodeling.concurrent.overseers.pool.DefeatableOverseer |
createOverseer() |
static SameAsRetriever |
createSameAsRetriever() |
static SubClassInferencer |
createSubClassInferencer() |
static AnnotatorOutputWriter |
getAnnotatorOutputWriter() |
static ExperimentType[] |
getAvailableExperimentTypes() |
static EntityCheckerManager |
getEntityCheckerManager() |
static int |
getNoOfWorkers() |
static String[] |
loadDefaultKBs() |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
myPropertySourcesPlaceholderConfigurer() |
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer myPropertySourcesPlaceholderConfigurer()
@Bean public static org.aksw.simba.topicmodeling.concurrent.overseers.pool.DefeatableOverseer createOverseer()
@Bean public static SubClassInferencer createSubClassInferencer()
@Bean public static SameAsRetriever createSameAsRetriever()
@Bean public static EvaluatorFactory createEvaluatorFactory(SubClassInferencer inferencer)
public static AnnotatorOutputWriter getAnnotatorOutputWriter()
@Bean public static EntityCheckerManager getEntityCheckerManager()
public static ExperimentType[] getAvailableExperimentTypes()
public static UriKBClassifier createDefaultUriKBClassifier()
public static String[] loadDefaultKBs()
public static int getNoOfWorkers()
Copyright © 2014–2017. All rights reserved.