Uses of Class
org.jgrapht.nio.tsplib.TSPLIBImporter.Metadata
Packages that use TSPLIBImporter.Metadata
-
Uses of TSPLIBImporter.Metadata in org.jgrapht.nio.tsplib
Fields in org.jgrapht.nio.tsplib declared as TSPLIBImporter.MetadataMethods in org.jgrapht.nio.tsplib that return TSPLIBImporter.MetadataModifier and TypeMethodDescriptionTSPLIBImporter.getMetadata()
Returns theTSPLIBImporter.Metadata
of the latest imported file or null, if no import completed yet or the latest import failed.private TSPLIBImporter.Metadata
<V, E> private TSPLIBImporter.Metadata
<V, E> TSPLIBImporter.readContentForTour
(Iterator<String> lines, Map<V, TSPLIBImporter.Node> vertex2node) Methods in org.jgrapht.nio.tsplib with parameters of type TSPLIBImporter.MetadataModifier and TypeMethodDescriptionTSPLIBImporter.importTour
(TSPLIBImporter.Metadata<V, E> referenceMetadata, Reader in) private Map
<V, TSPLIBImporter.Node> TSPLIBImporter.readNodeCoordinateSection
(Iterator<String> lines, TSPLIBImporter.Metadata<V, E> data) Reads all nodes of the NODE_COORD_SECTION and fills the graph of the data accordingly.