forked from HSLdevcom/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add design doc to NeTEx the netex import, and move the NetexBund…
…le to root package.
- Loading branch information
Showing
24 changed files
with
285 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 150 additions & 0 deletions
150
src/main/java/org/opentripplanner/netex/DegignOverview.uxf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<diagram program="umlet" version="14.3.0"> | ||
<zoom_level>10</zoom_level> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>100</x> | ||
<y>200</y> | ||
<w>100</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>NetexModule | ||
bg=#b0e0ff | ||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLInterface</id> | ||
<coordinates> | ||
<x>100</x> | ||
<y>100</y> | ||
<w>100</w> | ||
<h>80</h> | ||
</coordinates> | ||
<panel_attributes>GraphBuilder | ||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>140</x> | ||
<y>150</y> | ||
<w>30</w> | ||
<h>70</h> | ||
</coordinates> | ||
<panel_attributes>lt=<<.</panel_attributes> | ||
<additional_attributes>10.0;10.0;10.0;50.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>300</x> | ||
<y>200</y> | ||
<w>100</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>NetexBundle | ||
bg=#b0e0ff | ||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>190</x> | ||
<y>200</y> | ||
<w>130</w> | ||
<h>40</h> | ||
</coordinates> | ||
<panel_attributes>lt=<- | ||
m1=1..n</panel_attributes> | ||
<additional_attributes>110.0;10.0;10.0;10.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>500</x> | ||
<y>140</y> | ||
<w>140</w> | ||
<h>40</h> | ||
</coordinates> | ||
<panel_attributes>Shared file | ||
/_stops.xml/</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>550</x> | ||
<y>210</y> | ||
<w>170</w> | ||
<h>40</h> | ||
</coordinates> | ||
<panel_attributes>Shared Group file | ||
/_RUT.xml/ | ||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLNote</id> | ||
<coordinates> | ||
<x>600</x> | ||
<y>280</y> | ||
<w>140</w> | ||
<h>40</h> | ||
</coordinates> | ||
<panel_attributes>XML Group file | ||
/RUT-Line-21.xml/ | ||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>UMLClass</id> | ||
<coordinates> | ||
<x>470</x> | ||
<y>110</y> | ||
<w>290</w> | ||
<h>230</h> | ||
</coordinates> | ||
<panel_attributes>/XML input files/ | ||
</panel_attributes> | ||
<additional_attributes/> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>500</x> | ||
<y>170</y> | ||
<w>70</w> | ||
<h>90</h> | ||
</coordinates> | ||
<panel_attributes>lt=<- | ||
m1=*</panel_attributes> | ||
<additional_attributes>50.0;60.0;10.0;60.0;10.0;10.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>390</x> | ||
<y>200</y> | ||
<w>100</w> | ||
<h>30</h> | ||
</coordinates> | ||
<panel_attributes>lt=<-</panel_attributes> | ||
<additional_attributes>80.0;10.0;10.0;10.0</additional_attributes> | ||
</element> | ||
<element> | ||
<id>Relation</id> | ||
<coordinates> | ||
<x>550</x> | ||
<y>240</y> | ||
<w>70</w> | ||
<h>90</h> | ||
</coordinates> | ||
<panel_attributes>lt=<- | ||
m1=*</panel_attributes> | ||
<additional_attributes>50.0;60.0;10.0;60.0;10.0;10.0</additional_attributes> | ||
</element> | ||
</diagram> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.