public interface CatalystIterator
CatalystIterator is used to enumerate the catalysts of a reaction in an AutocatalyticNetwork. For instance the AutocatalyticNetworkDetection uses it to be able
to walk from reactions to their catalysts in its breadth first searches.| Modifier and Type | Method and Description |
|---|---|
Iterable<Integer> |
getCatalysts(int reaction)
Gets the indices of the catalysts of a reaction.
|
Copyright © 2007–2021. All rights reserved.