Class ShortestPathDemo.GraphFactory

java.lang.Object
edu.uci.ics.jung.samples.ShortestPathDemo.GraphFactory
All Implemented Interfaces:
com.google.common.base.Supplier<Graph<String,Number>>, Supplier<Graph<String,Number>>
Enclosing class:
ShortestPathDemo

static class ShortestPathDemo.GraphFactory extends Object implements com.google.common.base.Supplier<Graph<String,Number>>