Core elements: Difference between revisions

From railTOPOMODEL® Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Created page with "Content will follow.")
 
(Änderung Navi)
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Content will follow.
{{Overview|text=This chapter describes the grouping of elements of the model. It also gives a short introduction to the core elements, their characteristics and how to initially build a network.}}<br />
 
The {{rtm}} is described in UML notation. The model is grouped into packages. Each package consists of a collection of tightly coupled modelling concepts. Therefore each package deals with a specific aspect of the model.
 
== Colours in the UML-Diagram ==
[[File:LanguageUnitsNew.png|thumbnail|250px|Language Units]]
The model packages are individually coloured. The meaning of the colours is as following:
* <b>Base: Grey</b><br/>This package contains basic data definitions and also the definition of the network itself.<br/><i>Example:</i> The name of the network.
* <b>Topology: Yellow</b><br/>This package contains the topological elements that constitute the network. Topology is implemented by a nodes & edges graph. Nodes are embodied as "NetElement" classes and edges as "Relation" classes. Important: Both classes operate at any level of view.<br/><i>Examples:</i> tracks, switches, buffer stops, routes, operational points.
* <b>Referencing: Green</b><br/>This package contains a set of positioning methods for positioning or attaching further elements to the network.<br/><i>Examples:</i> Linear positioning (along a relation) or geometric positioning (x, y and z coordinates).
* <b>Net Entities: Blue</b><br/>This package contains further entities that are in association with the network and are not topology elements. These elements are connected to or associated with the network. Each of them has an extent (point, line, area).<br/><i>Examples:</i> signals, buildings, tunnels, speed limits.
<br/>
 
The complete {{rtm}} is available at [http://www.railtopomodel.org/en/ railtopomodel.org].<br />
<br/>
<br/>
 
 
== Building the Model ==
[[File:ModelPart1.png|thumbnail|200px|Model Part 1 (© {{rml}})]]
1. First you have to define the fundamental wrapping of your network using a "Network" class.<br/>
2. Then you have to determine the topological elements comprising the network – and put them all into a class of type "NetworkResource". Since this class will be used for all view levels, name it something neutral, like "NetElements". According to the view level resp. view levels this will be elements like these:
* rails tracks, switches, buffer stops, etc. or
* tracks and operational points, or
* lines and major operational points or
* ...
<br/>
Each of the topological elements must have some basic characteristics:
* a unique identifier (UUID or any national identifier),
* a name and
* a validity range.
 
{{navi
|chapter={{RTM}} modelling concepts
|chapterlink=RTM modelling concepts
|prev=Connexity graph
|next=Levels of detail
|lesson=<br>
* You know the different packages of the model.
* You also know the core elements of a network and how to initially build a network.
|pchapter={{rtm}} Quick Start
|pchapterlink=RTM Quick Start
|nchapter={{rtm}} External References
|nchapterlink=RTM External References
}}

Revision as of 12:43, 13 March 2017

Overview
This chapter describes the grouping of elements of the model. It also gives a short introduction to the core elements, their characteristics and how to initially build a network.


The railTOPOMODEL® is described in UML notation. The model is grouped into packages. Each package consists of a collection of tightly coupled modelling concepts. Therefore each package deals with a specific aspect of the model.

Colours in the UML-Diagram

Language Units

The model packages are individually coloured. The meaning of the colours is as following:

  • Base: Grey
    This package contains basic data definitions and also the definition of the network itself.
    Example: The name of the network.
  • Topology: Yellow
    This package contains the topological elements that constitute the network. Topology is implemented by a nodes & edges graph. Nodes are embodied as "NetElement" classes and edges as "Relation" classes. Important: Both classes operate at any level of view.
    Examples: tracks, switches, buffer stops, routes, operational points.
  • Referencing: Green
    This package contains a set of positioning methods for positioning or attaching further elements to the network.
    Examples: Linear positioning (along a relation) or geometric positioning (x, y and z coordinates).
  • Net Entities: Blue
    This package contains further entities that are in association with the network and are not topology elements. These elements are connected to or associated with the network. Each of them has an extent (point, line, area).
    Examples: signals, buildings, tunnels, speed limits.


The complete railTOPOMODEL® is available at railtopomodel.org.



Building the Model

Model Part 1 (© railML®)

1. First you have to define the fundamental wrapping of your network using a "Network" class.
2. Then you have to determine the topological elements comprising the network – and put them all into a class of type "NetworkResource". Since this class will be used for all view levels, name it something neutral, like "NetElements". According to the view level resp. view levels this will be elements like these:

  • rails tracks, switches, buffer stops, etc. or
  • tracks and operational points, or
  • lines and major operational points or
  • ...


Each of the topological elements must have some basic characteristics:

  • a unique identifier (UUID or any national identifier),
  • a name and
  • a validity range.









What you should have learned

  • You know the different packages of the model.
  • You also know the core elements of a network and how to initially build a network.
Navigation
Home
Chapter railTOPOMODEL® Quick Start railTOPOMODEL® modelling concepts railTOPOMODEL® External References
Section Connexity graph Core elements Levels of detail
Subection