@@ -214,4 +214,39 @@ export class BoilerplateDetailsComponent 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:'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'},