Package org.tweetyproject.agents
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
Modifier and TypeFieldDescriptionstatic final Executable
This constant represents the default null operation. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether this operation can be regarded as no operation at all.
-
Field Details
-
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.
-