|
@@ -32,7 +32,7 @@ namespace Goals
|
|
|
virtual bool operator==(const Composition & other) const override;
|
|
virtual bool operator==(const Composition & other) const override;
|
|
|
virtual std::string toString() const override;
|
|
virtual std::string toString() const override;
|
|
|
void accept(VCAI * ai) override;
|
|
void accept(VCAI * ai) override;
|
|
|
- Composition & addNext(AbstractGoal & goal);
|
|
|
|
|
|
|
+ Composition & addNext(const AbstractGoal & goal);
|
|
|
Composition & addNext(TSubgoal goal);
|
|
Composition & addNext(TSubgoal goal);
|
|
|
virtual TGoalVec decompose() const override;
|
|
virtual TGoalVec decompose() const override;
|
|
|
virtual bool isElementar() const override;
|
|
virtual bool isElementar() const override;
|