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.Specification
TSPLIBImporter.Metadata. spec
Methods in org.jgrapht.nio.tsplib that return TSPLIBImporter.Specification Modifier and Type Method Description TSPLIBImporter.Specification
TSPLIBImporter.Metadata. getSpecification()
Returns theTSPLIBImporter.Specification
instance 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 boolean
TSPLIBImporter. readSpecificationSection(java.lang.String key, TSPLIBImporter.Specification spec, java.lang.String[] lineElements)
-