sawine@1: # flight plan pattern used for the filtering of flight plans sawine@1: pattern DBCoppiDF(adep is "OMDB" and ades is "EDDF" sawine@1: and "COPPI" in route) sawine@1: sawine@1: # constraint definition for the way point sawine@1: constraint Coppi5(time_sep at "COPPI" is 5 min) sawine@1: sawine@1: # flow point definition by the mapping of a pattern to a constraint sawine@1: flowpoint DBCoppiDF(DBCoppiDF: Coppi5) sawine@1: