-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreqT-flex-clauses.txt
98 lines (96 loc) · 1.37 KB
/
reqT-flex-clauses.txt
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/* Entity Types */
"Ent" |
"Meta" |
"Item" |
"Label" |
"Section" |
"Term" |
"Actor" |
"App" |
"Component" |
"Domain" |
"Module" |
"Product" |
"Release" |
"Resource" |
"Risk" |
"Service" |
"Stakeholder" |
"System" |
"User" |
"Class" |
"Data" |
"Input" |
"Member" |
"Output" |
"Relationship" |
"Design" |
"Screen" |
"MockUp" |
"Function" |
"Interface" |
"State" |
"Event" |
"Epic" |
"Feature" |
"Goal" |
"Idea" |
"Issue" |
"Req" |
"Ticket" |
"WorkPackage" |
"Breakpoint" |
"Barrier" |
"Quality" |
"Target" |
"Scenario" |
"Task" |
"Test" |
"Story" |
"UseCase" |
"VariationPoint" |
"Variant" { addToken(Token.DATA_TYPE); }
/* Attribute Types */
"Attr" |
"Code" |
"Constraints" |
"Comment" |
"Deprecated" |
"Example" |
"Expectation" |
"FileName" |
"Gist" |
"Image" |
"Spec" |
"Text" |
"Title" |
"Why" |
"Benefit" |
"Capacity" |
"Cost" |
"Damage" |
"Frequency" |
"Min" |
"Max" |
"Order" |
"Prio" |
"Probability" |
"Profit" |
"Value" |
"Status" { addToken(Token.RESERVED_WORD_2); }
/* Relation Types */
"has" |
"is" |
"superOf" |
"binds" |
"deprecates" |
"excludes" |
"helps" |
"hurts" |
"impacts" |
"implements" |
"interactsWith" |
"precedes" |
"requires" |
"relatesTo" |
"verifies" { addToken(Token.FUNCTION); }