algo
Class DistParBestStore

java.lang.Object
  extended by algo.DistParBestStore
All Implemented Interfaces:
java.io.Serializable

 class DistParBestStore
extends java.lang.Object
implements java.io.Serializable

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

path

private Path path
Constructor Detail

DistParBestStore

public DistParBestStore(Path b)
Parameters:
b - best path so far.
Method Detail

getPath

public Path getPath()
Returns:
path.

setPath

public void setPath(Path p)
Parameters:
p - new best path so far.