Uses of Interface
de.uni_trier.wi2.procake.adaptation.manager.AdaptationSession
-
Packages that use AdaptationSession Package Description de.uni_trier.wi2.procake.adaptation Adaptation package descriptionde.uni_trier.wi2.procake.adaptation.manager de.uni_trier.wi2.procake.adaptation.manager.Impl -
-
Uses of AdaptationSession in de.uni_trier.wi2.procake.adaptation
Methods in de.uni_trier.wi2.procake.adaptation that return AdaptationSession Modifier and Type Method Description abstract AdaptationSession<TCase,TQuery>AdaptationAlgorithm. execute(AdaptationSession<TCase,TQuery> adaptationSession, TQuery query)execute.Methods in de.uni_trier.wi2.procake.adaptation that return types with arguments of type AdaptationSession Modifier and Type Method Description abstract Set<AdaptationSession<TCase,?>>AdaptationAlgorithm. getCoverageResults(TCase caseObject)getCoverageResults.Methods in de.uni_trier.wi2.procake.adaptation with parameters of type AdaptationSession Modifier and Type Method Description abstract AdaptationSession<TCase,TQuery>AdaptationAlgorithm. execute(AdaptationSession<TCase,TQuery> adaptationSession, TQuery query)execute. -
Uses of AdaptationSession in de.uni_trier.wi2.procake.adaptation.manager
Methods in de.uni_trier.wi2.procake.adaptation.manager that return AdaptationSession Modifier and Type Method Description AdaptationSession<TCase,TQuery>AdaptationManager. execute(TCase caseObject, TQuery queryObject)execute.AdaptationSessionSessionManager. storeAdaptationSession(AdaptationSession adaptationSession)storeAdaptationSession.Methods in de.uni_trier.wi2.procake.adaptation.manager that return types with arguments of type AdaptationSession Modifier and Type Method Description Set<AdaptationSession<TCase,?>>AdaptationManager. getCoverageResults(TCase caseObject, String adaptationAlgorithmId)getCoverageResults.Methods in de.uni_trier.wi2.procake.adaptation.manager with parameters of type AdaptationSession Modifier and Type Method Description AdaptationSessionSessionManager. storeAdaptationSession(AdaptationSession adaptationSession)storeAdaptationSession. -
Uses of AdaptationSession in de.uni_trier.wi2.procake.adaptation.manager.Impl
Classes in de.uni_trier.wi2.procake.adaptation.manager.Impl that implement AdaptationSession Modifier and Type Class Description classAdaptationSessionImpl<TCase extends DataObject,TQuery extends DataObject>AdaptationSessionImpl class.Methods in de.uni_trier.wi2.procake.adaptation.manager.Impl that return AdaptationSession Modifier and Type Method Description AdaptationSession<TCase,TQuery>AdaptationManagerImpl. execute(TCase caseObject, TQuery queryObject)execute.AdaptationSessionSessionManagerImpl. storeAdaptationSession(AdaptationSession adaptationSession)storeAdaptationSession.Methods in de.uni_trier.wi2.procake.adaptation.manager.Impl that return types with arguments of type AdaptationSession Modifier and Type Method Description Set<AdaptationSession<TCase,?>>AdaptationManagerImpl. getCoverageResults(TCase caseObject, String adaptationAlgorithmId)getCoverageResults.Methods in de.uni_trier.wi2.procake.adaptation.manager.Impl with parameters of type AdaptationSession Modifier and Type Method Description AdaptationSessionSessionManagerImpl. storeAdaptationSession(AdaptationSession adaptationSession)storeAdaptationSession.
-