Class CombEnumerator

java.lang.Object
  |
  +--CombEnumerator

public class CombEnumerator
extends java.lang.Object

A CombEnumerator is used to enumerate all possible combinations of different integer possibilities. This is used for finding the best combination of matches in a non-sequential Vertex comparison.


Constructor Summary
CombEnumerator(java.util.Vector[] ar)
           
 
Method Summary
 int getMaxEnumerations()
           
 int[] getNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombEnumerator

public CombEnumerator(java.util.Vector[] ar)
Method Detail

getMaxEnumerations

public int getMaxEnumerations()

getNext

public int[] getNext()