uk.ac.gla.dcs.renaissance.ir.rf
Class DocumentFactory<T extends Document>

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.ir.rf.DocumentFactory<T>
Direct Known Subclasses:
MG4JRelevanceFeedback.MG4JFactory

public abstract class DocumentFactory<T extends Document>
extends Object


Constructor Summary
DocumentFactory()
           
 
Method Summary
abstract  String getDocNo(T document)
           
abstract  T getDocument(String docno)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFactory

public DocumentFactory()
Method Detail

getDocNo

public abstract String getDocNo(T document)

getDocument

public abstract T getDocument(String docno)


Copyright © 2011. All Rights Reserved.