Class SAPEREMoveNodeAgent

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

    
    public abstract class SAPEREMoveNodeAgent<P extends Position<out P>>
    extends SAPERELocalAgent
                        
    • 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
      • Methods inherited from class it.unibo.alchemist.model.sapere.actions.SAPERELocalAgent

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

        cloneAction, toString
      • Methods inherited from class it.unibo.alchemist.model.sapere.actions.LsaAbstractAction

        cloneAction, getNode, setExecutionContext
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction

        getOutboundDependencies, toString
      • Methods inherited from class it.unibo.alchemist.model.sapere.ILsaAction

        cloneAction, getOutboundDependencies, setExecutionContext
      • 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
    • Constructor Detail

      • SAPEREMoveNodeAgent

        SAPEREMoveNodeAgent(Environment<List<ILsaMolecule>, P> environment, ILsaNode node)
        Creates a new SAPERE Local Agent stub.
        Parameters:
        environment - The current environment
        node - The node in which this agent stays
      • SAPEREMoveNodeAgent

        SAPEREMoveNodeAgent(Environment<List<ILsaMolecule>, P> environment, ILsaNode node, ILsaMolecule molecule)
        Creates a new SAPERE Local Agent stub.
        Parameters:
        environment - The current environment
        node - The node in which this agent stays
        molecule - The modified molecule template
    • Method Detail