Paketname | libjgrapht0.8-java |
Beschreibung | mathematical graph theory library for Java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.8.1-1 |
Sektion | java |
Priorität | optional |
Installierte Größe | 296 Byte |
Hängt ab von | openjdk-6-jre | java6-runtime |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | |
Paketgröße | 209054 Byte |
Prüfsumme MD5 | a7c293b884e74d9c11ef84da2ae24a85 |
Prüfsumme SHA1 | 31a21b3e1913c76dec9dced1aa801393a9c791a2 |
Prüfsumme SHA256 | 12a46e287d4ec0461b97c99b48b66aed502d77e1275f737515f836dff123e0ed |
Link zum Herunterladen | libjgrapht0.8-java_0.8.1-1_all.deb |
Ausführliche Beschreibung | JGraphT is a free Java graph library that provides mathematical
graph theory objects and algorithms. JGraphT supports various types of
graphs including:
- directed and undirected graphs;
- graphs with weighted, unweighted, labeled or user-defined edges;
- various edge multiplicity options, including simple graphs,
multigraphs and pseudographs;
- unmodifiable graphs: allow modules to provide "read-only" access
to internal graphs;
- listenable graphs: allow external listeners to track modification events;
- subgraphs: graphs that are auto-updating subgraph views on other graphs;
- all compositions of above graphs.
.
JGraphT is designed to be simple and type-safe (via Java generics): graph
vertices can be of any objects: Strings, URLs, XML documents, even graphs
themselves.
|