Interface resource.SourceNode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface resource.SourceNode

public interface SourceNode
extends Object
Interface to encapsulate methods in common for Source specific ExpNodes

Method Index

 o RankBy(Document)
Return a float value that is the result of ranking a document by the sub-tree that descends from this ExpNode

Methods

 o RankBy
  public abstract float RankBy(Document doc)
Return a float value that is the result of ranking a document by the sub-tree that descends from this ExpNode
Parameters:
doc - the Document to rank
Returns:
the ranking value of the document.

All Packages  Class Hierarchy  This Package  Previous  Next  Index