You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index-GENERATED.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
## What is reqT?
2
2
3
-
**reqT** is an open source requirements engineering tool for software developers and learners, available as a desktop application and a Scala library. With reqT you can specify requirements using a flexible requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
3
+
**reqT** is a *flexible* and *scalable* open source **requirements engineering tool** for software developers and learners, available as a desktop application and a Scala library.
4
+
5
+
With reqT you can specify requirements using a simple requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
4
6
5
7
The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wiki/Markdown) using bullet lists with indentation and special keywords, to express textual requirements models by connecting <spanclass="EntType">*entities*</span> via <spanclass="RelType">*relations*</span> to <spanclass="StrAttrType">*attributes*</span>, as in this example:
6
8
@@ -9,7 +11,7 @@ The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wi
9
11
* <spanclass="StrAttrType">Why</span>: First step to get started.
10
12
</code></pre>
11
13
12
-
Visit the <ahref="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts of reqT.
14
+
Visit the <ahref="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts in reqT-lang.
13
15
14
16
Maintainer of reqT: [Prof. Björn Regnell](https://cs.lth.se/bjorn-regnell).
15
17
Used at Lund University in [this course](https://cs.lth.se/krav).
Copy file name to clipboardExpand all lines: src/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
## What is reqT?
2
2
3
-
**reqT** is an open source requirements engineering tool for software developers and learners, available as a desktop application and a Scala library. With reqT you can specify requirements using a flexible requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
3
+
**reqT** is a *flexible* and *scalable* open source **requirements engineering tool** for software developers and learners, available as a desktop application and a Scala library.
4
+
5
+
With reqT you can specify requirements using a simple requirements modelling language called **reqT-lang** with essential requirements engineering concepts, giving structure to natural language requirements, while enabling analysis, visualization and automation.
4
6
5
7
The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wiki/Markdown) using bullet lists with indentation and special keywords, to express textual requirements models by connecting <spanclass="EntType">*entities*</span> via <spanclass="RelType">*relations*</span> to <spanclass="StrAttrType">*attributes*</span>, as in this example:
6
8
@@ -9,7 +11,7 @@ The reqT-lang syntax is a small subset of [Markdown](https://en.wikipedia.org/wi
9
11
* <spanclass="StrAttrType">Why</span>: First step to get started.
10
12
</code></pre>
11
13
12
-
Visit the <ahref="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts of reqT.
14
+
Visit the <ahref="https://github.com/reqT/reqT-lang/releases/latest/download/reqT-quickref-GENERATED.pdf">**Quickref**</a> to explore requirements engineering concepts in reqT-lang.
13
15
14
16
Maintainer of reqT: [Prof. Björn Regnell](https://cs.lth.se/bjorn-regnell).
15
17
Used at Lund University in [this course](https://cs.lth.se/krav).
0 commit comments