* src/ltlast/formulae.hh: Rename as ...
* src/ltlast/formula.hh: ... this. * src/ltlast/Makefile.am (libltlast_a_SOURCES): Adjust. * src/ltlast/formula.hh (formulae): Rename as ... (formula): ... this. Adjust all uses.
This commit is contained in:
parent
532f9131f5
commit
ef2d6323e0
22 changed files with 104 additions and 97 deletions
23
src/ltlast/formula.hh
Normal file
23
src/ltlast/formula.hh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#ifndef SPOT_LTLAST_FORMULAE_HH
|
||||
# define SPOT_LTLAST_FORMULAE_HH
|
||||
|
||||
#include "predecl.hh"
|
||||
|
||||
namespace spot
|
||||
{
|
||||
namespace ltl
|
||||
{
|
||||
|
||||
class formula
|
||||
{
|
||||
public:
|
||||
virtual void accept(visitor& v) = 0;
|
||||
virtual void accept(const_visitor& v) const = 0;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif // SPOT_LTLAST_FORMULAE_HH
|
||||
Loading…
Add table
Add a link
Reference in a new issue