Class ActionSignature

java.lang.Object
All Implemented Interfaces:
Cloneable, Signature

public class ActionSignature extends FolSignature
This class represents an action signature, which consists of a set of fluent names (representing environment states) and a set of action names (representing actions). These names are represented by first-order predicates to allow for a simple implementation of a grounding mechanism.

Authors: Sebastian Homann