Uses of Interface
de.uni_trier.wi2.procake.adaptation.manager.AdaptationConfiguration
-
Packages that use AdaptationConfiguration Package Description de.uni_trier.wi2.procake.adaptation.manager de.uni_trier.wi2.procake.adaptation.manager.Impl -
-
Uses of AdaptationConfiguration in de.uni_trier.wi2.procake.adaptation.manager
Methods in de.uni_trier.wi2.procake.adaptation.manager with parameters of type AdaptationConfiguration Modifier and Type Method Description WriteableObjectPoolAdaptationManager. init(AdaptationConfiguration adaptationConfig)Inits the adaptation algorithms according to the configurationWriteableObjectPoolAdaptationManager. init(AdaptationConfiguration adaptationConfig, SimilarityCache simCache)Initializes the adaptation algorithms according to the configuration -
Uses of AdaptationConfiguration in de.uni_trier.wi2.procake.adaptation.manager.Impl
Classes in de.uni_trier.wi2.procake.adaptation.manager.Impl that implement AdaptationConfiguration Modifier and Type Class Description classAdaptationConfigurationImplImplementation of the Adaptation Configuration.Methods in de.uni_trier.wi2.procake.adaptation.manager.Impl with parameters of type AdaptationConfiguration Modifier and Type Method Description WriteableObjectPool<TCase>AdaptationManagerImpl. init(AdaptationConfiguration adaptationConfig)Inits the adaptation algorithms according to the configurationWriteableObjectPool<TCase>AdaptationManagerImpl. init(AdaptationConfiguration adaptationConfig, SimilarityCache simCache)Initializes the adaptation algorithms according to the configurationConstructors in de.uni_trier.wi2.procake.adaptation.manager.Impl with parameters of type AdaptationConfiguration Constructor Description AdaptationManagerImpl(WriteableObjectPool<TCase> pool, AdaptationConfiguration adaptationConfig)The adaptation manager will be initiated with the given configuration directlyAdaptationManagerImpl(WriteableObjectPool<TCase> pool, AdaptationConfiguration adaptationConfig, SimilarityCache similarityCache)The adaptation manager will be initiated with the given configuration directly and algorithms use the specified similarity cache.
-