forked from minhnh/metamodels-bdd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bdd.json
56 lines (43 loc) · 2.32 KB
/
bdd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"@context": {
"bdd": "https://secorolab.github.io/metamodels/acceptance-criteria/bdd#",
"UserStory": { "@id": "bdd:UserStory" },
"has-criteria": { "@id":"bdd:has-criteria", "@type": "@id" },
"Scenario": { "@id": "bdd:Scenario" },
"of-scenario": { "@id": "bdd:of-scenario", "@type": "@id" },
"given": { "@id": "bdd:given", "@type": "@id" },
"when": { "@id": "bdd:when", "@type": "@id" },
"then": { "@id": "bdd:then", "@type": "@id" },
"Given": { "@id": "bdd:Given" },
"When": { "@id": "bdd:When" },
"Then": { "@id": "bdd:Then" },
"WhenEvent": { "@id": "bdd:WhenEvent" },
"ScenarioVariable": { "@id": "bdd:ScenarioVariable" },
"of-variable": { "@id": "bdd:of-variable", "@type": "@id" },
"TaskVariation": { "@id": "bdd:TaskVariation" },
"has-variation": { "@id": "bdd:has-variation", "@type": "@id" },
"can-be": { "@id": "bdd:can-be", "@type": "@id" },
"Fluent": { "@id": "bdd:Fluent" },
"predicate": { "@id": "bdd:predicate", "@type": "@id" },
"of-fluent": { "@id": "bdd:of-fluent", "@type": "@id" },
"FluentClause": { "@id": "bdd:FluentClause" },
"clause-of": { "@id": "bdd:clause-of", "@type": "@id" },
"has-clause": { "@id": "bdd:has-clause", "@type": "@id" },
"holds": { "@id": "bdd:holds", "@type": "@id" },
"holds-at": { "@id": "bdd:holds-at", "@type": "@id" },
"LocatedAtPredicate": { "@id": "bdd:LocatedAtPredicate" },
"IsNearPredicate": { "@id": "bdd:IsNearPredicate" },
"IsHeldPredicate": { "@id": "bdd:IsHeldPredicate" },
"ref-workspace": { "@id": "bdd:ref-workspace", "@type": "@id" },
"ref-object": { "@id": "bdd:ref-object", "@type": "@id" },
"ref-agent": { "@id": "bdd:ref-agent", "@type": "@id" },
"ScenarioTemplate": { "@id": "bdd:ScenarioTemplate" },
"of-template": { "@id": "bdd:of-template", "@type": "@id" },
"Scene": { "@id": "bdd:Scene" },
"of-scene": { "@id": "bdd:of-scene", "@type": "@id" },
"has-scene": { "@id": "bdd:has-scene", "@type": "@id" },
"SceneHasObjects": { "@id": "bdd:SceneHasObjects" },
"SceneHasWorkspaces": { "@id": "bdd:SceneHasWorkspaces" },
"SceneHasAgents": { "@id": "bdd:SceneHasAgents" }
}
}