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
Fields in org.jgrapht.nio.tsplib declared as TSPLIBImporter.Metadata Modifier and Type Field Description private TSPLIBImporter.Metadata<V,E>
TSPLIBImporter. metadata
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.private TSPLIBImporter.Metadata<V,E>
TSPLIBImporter. readContentForGraph(java.util.Iterator<java.lang.String> lines, Graph<V,E> graph)
private TSPLIBImporter.Metadata<V,E>
TSPLIBImporter. readContentForTour(java.util.Iterator<java.lang.String> lines, java.util.Map<V,TSPLIBImporter.Node> vertex2node)
Methods in org.jgrapht.nio.tsplib with parameters of type TSPLIBImporter.Metadata Modifier and Type Method Description java.util.List<V>
TSPLIBImporter. importTour(TSPLIBImporter.Metadata<V,E> referenceMetadata, java.io.Reader in)
Imports a tour described by aList
ofvertices
using the given Reader.private java.util.Map<V,TSPLIBImporter.Node>
TSPLIBImporter. readNodeCoordinateSection(java.util.Iterator<java.lang.String> lines, TSPLIBImporter.Metadata<V,E> data)
Reads all nodes of the NODE_COORD_SECTION and fills the graph of the data accordingly.
-