|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgo.DistParBestStore
class DistParBestStore
Remote storage for best path found so far.
Field Summary | |
---|---|
private Path |
path
|
Constructor Summary | |
---|---|
DistParBestStore(Path b)
|
Method Summary | |
---|---|
Path |
getPath()
|
void |
setPath(Path p)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Path path
Constructor Detail |
---|
public DistParBestStore(Path b)
b
- best path so far.Method Detail |
---|
public Path getPath()
public void setPath(Path p)
p
- new best path so far.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |