Package net.sf.tweety.action.signature
Interface ActionName
-
- All Known Implementing Classes:
FolAction
,FolActionName
public interface ActionName
A basic interface representing an action name.- Author:
- Sebastian Homann
-
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
Returns the name of this action.
-