Class AddJunctionInCell

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Action , java.io.Serializable

    
    public final class AddJunctionInCell
    extends AbstractNeighborAction<T>
                        

    Represent the action of add a junction between the current node and a neighbor. This action only create the junction reference inside this node, the neighbor totally ignore that a junction has been created. This is a part of the junction creation process. See AddJunctionInNeighbor for the other part of the process

    • 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
      AddJunctionInCell cloneAction(Node<Double> node, Reaction<Double> reaction)
      void execute() If no target node is given DO NOTHING.
      void execute(Node<Double> targetNode) Create the junction that links the node where this action is executed and the target node.
      String toString()
      • Methods inherited from class it.unibo.alchemist.model.biochemistry.actions.AbstractNeighborAction

        getContext
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction

        getOutboundDependencies
      • Methods inherited from class it.unibo.alchemist.model.Action

        cloneAction, execute, getContext
      • Methods inherited from class java.lang.Object

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