twa: make acc_ private

* spot/twa/twa.hh: Here.
* spot/ta/ta.hh, spot/twa/taatgba.cc, spot/twa/taatgba.hh,
spot/twa/twagraph.hh, spot/twa/twasafracomplement.cc,
spot/twaalgos/stutter.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-02 16:55:51 +01:00
parent 681bb82b8e
commit aebe6593f9
7 changed files with 15 additions and 16 deletions

View file

@ -210,9 +210,8 @@ namespace spot
: twa(a->get_dict()), a_(a), aps_(atomic_propositions)
{
get_dict()->register_all_propositions_of(&a_, this);
assert(acc_.num_sets() == 0);
acc_.add_sets(a_->num_sets());
acc_.set_generalized_buchi();
assert(num_sets() == 0);
set_generalized_buchi(a_->num_sets());
}
virtual const state* get_init_state() const override