Tagged Questions
0
votes
0answers
44 views
Building simulation architectures : Which one to choose?
I am writing a simulation which unites discrete event and continuous system simulation. For example, you can use State Charts, System Dynamics and Queues side by side. Theese will then reduced to ...
0
votes
0answers
39 views
How to implement 'use case control' object in (iOS) MVC?
In an MVC architecture pattern (for e.g., in iOS) there is a controller per view. In UML there is a concept of having Control object per use case to encapsulate an use case, which may span more than ...