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