@@ -69,39 +70,39 @@ export class AddBoilerplateComponent implements OnInit {
}
prefixs=[
{name:'P1',details:"If/Unless <logical expression>",explanation:'Expresses a logical condition. Paraphrases: in case, provided that, on condition that.'},
{name:'P2',details:"As soon as <occuring functionality>",explanation:'Expresses a temporal stimulation concerned with the point in time of an completed occuring functionality. Paraphrases: in the moment, immediately, once.'},
{name:'P3',details:"As long as <occuring functionality>",explanation:'Expresses a temporal condition concerned with a period. The prefix clause and the main clause take place simultaneously. Paraphrases: meanwhile'},
{name:'P1',details:"If/Unless <logical expression>",explanation:'Expresses a logical condition. Paraphrases: in case, provided that, on condition that.'},
{name:'P2',details:"As soon as <occuring functionality>",explanation:'Expresses a temporal stimulation concerned with the point in time of an completed occuring functionality. Paraphrases: in the moment, immediately, once.'},
{name:'P3',details:"As long as <occuring functionality>",explanation:'Expresses a temporal condition concerned with a period. The prefix clause and the main clause take place simultaneously. Paraphrases: meanwhile'},
{name:'M10',details:"system/interface shall [not] transfer flow/item",explanation:'Transfers TraversingConcept. Paraphrases: transmit, broadcast'},
{name:'M11',details:"system shall [not] interact with system [using <connection>] [as defined in <text>]",explanation:'System requirement expressing interface interraction'},
{name:'M12',details:"system shall [not] have state state [with values stateSet]",explanation:'System requirement expressing system modes'},
{name:'M13',details:"system state stateValue shall [not] have substate state [with values stateSet]",explanation:'System requirement expressing system sub modes per mode'},
{name:'M14',details:"system item shall [not] take values from stateSet",explanation:'System requirement expressing item stateSet'},
{name:'M15',details:"system item shall [not] be composed from item",explanation:'System requirement expressing item decomposition stateSet'},
{name:'M10',details:"system/interface shall [not] transfer flow/item",explanation:'Transfers TraversingConcept. Paraphrases: transmit, broadcast'},
{name:'M11',details:"system shall [not] interact with system [using <connection>] [as defined in <text>]",explanation:'System requirement expressing interface interraction'},
{name:'M12',details:"system shall [not] have state state [with values stateSet]",explanation:'System requirement expressing system modes'},
{name:'M13',details:"system state stateValue shall [not] have substate state [with values stateSet]",explanation:'System requirement expressing system sub modes per mode'},
{name:'M14',details:"system item shall [not] take values from stateSet",explanation:'System requirement expressing item stateSet'},
{name:'M15',details:"system item shall [not] be composed from item",explanation:'System requirement expressing item decomposition stateSet'},
<inputclass="form-control"type="text"name="search"[(ngModel)]="searchText"autocomplete="off"placeholder="Start searching for a System, Function, etc.">
</div>
<mat-tab-groupmat-align-tabs="center">
<div*ngFor="let section of systems| filter:searchText">
<mat-tablabel={{section.Name}}>
<div*ngFor="let item of section.TheClasses| filter:searchText">
<mat-label*ngIf="stsysconsetControl.value !=null">StateSet or StateValue or System or Connection : {{stsysconsetControl.value.slice(0, stsysconsetControl.value.indexOf(':'))}}</mat-label>