This is a main activity in the process of simulating a system. EOSimulator provides the user with five abstract classes that have to be derived properly to build a specific system. For most models you have to implement:
Although, there are some implementation issues that you must pay attention while modeling your system with EOSimulator, otherwise it won’t run properly or it won’t run at all. If you don’t follow these instructions and try to execute a simulation, it might abort displaying an error message.
Classes | |
class | eosim::core::BEvent |
B Events. More... | |
class | eosim::core::CEvent |
C Events. More... | |
class | eosim::core::Entity |
Entity. More... | |
class | eosim::core::EntityComp |
Entities Abstract Comparator. More... | |
class | eosim::core::Model |
System Model. More... |