Interface Executable

All Known Implementing Classes:
ExecutableDungTheory, ExecutableExtension, ExecutableFormulaSet

public interface Executable
An executable is an action an agent performs within an environment.
Author:
Matthias Thimm
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Executable
    This constant represents the default null operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether this operation can be regarded as no operation at all.
  • Field Details

    • NO_OPERATION

      static final Executable NO_OPERATION
      This constant represents the default null operation.
  • Method Details

    • isNoOperation

      boolean isNoOperation()
      Indicates whether this operation can be regarded as no operation at all.
      Returns:
      "true" if this operation is a noop.