Uses of Class
org.jgrapht.nio.tsplib.TSPLIBImporter.Metadata
-
Packages that use TSPLIBImporter.Metadata Package Description org.jgrapht.nio.tsplib TSPLIB95 importers/exporters -
-
Uses of TSPLIBImporter.Metadata in org.jgrapht.nio.tsplib
Methods in org.jgrapht.nio.tsplib that return TSPLIBImporter.Metadata Modifier and Type Method Description TSPLIBImporter.Metadata<V,E>
TSPLIBImporter. getMetadata()
Returns theTSPLIBImporter.Metadata
of the latest imported file or null, if no import completed yet or the latest import failed.Methods in org.jgrapht.nio.tsplib with parameters of type TSPLIBImporter.Metadata Modifier and Type Method Description List<V>
TSPLIBImporter. importTour(TSPLIBImporter.Metadata<V,E> referenceMetadata, Reader in)
-