Class AbstractAction

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

    
    public abstract class AbstractAction<T>
     implements Action<T>
                        

    An abstract class facility with some generic methods implemented.

    • 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
      final ListSet<out Dependency> getOutboundDependencies() How to override: if you intend your action to influence any reaction with compatible context, return null.
      String toString()
      • 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