public class GameTheoryFactory
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static IGameTheory |
make(IMappingAlgorithm theory,
org.openscience.cdk.interfaces.IReaction reaction,
boolean removeHydrogen,
java.util.Map<java.lang.Integer,org.openscience.cdk.interfaces.IAtomContainer> educts,
java.util.Map<java.lang.Integer,org.openscience.cdk.interfaces.IAtomContainer> products,
GameTheoryMatrix rpsh) |
public static IGameTheory make(IMappingAlgorithm theory, org.openscience.cdk.interfaces.IReaction reaction, boolean removeHydrogen, java.util.Map<java.lang.Integer,org.openscience.cdk.interfaces.IAtomContainer> educts, java.util.Map<java.lang.Integer,org.openscience.cdk.interfaces.IAtomContainer> products, GameTheoryMatrix rpsh) throws java.lang.Exception
theory
- reaction
- removeHydrogen
- educts
- products
- rpsh
- java.lang.Exception