https://github.com/sirthias/scala-collections-charts
The Scala 2.8 Collections API main types as dot graphes (GraphViz)
https://github.com/sirthias/scala-collections-charts
Last synced: 9 days ago
JSON representation
The Scala 2.8 Collections API main types as dot graphes (GraphViz)
- Host: GitHub
- URL: https://github.com/sirthias/scala-collections-charts
- Owner: sirthias
- License: other
- Created: 2010-09-02T08:10:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T12:12:55.000Z (over 9 years ago)
- Last Synced: 2025-04-05T01:11:15.217Z (about 1 month ago)
- Language: Shell
- Homepage: http://www.decodified.com/scala/collections-api.xml
- Size: 119 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
### Scala 2.8 Collection API Charts ###
This is a small collection of [Graphviz][] `.dot` files containing the chart description for the most relevant types of the **Scala 2.8 Collection API**.
You can see the end result on [this page](http://www.decodified.com/scala/collections-api.xml).The charts are also available for download on the [download page](http://github.com/sirthias/scala-collections-charts/downloads).
Any feedback is, of course, very welcome.### How to build ###
1. Install graphviz on your machine. On OS/X this is easily done via [Homebrew][], [MacPorts][] or directly from [graphviz.org](http://www.graphviz.org/Download_macos.php)
2. Clone this git repository to any directory
3. Run `chmod +x build.sh`
4. Run `./build.sh`
5. Retrieve the generated SVG files from the /target directory### License ###
Creative Commons Attribution 3.0 License
[Graphviz]: http://www.graphviz.org/ "Graphviz Home"
[Homebrew]: http://mxcl.github.com/homebrew/ "Homebrew Home"
[MacPorts]: http://www.macports.org/ "MacPorts Home"