Uses of Class
org.tweetyproject.action.signature.FolActionName
Packages that use FolActionName
-
Uses of FolActionName in org.tweetyproject.action.signature
Methods in org.tweetyproject.action.signature that return FolActionNameModifier and TypeMethodDescriptionActionSignature.getActionName
(String action) Returns the action name predicate with the given name if one exists, null otherwise.Methods in org.tweetyproject.action.signature that return types with arguments of type FolActionNameModifier and TypeMethodDescriptionActionSignature.getActionNames()
Retrieves the set of action names contained in this action signature.Methods in org.tweetyproject.action.signature with parameters of type FolActionNameModifier and TypeMethodDescriptionboolean
ActionSignature.containsActionName
(FolActionName actionName) Returns true if the given action name is contained in this signature.