Added tests for PDDL actions.

This commit is contained in:
2016-06-07 14:00:29 +02:00
parent acc063822e
commit c489c7fd5a
3 changed files with 44 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ class Not: public Expression
public:
void accept(ExpressionVisitor &expressionVisitor) const override;
const Expression &argument();
const Expression &argument() const;
private:
Not() = default;