ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
broad.core.math.CombinationGenerator Class Reference

Public Member Functions

 CombinationGenerator (int n, int r)
 
void reset ()
 
BigInteger getNumLeft ()
 
boolean hasMore ()
 
int getTotal ()
 
int[] getNext ()
 
int[] getNextRandom ()
 

Static Public Member Functions

static void main (String[] args) throws IOException
 

Constructor & Destructor Documentation

broad.core.math.CombinationGenerator.CombinationGenerator ( int  n,
int  r 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

int [] broad.core.math.CombinationGenerator.getNext ( )
int [] broad.core.math.CombinationGenerator.getNextRandom ( )
BigInteger broad.core.math.CombinationGenerator.getNumLeft ( )
int broad.core.math.CombinationGenerator.getTotal ( )
boolean broad.core.math.CombinationGenerator.hasMore ( )

Here is the caller graph for this function:

static void broad.core.math.CombinationGenerator.main ( String[]  args) throws IOException
static

Here is the call graph for this function:

void broad.core.math.CombinationGenerator.reset ( )

Here is the caller graph for this function:


The documentation for this class was generated from the following file: