functiongetElements
Extract the elements from a log line
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | line | ||
| Boolean | violated | =true, if violated requirement |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | checkedComponentName | Full path name of checked component | |
| String | requirementName | Last name of requirement model | |
| String | requirementText | Text of requirement | |
| String | firstFailureTime | Time instant of first failure (if violated=true; otherwise dummy |