|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvolutionException | |
---|---|
com.rubecula.darwin.evolution |
Uses of EvolutionException in com.rubecula.darwin.evolution |
---|
Methods in com.rubecula.darwin.evolution that throw EvolutionException | |
---|---|
java.util.Calendar |
Timed.getTime()
|
java.util.Calendar |
Evolution_Timed.getTime()
Get the current time of this evolution |
java.util.Calendar |
Evolution_Calendar.getTime()
|
java.util.Calendar |
CalendarEvolution.getTime()
|
boolean |
Evolution_.isActive(boolean ignoreEvents)
|
boolean |
Evolution.isActive(boolean ignoreEvents)
|
boolean |
Evolver_.next()
Create a new EvolutionTask and run it. |
boolean |
Evolver.next()
Increment the clock by one tick, firing new generations as appropriate. |
boolean |
Evolution_.next()
Create a new EvolutionTask and run it. |
void |
Evolution_.pause()
TEST |
void |
Evolution.pause()
suppress all new generations until Evolution.resume() is called. |
void |
Evolution_.resume()
TEST |
void |
Evolution.resume()
cancel the previous call of Evolution.pause() . |
void |
Timed.setRate(int rate)
Change the rate of ticking of this Timed object. |
void |
Evolution_Timed.setRate(int newRate)
|
boolean |
Evolution_.shutdown()
A terminal shut-down of the Evolution process (including both evolution and scheduled events). |
boolean |
Evolution.shutdown()
A terminal shut-down of the Evolution process (including both evolution and scheduled events). |
boolean |
Evolution_.stop()
XXX the following comment seems totally wrong. |
boolean |
Evolution.stop()
|
protected boolean |
Evolution_.stopExecutor(java.util.concurrent.ScheduledExecutorService executor,
int timeoutSeconds)
Shutdown the given executor and wait for the tasks to terminate |
protected boolean |
EvolutionTask.tick()
Invoke one tick of this EvolutionTask 's clock. |
boolean |
Evolution_.waitUntilComplete(int delay)
Wait for this Evolution to become inactive, then return. |
boolean |
Evolution.waitUntilComplete(int delay)
Wait for this Evolution to become inactive, then return. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |