Uses of Class
bio.singa.simulation.reactions.reactors.ReactionElement
-
Packages that use ReactionElement Package Description bio.singa.simulation.reactions.reactors -
-
Uses of ReactionElement in bio.singa.simulation.reactions.reactors
Methods in bio.singa.simulation.reactions.reactors that return ReactionElement Modifier and Type Method Description static ReactionElementReactionElement. createOneToOne(ComplexEntity substrate, ComplexEntity product)static ReactionElementReactionElement. createOneToTwo(ComplexEntity substrate, ComplexEntity primaryProduct, ComplexEntity secondaryProduct)static ReactionElementReactionElement. createTwoToOne(ComplexEntity primarySubstrate, ComplexEntity secondarySubstrate, ComplexEntity product)Methods in bio.singa.simulation.reactions.reactors that return types with arguments of type ReactionElement Modifier and Type Method Description List<ReactionElement>ComplexReactor. getProducts()List<ReactionElement>OneToOneReactor. getProducts()List<ReactionElement>OneToTwoReactor. getProducts()List<ReactionElement>TwoToOneReactor. getProducts()Set<ReactionElement>ReactionChain. getReactantElements()
-