Uses of Class
org.tweetyproject.action.signature.FolFluentName
Packages that use FolFluentName
-
Uses of FolFluentName in org.tweetyproject.action.signature
Methods in org.tweetyproject.action.signature that return FolFluentNameModifier and TypeMethodDescriptionActionSignature.getFluentName
(String fluentName) Returns the fluent name predicate with the given name if one exists, null otherwise.Methods in org.tweetyproject.action.signature that return types with arguments of type FolFluentNameModifier and TypeMethodDescriptionActionSignature.getFluentNames()
Retrieves the set of fluent names contained in this action signature.Methods in org.tweetyproject.action.signature with parameters of type FolFluentNameModifier and TypeMethodDescriptionboolean
ActionSignature.containsFluentName
(FolFluentName fluentName) Returns true if the given fluent name is contained in this signature.