Package 

Interface ILsaAction

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

    
    public interface ILsaAction
     implements Action<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setExecutionContext(Map<HashString, ITreeNode<out Object>> matches, List<ILsaNode> nodes) Sets the context in which this action will execute.
      abstract ListSet<out Dependency> getOutboundDependencies()
      abstract ILsaAction cloneAction(Node<List<ILsaMolecule>> node, Reaction<List<ILsaMolecule>> reaction)
      • Methods inherited from class it.unibo.alchemist.model.interfaces.Action

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

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