book/src/atccl_example1.txt
author Eugen Sawin <sawine@me73.com>
Wed, 30 Mar 2011 15:52:38 +0200
changeset 17 a25ebfdd39f7
permissions -rw-r--r--
Klappentext.
     1 # flight plan pattern used for the filtering of flight plans
     2 pattern DBCoppiDF(adep is "OMDB" and ades is "EDDF" 
     3                   and "COPPI" in route)
     4 
     5 # constraint definition for the way point
     6 constraint Coppi5(time_sep at "COPPI" is 5 min)
     7 
     8 # flow point definition by the mapping of a pattern to a constraint
     9 flowpoint DBCoppiDF(DBCoppiDF: Coppi5)
    10