Persist states across reruns.
[rhynodge.git] / src / main / java / net / pterodactylus / reactor / engine / Engine.java
2013-01-06 David ‘Bombe’ RodenPersist states across reruns.
2013-01-04 David ‘Bombe’ RodenAdd method to remove reactions.
2013-01-04 David ‘Bombe’ RodenStore reactions with their name, change synchronization.
2013-01-03 David ‘Bombe’ RodenReturn an output instead of a trigger object.
2013-01-03 David ‘Bombe’ RodenDon’t trigger if state was not successful.
2013-01-03 David ‘Bombe’ RodenSkip filters if any state is not successful.
2013-01-02 David ‘Bombe’ RodenTreat a null state as a failed state.
2013-01-02 David ‘Bombe’ RodenMake the object that trigger an action available.
2013-01-02 David ‘Bombe’ RodenRun filters after query to convert the state.
2013-01-02 David ‘Bombe’ RodenAdd reactor engine.