Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event #8

Merged
merged 5 commits into from
Oct 13, 2014
Merged

Event #8

merged 5 commits into from
Oct 13, 2014

Conversation

aMarcireau
Copy link
Owner

Actor, Event and PeriodicEvent are still under development. These classes appear in this pull request to prevent broken references errors, but are not checked through a call in the main(). They should not be modified nor used elsewhere until the next PR (coming soon).

Alexandre Marcireau added 5 commits October 13, 2014 17:16
A Simulation object is responsible for the life of all the elements
intervening in a simulation.
Refactor the stepper class to use a vector of actors instead of a map
of events (see class graph for detail)
An actor is an element of a simulation which state is affected by the
stepper.
Events are now objects shared over several actors.
Method to check the behavior of the stepper (not an actual test). So
far, the behaviors of Actor, Event and PeriodicEvent have not been
checked.
XavierJp added a commit that referenced this pull request Oct 13, 2014
@XavierJp XavierJp merged commit 814ad27 into master Oct 13, 2014
@XavierJp XavierJp deleted the event branch October 13, 2014 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants