formal requirements engineering for smart industries
play

Formal Requirements Engineering for Smart Industries Alexandre Le - PowerPoint PPT Presentation

Formal Requirements Engineering for Smart Industries Alexandre Le Borgne, Nicolas Belloir, Jean-Michel Bruel, Thuy Nguyen * funded by a NeoCampus/IRIT grant 1 Content I. Context II. Graphical language Definition III. Results IV.


  1. Formal Requirements Engineering for Smart Industries Alexandre Le Borgne, Nicolas Belloir, Jean-Michel Bruel, Thuy Nguyen * funded by a NeoCampus/IRIT grant 1

  2. Content I. Context II. Graphical language Definition III. Results IV. Conclusions and future works 2

  3. Context • Main Concerns • Socio-CPS • Numerous factors which may influence the behaviour of the system • Power plant => 60-years life-cycle • Intermittent renewable power production • Numerous and wide uncertainties • Completeness of requirements • Ensure stability of the French power grid • Early optimization • FORM-L (FOrmal Requirement Modeling Language) 3

  4. Limitations Functional Requirements and Use Cases, http: SysML requirement diagram //www.bredemeyer.com http://formalmind.com KAOS requirements 4 http://foswiki.cs.uu.nl/

  5. property Model REQ FORM-L class Pump external Boolean cavitates; external Boolean inOperation; Pumps must not cavitate as long as end Pump; they are operating. external Pump {} pumps; • Define the envelope of the system requirement r1= • Avoid over constraining forAll p in pumps • The model must not describe a solution during p.inOperation • Model the environment of the check no p.cavitate; system as assumptions . requirement r2 {} = { • Formal expression of requirements forAll pump in pumps • Simulation | during p.inOperation check no p.cavitates • Complex language }; • Several ways for defining requirements → r1 ⬄ r2 end REQ; 5

  6. Problem • No FORM-L editor • Difficult to write for untrained people • Need of a graphical language • Visualize FORM-L concepts • Understand FORM-L models → FORM-GL 6

  7. Content I. Context II. Graphical language Definition III. Results IV. Conclusions and future works 7

  8. FORM-GL requirements • Must be easy to understand • Untrained people A boilerplate conception • Different background approach • Different native language • Must be adaptable to the experience of the user • Beginner view • Expert view • Must be a compact language • No UML-like diagrams • Difficult to understand for untrained people • Difficult to read when they get to big • Must be a block language • Stick blocks together to get a compact and understandable model • User might be able to define their own diagram 8

  9. (((( a1 + a2 + a3 )* a4 ) ≤ fnct( b1, b2 + b3 )) or c3 ) and d4 (( a1 + a2 + a3 )* a4 ) ≤ fnct ( b1 , b2 + b3 ) or and c3 d4 a1 a2 + ≤ fnct ( b1 , b2 + b3 ) * a3 and or a4 c3 d4

  10. FORM-GL Assembling blocks together Different representation levels 10

  11. Tools Xtext EMF Sirius • Eclipse based tool • Eclipse based tool • Reference Eclipse tool for • Create grammars • Created and maintained designing metamodels • Eclipse based editor • DSLs by Obeo • Creation of graphical implementing the grammar modeling tools based on EMF • Generates EMF meta- metamodels • Xtext integration extension model of the grammar 11

  12. Content I. Context II. Graphical language Definition III. Results IV. Conclusions and future works 12

  13. 13

  14. Results • FORM-L Grammar • Derive meta-model from the grammar • 195 meta-classes • FORM-L Editor • Syntax coloration • Syntax verification 14

  15. Results • FORM-GL Editor • Navigation within diagrams • Generation of FORM-L from a graphical model • And vice-versa • Integration of an Xtext embedded editor into the graphical editor • Directly change the Xtext expression of a FORM-L element from the graphical editor 15

  16. Results • Issues • Define and anchor text fields into a node ➢ Floating nodes that contain the text ➢ But not satisfying regarding the way we want to develop FORM-GL • Define topological constraints ➢ Get custom node fully resizable keeping defined constraints 2.5mm 2.5mm 5mm 25mm 2.5mm 2.5mm 2.5mm O 5mm O bool 5mm 5mm 5mm 2.5mm 2.5mm 2.5mm O 16

  17. Contents I. Context II. Graphical language Definition III. Results IV. Conclusions and future works 17

  18. Conclusions and Future Works • FORM-GL still under development • First prototype • Sirius provides an environment that links graphical and textual aspects • Suggestions: • Introduce topological constraints into Sirius and improve Sirius’ ability to bind blocks together • Allow editable text field anchoring • Facilitate graphical expression so we can represent operating domains defined by equations or points • Future work: • Grammar refactoring and optimization • Model transformation for Modelica • Explore model simulation • Explore FORM-GL integration to existing languages like SysML • Make users able to define their own graphics • relations between text and graphic 18

  19. Charts - Example 1 Temperature t Pressure p 155 b f3(t, p) f1(t, p) f2(t, p) f4(t, p) 30 b 25 b 5 b 10 C 70 C 160 C 295.8 C ((10.*C ≤ t ≤ 70.*C) and ( 5.*b ≤ p ≤ 30.*b)) or ((70.*C ≤ t ≤ 160.*C) and (25.*b ≤ p ≤ 30.*b)) or ((160.*C ≤ t ≤ 295.8.*C) and (25.*b ≤ p ≤ 155.*b) and (f1(t, p) ≥ 0.) and (f2(t, p) ≤ 0.) and (f3(t, p) ≤ 0.) and (f4(t, p) ≥ 0.))

  20. Charts - Example 2 Temperature t Pressure p 140.*b 135.*b 25.*b 20.*b 60.*C 70.*C 270.*C 280.*C property p1 during any The process can be in this zone, but no more than 5 3.*h mn per any time window inPDuration < 5.*mn of 3 hours

  21. Thank you !!! QUESTION S 21

  22. FORM-L FOrmal Requirements Modeling Language • Model envelope of the system • Avoid over-constraining FORM-L main concepts: FORM-L Models: • Property model • Variables • Events • Object model • Library • Properties • Objects • Behavioral model • Contract model • RichEvents • Coordination • Binding model • Configuration Model 22

  23. Charts - Example 2 Temperature t Pressure p 140.*b 135.*b 25.*b 20.*b 60.*C 70.*C 270.*C 280.*C

  24. Charts - Example 2 Temperature t Pressure p 140.*b 135.*b 25.*b 20.*b 60.*C 70.*C 270.*C 280.*C The process should remain in this zone

  25. Charts - Example 3 Voltage v property p1 property p2 no mpsOn mpsOn When v is lower than 195 When v is greater than v, the MPS should not 205 v, the MPS should be become on declared on property p3 property p4 no mpsOff mpsOff When v is lower than 170 When v is greater than 185 v, the MPS should v, the MPS should be declared off not become off 205.*v 170.*v 180.*v 195.*v

  26. M2: FORM-L Metamodel (FORM-L Model-Driven Approach Grammar) • Current process: M1: FORM-L Model (FORM-L / FORM-GL • Textual FORM-L (no FORM-L editor) models) • Validation with simulation tool → Stimulus → Mass simulation M0: Real World • Verification of scenarios with Modelica • Target process: • Develop a FORM-GL model FORM-GL FORM-L Stimulus TRANSFORMATION • Generate FORM-L code • Generate entries for Modelica • Perform simulation on the generated code, animate the model during Modelica simulation 26

Recommend


More recommend