Uses of Interface
de.uni_trier.wi2.procake.adaptation.AdaptationFactoryObject
-
Uses of AdaptationFactoryObject in de.uni_trier.wi2.procake.adaptation
Modifier and TypeClassDescriptionclass
AdaptationAlgorithm<TCase extends DataObject,
TQuery extends DataObject, TAdaptationKnowledge extends DataObject> Abstract class of all adaptation algorithmsModifier and TypeMethodDescriptionstatic AdaptationFactoryObject
AdaptationFactory.newAdaptationAlgorithm
(String algorithmName) Creates a new adaptation algorithm of the specified name.Modifier and TypeMethodDescriptionstatic boolean
AdaptationFactory.bind
(AdaptationFactoryObject implementation) stores a new implementation to the factorystatic boolean
AdaptationFactory.unbind
(AdaptationFactoryObject implementation) Removes an implementation from the factory.