aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/crossingScenario/src/queries/queries.vql
blob: d00fae3f0010bdd540e2ec843d6b301483416590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package queries

import "http://www.example.com/crossingScenario"
import "http://www.eclipse.org/emf/2002/Ecore"

/////////pedestrian-width (4) //TODO Derived?
pattern x(p:Pedestrian) {
    Pedestrian.length(p, l);
    check(l != 1.0);
}