org.egothor.query.runner
Class PhraseScan

java.lang.Object
  extended by org.egothor.query.runner.PhraseScan

public class PhraseScan
extends java.lang.Object

This class is part of the Egothor Project

Author:
Leo Galambos

Constructor Summary
PhraseScan(int items)
          Constructor for the PhraseScan object
 
Method Summary
 void add(Proximities p)
          Description of the Method
 void clear()
          Description of the Method
 int matches()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhraseScan

public PhraseScan(int items)
Constructor for the PhraseScan object

Parameters:
items - Description of the Parameter
Method Detail

add

public void add(Proximities p)
Description of the Method

Parameters:
p - Description of the Parameter

clear

public void clear()
Description of the Method


matches

public int matches()
Description of the Method

Returns:
Description of the Return Value