|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ants.messor.MessorAntFactory
| Field Summary | |
static String |
MAX_EXPLORING_PROB
Parameter name used to read maxExploringProb |
static String |
MAX_KEEPSEARCHING_PROB
Parameter name used to read maxKeepSearchingProb |
static String |
MAX_SEARCH_DEV
Parameter name used to read maxSearchDev |
static String |
MAX_TARGET_RATIO
Parameter name used to read maxTargetRatio |
static String |
MAX_TRANSPORT
Parameter name used to read transportPercentage |
static String |
MIN_EXPLORING_PROB
Parameter name used to read minExploringProb |
static String |
MIN_KEEPSEARCHING_PROB
Parameter name used to read minKeepSearchingProb |
static String |
MIN_SEARCH_DEV
Parameter name used to read minSearchDev |
static String |
MIN_TARGET_RATIO
Parameter name used to read maxTargetRatio |
static String |
TRANSPORT_PERCENTAGE
Parameter name used to read transportPercentage |
static String |
VISITED_BUFFER_SIZE
Parameter name used to read VisitedBufferSize |
| Fields inherited from interface anthill.AntFactory |
NAME |
| Constructor Summary | |
MessorAntFactory(Factory factory,
String name)
|
|
| Method Summary | |
void |
clear()
Restores the object to its initial state. |
Ant[] |
getAnts(RequestId rid,
Object request,
NestId requestor)
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 |
| Field Detail |
public static final String MAX_EXPLORING_PROB
public static final String MIN_EXPLORING_PROB
public static final String MAX_SEARCH_DEV
public static final String MIN_SEARCH_DEV
public static final String MAX_KEEPSEARCHING_PROB
public static final String MIN_KEEPSEARCHING_PROB
public static final String MAX_TARGET_RATIO
public static final String MIN_TARGET_RATIO
public static final String TRANSPORT_PERCENTAGE
public static final String MAX_TRANSPORT
public static final String VISITED_BUFFER_SIZE
| Constructor Detail |
public MessorAntFactory(Factory factory,
String name)
factory - the factory to be used to read configuration arguments
and to create other configurable objectsname - the name that is associated to this instance in the
configuration file| Method Detail |
public void clear()
clear in interface Clearable
public Ant[] getAnts(RequestId rid,
Object request,
NestId requestor)
getAnts in interface AntFactoryrequest - the object containing the request to be satisfied
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||