public class SPTWalker extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SPTWalker.SPTVisitor |
Constructor and Description |
---|
SPTWalker(ShortestPathTree spt) |
Modifier and Type | Method and Description |
---|---|
void |
walk(SPTWalker.SPTVisitor visitor,
double d0)
Walk over a SPT.
|
public SPTWalker(ShortestPathTree spt)
public void walk(SPTWalker.SPTVisitor visitor, double d0)
Copyright © 2018. All rights reserved.