maul-esel / ssharp

S# is a formal modeling and safety analysis framework for safety-critical systems. It provides a domain specific modeling language and fully automated formal safety analysis tools based on C# and .NET.
http://safetysharp.isse.de/wiki
MIT License
0 stars 1 forks source link

Refactor: replace BaseAgent.State by BaseAgent, ReconfigurationReason #27

Closed maul-esel closed 7 years ago

maul-esel commented 7 years ago

Also replace Tuple<Task, ReconfigurationReason> by ReconfigurationRequest class.

maul-esel commented 7 years ago

Conflict fixed.