class Quartz::Simulation::StepIterator
- Quartz::Simulation::StepIterator
- Reference
- Object
Included Modules
- Iterator(Quartz::Duration)
Defined in:
quartz/simulation.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #rewind
Instance methods inherited from class Reference
==(other : Quartz::Any)
==
Instance methods inherited from class Object
===(other : Quartz::Any)
===
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Quartz::Duration)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.