Class LsaAbstractAction

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

    
    public abstract class LsaAbstractAction
    extends AbstractAction<T> implements ILsaAction
                        
    • 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
      abstract LsaAbstractAction cloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)
      final ILsaNode getNode()
      void setExecutionContext(Map<HashString, ITreeNode<out Object>> m, List<ILsaNode> n) Sets the context in which this action will execute.
      abstract String toString()
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction

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

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

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

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