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

@@ -22,6 +22,13 @@ void Not::accept(plasp::pddl::ExpressionVisitor &expressionVisitor) const
////////////////////////////////////////////////////////////////////////////////////////////////////
const Expression &Not::argument() const
{
return *m_argument;
}
////////////////////////////////////////////////////////////////////////////////////////////////////
}
}
}