Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Class DefaultSearchResult  view DefaultSearchResult download DefaultSearchResult.java

java.lang.Object
  extended bycom.k_int.IR.DefaultSearchResult
All Implemented Interfaces:
InformationFragmentStore

public class DefaultSearchResult
extends java.lang.Object
implements InformationFragmentStore


Constructor Summary
DefaultSearchResult()
           
 
Method Summary
 void addInformationFragment(InformationFragmentSource source, InformationFragment fragment)
           
 InformationFragment getFragment(java.lang.Object fragmentId)
           
 long getFragmentCount()
           
 void notifyAvailableSourceFragments(long num_fragments, InformationFragmentSource source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSearchResult

public DefaultSearchResult()
Method Detail

addInformationFragment

public void addInformationFragment(InformationFragmentSource source,
                                   InformationFragment fragment)
Specified by:
addInformationFragment in interface InformationFragmentStore

getFragmentCount

public long getFragmentCount()

notifyAvailableSourceFragments

public void notifyAvailableSourceFragments(long num_fragments,
                                           InformationFragmentSource source)

getFragment

public InformationFragment getFragment(java.lang.Object fragmentId)