uk.ac.bbk.dcs.automed.qproc.reformulate
Class QueryReformulationFactory

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.reformulate.QueryReformulationFactory

public class QueryReformulationFactory
extends java.lang.Object

Responsible for instantiating appropriate QueryReformulationProvider classes.

Author:
Lucas Zamboulis

Constructor Summary
QueryReformulationFactory()
           
 
Method Summary
static QueryReformulationProvider getProviderInstance(java.lang.String providerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryReformulationFactory

public QueryReformulationFactory()
Method Detail

getProviderInstance

public static QueryReformulationProvider getProviderInstance(java.lang.String providerName)
                                                      throws ProviderInitialisationException
Parameters:
providerName - the class name of the provider
Returns:
the provider instance
Throws:
ProviderInitialisationException