|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MapFactory
Contains a factory methods to create objects for the Maps Exercises homework.
Constructor Summary | |
MapFactory()
|
Method Summary | |
static void |
addStrategies(WarehouseApplication anApp)
Adds ACraneStrategy objects to the given application. |
static IHashFunction |
createHashFunction(int N)
Creates IHashFunction objects for use in hash tables. |
static IMap |
createMap()
Creates IMap objects for use in the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapFactory()
Method Detail |
public static IMap createMap()
public static IHashFunction createHashFunction(int N)
public static void addStrategies(WarehouseApplication anApp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |