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