|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CombEnumerator
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 |
public CombEnumerator(java.util.Vector[] ar)
Method Detail |
public int getMaxEnumerations()
public int[] getNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |