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