public class ReactantSet extends Object
| Constructor and Description |
|---|
ReactantSet(List<Reactant> substrates,
List<Reactant> products) |
ReactantSet(List<Reactant> substrates,
List<Reactant> products,
List<Reactant> catalysts) |
| Modifier and Type | Method and Description |
|---|---|
List<Reactant> |
getCatalysts() |
List<Reactant> |
getProducts() |
List<Reactant> |
getSubstrates() |
String |
toString() |
Copyright © 2019. All rights reserved.