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