book/src/atccl_example1.txt
author Eugen Sawin <sawine@me73.com>
Tue, 29 Mar 2011 19:26:07 +0200
changeset 15 0d2daf4fcb99
permissions -rw-r--r--
Stuff.
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