Difference between revisions of "SimpleGraph-Excel"
Jump to navigation
Jump to search
(→Modern) |
|||
| Line 59: | Line 59: | ||
note on link: 4 | note on link: 4 | ||
</uml> | </uml> | ||
| + | == AirRoutes == | ||
| + | <uml> | ||
| + | hide circle | ||
| + | package AirRoutes { | ||
| + | note top of airport: 3374 | ||
| + | class airport { | ||
| + | code | ||
| + | longest | ||
| + | city | ||
| + | elev | ||
| + | icao | ||
| + | lon | ||
| + | type | ||
| + | region | ||
| + | runways | ||
| + | lat | ||
| + | desc | ||
| + | country | ||
| + | } | ||
| + | note top of version: 1 | ||
| + | class version { | ||
| + | code | ||
| + | type | ||
| + | desc | ||
| + | } | ||
| + | note top of country: 237 | ||
| + | class country { | ||
| + | desc | ||
| + | code | ||
| + | type | ||
| + | } | ||
| + | note top of continent: 7 | ||
| + | class continent { | ||
| + | code | ||
| + | type | ||
| + | desc | ||
| + | } | ||
| + | } | ||
| + | |||
| + | airport --> airport: route | ||
| + | note on link: 43400 | ||
| + | |||
| + | continent --> airport: contains | ||
| + | note on link: 6748 | ||
| + | </uml> | ||
| + | |||
== Railway == | == Railway == | ||
<uml> | <uml> | ||
Revision as of 09:54, 31 August 2018
SimpleGraphModule
SimpleGraph Excel module
The SimpleGraph Excel module makes Microsoft Excel workbooks accessible via the Apache POI API see Apache POI XSSF/HSSF.
Sources
- System: ExcelSystem.java
- JUnit-Test: TestExcelSystem.java
Mental Model

Examples
Modern

AirRoutes

Railway
