Package 

Class SAPEREReaction

  • All Implemented Interfaces:
    it.unibo.alchemist.model.interfaces.Reaction , java.io.Serializable , java.lang.Comparable

    
    public final class SAPEREReaction
    extends AbstractReaction<List<ILsaMolecule>>
                        

    This class realizes a reaction with Lsa concentrations.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Reaction<List<ILsaMolecule>> cloneOnNewNode(Node<List<ILsaMolecule>> node, Time currentTime)
      void execute()
      double getRate()
      String getRateAsString()
      void setActions(List<Action<List<ILsaMolecule>>> actions)
      void setConditions(List<Condition<List<ILsaMolecule>>> conditions)
      • Methods inherited from class it.unibo.alchemist.model.implementations.reactions.AbstractReaction

        canExecute, compareTo, equals, getActions, getConditions, getInboundDependencies, getInputContext, getNode, getOutboundDependencies, getOutputContext, getTau, getTimeDistribution, hashCode, initializationComplete, toString, update
      • Methods inherited from class it.unibo.alchemist.model.interfaces.Reaction

        getInboundDependencies, getOutboundDependencies
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait