Class BiomolPresentInCell

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.model.biochemistry.conditions.GenericMoleculePresent

        cloneCondition, getContext, getMolecule, getPropensityContribution, getQuantity, isValid, toString
      • Methods inherited from class it.unibo.alchemist.model.conditions.AbstractCondition

        cloneCondition, getInboundDependencies, getNode, toString
      • Methods inherited from class it.unibo.alchemist.model.Condition

        getContext, getPropensityContribution, isValid, reactionReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BiomolPresentInCell

        BiomolPresentInCell(Node<Double> node, Molecule biomol, Double concentration)
        Parameters:
        node - the node
        biomol - the molecule
        concentration - the concentration
    • Method Detail