6 #ifndef KNOWROB_SIMPLE_CONJUNCTION_H
7 #define KNOWROB_SIMPLE_CONJUNCTION_H
16 class SimpleConjunction :
public Conjunction {
34 std::vector<FirstOrderLiteralPtr>
literals_;
SimpleConjunction(const FirstOrderLiteralPtr &literal)
SimpleConjunction(const std::vector< FirstOrderLiteralPtr > &literals)
std::vector< FirstOrderLiteralPtr > literals_
std::shared_ptr< SimpleConjunction > SimpleConjunctionPtr
std::shared_ptr< FirstOrderLiteral > FirstOrderLiteralPtr