uk.ac.bbk.dcs.automed.qproc.annotate
Class AbstractQueryAnnotationProvider

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.annotate.AbstractQueryAnnotationProvider
All Implemented Interfaces:
QueryAnnotationProvider

public abstract class AbstractQueryAnnotationProvider
extends java.lang.Object
implements QueryAnnotationProvider

Author:
Lucas Zamboulis

Constructor Summary
AbstractQueryAnnotationProvider()
           
 
Method Summary
 QueryAnnotationConfiguration getConfiguration()
           
 java.lang.String getName()
          Return a unique name of a provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.ac.bbk.dcs.automed.qproc.annotate.QueryAnnotationProvider
process
 

Constructor Detail

AbstractQueryAnnotationProvider

public AbstractQueryAnnotationProvider()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: QueryAnnotationProvider
Return a unique name of a provider. This name is used as a key in a Map of provider objects

Specified by:
getName in interface QueryAnnotationProvider

getConfiguration

public QueryAnnotationConfiguration getConfiguration()