@PublicAPI public interface ReactantSetEnumeration
Reactor
.
Usage: see ConcurrentReactorProcessor.setReactantSetEnumerator(ReactantSetEnumeration)
.Modifier and Type | Method and Description |
---|---|
double |
getProgress()
Returns a number between 0 and 1 that indicates the status of the enumeration progress.
|
boolean |
hasNext()
Tests if this enumeration contains more reactant sets.
|
Molecule[] |
next()
Returns the next reactant set if this enumeration has at least one more reactant set to provide.
|
boolean hasNext()
true
if and only if this enumeration contains at
least one more element to provide; false
otherwise.Molecule[] next()
java.util.NoSuchElementException
- if an error stopped the enumerationdouble getProgress()