Uses of Interface
de.uni_trier.wi2.procake.adaptation.AdaptationFactoryObject
-
Packages that use AdaptationFactoryObject Package Description de.uni_trier.wi2.procake.adaptation Adaptation package description -
-
Uses of AdaptationFactoryObject in de.uni_trier.wi2.procake.adaptation
Classes in de.uni_trier.wi2.procake.adaptation that implement AdaptationFactoryObject Modifier and Type Class Description classAdaptationAlgorithm<TCase extends DataObject,TQuery extends DataObject,TAdaptationKnowledge extends DataObject>Abstract class of all adaptation algorithmsMethods in de.uni_trier.wi2.procake.adaptation that return AdaptationFactoryObject Modifier and Type Method Description static AdaptationFactoryObjectAdaptationFactory. newAdaptationAlgorithm(String algorithmName)Creates a new adaptation algorithm of the specified name.Methods in de.uni_trier.wi2.procake.adaptation with parameters of type AdaptationFactoryObject Modifier and Type Method Description static booleanAdaptationFactory. bind(AdaptationFactoryObject implementation)stores a new implementation to the factorystatic booleanAdaptationFactory. unbind(AdaptationFactoryObject implementation)Removes an implementation from the factory.
-