Any predicate specification. More...
#include <symbolicState.h>
Public Member Functions | |
bool | operator< (const Predicate &p) const |
Public Attributes | |
string | name |
vector< string > | parameters |
Any predicate specification.
e.g. (on cup1 table0) (connected a b) (capacity robot1)
Definition at line 34 of file symbolicState.h.
bool Predicate::operator< | ( | const Predicate & | p | ) | const |
Definition at line 5 of file symbolicState.cpp.
string Predicate::name |
Definition at line 37 of file symbolicState.h.
vector<string> Predicate::parameters |
Definition at line 38 of file symbolicState.h.