Skip to content

Commit 3bc2ca9

Browse files
committed
updated doc
1 parent b4cfc1e commit 3bc2ca9

105 files changed

Lines changed: 948 additions & 265 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lasso/docs/datastructures/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Data Structures and Languages",
3-
"position": 5,
3+
"position": 2,
44
"link": {
55
"type": "generated-index"
66
}

lasso/docs/datastructures/datastructures.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

lasso/docs/datastructures/languages.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

lasso/docs/datastructures/lql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
15
# LQL - LASSO Query Language
26

37
### Overview

lasso/docs/datastructures/lsl.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
15
# LSL - LASSO Scripting Language (Version 2)
26

3-
## Anotomy of an LSL Script
7+
## Anatomy of an LSL Script
48

59
```groovy
610
// HEADER: global study configuration

lasso/docs/datastructures/srm.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Stimulus Response Matrices
6+
7+
Stimulus Response Matrices (SRMs) serve as configurations of tests and implementations, and Stimulus Response Hypercubes (SRHs) for software analytics of observed behavior.
8+
9+
For a detailed introduction to SRMs and practical examples, refer to our [lecture slide set on Advanced Software Engineering](/web/pdfviewer?f=L10-Test-Driven-Software-Experimentation-24.pdf).
10+
11+
## Schema for Stimulus Response Matrices (SRMs)
12+
13+
see [CellValue](../development/CellValue.md) schema.
14+
15+
## Analyzing Stimulus Response Hypercubes (SRHs)
16+
17+
see [Analytics](../analytics/data.md).

lasso/docs/datastructures/ssn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Sequence Sheets: Test Specifications and Data Analysis
6+
7+
Sequence sheets serve as comprehensive test specifications, enabling data-driven analysis. For a detailed introduction to sequence sheets and practical examples, refer to our [lecture slide set on Advanced Software Engineering](/web/pdfviewer?f=L9-Sequence-Sheets-24.pdf).

lasso/docs/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_position: 1
66

77
Discover the **LASSO Platform**.
88

9+
## Data Structures and Languages
10+
11+
Learn about [**LASSO's core building blocks**](./datastructures/ssn.md).
12+
913
## Getting Started
1014

1115
Get started by using [**docker for a standalone instance**](./installation/requirements.md).

0 commit comments

Comments
 (0)