Uses of Class
org.jgrapht.nio.tsplib.TSPLIBImporter.Specification
-
Packages that use TSPLIBImporter.Specification Package Description org.jgrapht.nio.tsplib TSPLIB95 importers/exporters -
-
Uses of TSPLIBImporter.Specification in org.jgrapht.nio.tsplib
Fields in org.jgrapht.nio.tsplib declared as TSPLIBImporter.Specification Modifier and Type Field Description private TSPLIBImporter.SpecificationTSPLIBImporter.Metadata. specMethods in org.jgrapht.nio.tsplib that return TSPLIBImporter.Specification Modifier and Type Method Description TSPLIBImporter.SpecificationTSPLIBImporter.Metadata. getSpecification()Returns theTSPLIBImporter.Specificationinstance containing all values from the specification part of a TSPLIB95 file.Methods in org.jgrapht.nio.tsplib with parameters of type TSPLIBImporter.Specification Modifier and Type Method Description private booleanTSPLIBImporter. readSpecificationSection(java.lang.String key, TSPLIBImporter.Specification spec, java.lang.String[] lineElements)
-