pitt.search.semanticvectors
Class SearchResult

java.lang.Object
  extended by pitt.search.semanticvectors.SearchResult

public class SearchResult
extends java.lang.Object

Class to represent search results.


Constructor Summary
SearchResult(float score, java.lang.Object object)
           
 
Method Summary
 java.lang.Object getObject()
           
 float getScore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult(float score,
                    java.lang.Object object)
Method Detail

getScore

public float getScore()

getObject

public java.lang.Object getObject()