NAME
Bio::Grid::Run::SGE::Role::Iterable - iterator role/base class
SYNOPSIS
DESCRIPTION
REQUIRED METHODS
- num_comb
 - 
Return the number of combinations
 - peek_comb_idx
 - 
Take a peek to the index of next combination.
 - cur_comb_idx
 - 
Return the index of the current combination.
 - cur_comb
 - 
Get the current combination
 - next_comb
 - 
Get the next combination. Switches to the next combination. CHANGES THE ITERATOR.
 
METHODS
- idx_range
 - 
get or set the index range that this iterator should span
 - indices
 - 
get or set the indices this iterator should iterate over.
 - num_parts
 - 
Get the number of jobs/parts that are generated
 
SEE ALSO
AUTHOR
jw bargsten, <joachim.bargsten at wur.nl>