Ecdar / Ecdar-GUI

A graphical tool for modeling using ECDAR (Environment for Compositional Design and Analysis of Real Time Systems)
MIT License
3 stars 5 forks source link

[Feature] Decision Factory #160

Open Nielswps opened 1 year ago

Nielswps commented 1 year ago

Description

The initialisation of Decision objects should be refactored to follow the factory pattern, as seen with the StateFactory.

Reason For Request

By disconnecting the Decision class from the gRPC/ProtoBuf classes, the coupling of the code base is decreased.