|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--cad.simcad.pathfinding.astar.AlgoProperties
This classs should be instantiated once
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
AlgoProperties()
Creates new AlgoProperties |
|
AlgoProperties(java.util.Properties p)
Creates new AlgoProperties |
Method Summary | |
void |
enableHeuristic()
|
java.util.Vector |
getAlgoTypeVector()
|
boolean |
isTrue(java.lang.String s)
Method of convinience |
void |
setDefaultProperties()
|
void |
setFastest()
|
void |
setHeurFactor(int i)
|
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AlgoProperties()
public AlgoProperties(java.util.Properties p)
Method Detail |
public void setFastest()
public void setDefaultProperties()
public void enableHeuristic()
public void setHeurFactor(int i)
public java.util.Vector getAlgoTypeVector()
public boolean isTrue(java.lang.String s)
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |