Preparing more general form of PDDL normalization.
This commit is contained in:
@@ -35,7 +35,7 @@ class Description
|
||||
bool containsProblem() const;
|
||||
const Problem &problem() const;
|
||||
|
||||
void normalizeParameterNames();
|
||||
void normalize();
|
||||
|
||||
private:
|
||||
Description();
|
||||
|
@@ -51,7 +51,7 @@ class Domain
|
||||
|
||||
void checkConsistency();
|
||||
|
||||
void normalizeParameterNames();
|
||||
void normalize();
|
||||
|
||||
private:
|
||||
void parseSection();
|
||||
@@ -67,6 +67,8 @@ class Domain
|
||||
|
||||
void parseActionSection();
|
||||
|
||||
void normalizeParameterNames();
|
||||
|
||||
Context &m_context;
|
||||
|
||||
std::string m_name;
|
||||
|
Reference in New Issue
Block a user