twa: rename as_var() as as_vars()

* spot/twa/twa.hh, spot/twaalgos/stutter.cc: Here.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2016-03-02 16:04:15 +01:00
parent 4f1fad80a4
commit 65726c0f60
3 changed files with 9 additions and 7 deletions

View file

@ -740,13 +740,13 @@ namespace spot
/// \brief The vector of atomic propositions registered by this
/// automaton.
const std::vector<formula>& ap() const
const std::vector<formula>& ap() const
{
return aps_;
}
/// \brief The set of atomic propositions as a conjunction.
bdd ap_var() const
bdd ap_vars() const
{
return bddaps_;
}