public class BDDSetEnumeration extends Object implements SetEnumeration
Notice the very important free function !
| Modifier and Type | Method and Description |
|---|---|
void |
free()
it is very important that you call this function when you are done with the set!
|
boolean |
hasMoreElements()
has the iterator more elements to show us?
|
static void |
internal_test()
testbench.
|
int[] |
nextElement()
what is the next element?
|
public void free()
free in interface SetEnumerationUniversepublic boolean hasMoreElements()
SetEnumerationhasMoreElements in interface SetEnumerationpublic int[] nextElement()
SetEnumerationnextElement in interface SetEnumerationpublic static void internal_test()
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.