|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReactantSetEnumeration
Enumerates reactant sets for Reactor.
Usage: see ConcurrentReactorProcessor.setReactantSetEnumerator(ReactantSetEnumeration).
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||