Package net.sf.tweety.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
Fields Modifier and Type Field Description static Executable
NO_OPERATION
This constant represents the default null operation.
-
Method Summary
Modifier and Type Method Description boolean
isNoOperation()
Indicates whether this operation can be regarded as no operation at all.
-
-
-
Field Detail
-
NO_OPERATION
static final Executable NO_OPERATION
This constant represents the default null operation.
-
-