random
Class RandomAntFactory

java.lang.Object
  |
  +--random.RandomAntFactory
All Implemented Interfaces:
AntFactory

public class RandomAntFactory
extends java.lang.Object
implements AntFactory


Constructor Summary
RandomAntFactory()
           
 
Method Summary
 Ant[] getAnts(java.lang.Object request)
          Returns a set of ants for a query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAntFactory

public RandomAntFactory()
Method Detail

getAnts

public Ant[] getAnts(java.lang.Object request)
Returns a set of ants for a query. Each ant will take care of the research of a distinct token of the query string.
Specified by:
getAnts in interface AntFactory
Following copied from interface: anthill.AntFactory
Parameters:
request - the object containing the request to be satisfied