Declare the sba class in its own header.

* src/tgba/sba.hh: New file, extrated from...
* src/tgba/tgbaexplicit.hh: ... here.  Also rename
sba_explicit::is_accepting as sba_explicit::state_is_accepting for
consistency with tgba_sba_proxy.
* src/tgbatest/explicit2.cc: Adjust to the renaming.
* src/tgba/Makefile.am: Add sba.hh.
This commit is contained in:
Alexandre Duret-Lutz 2012-04-12 17:22:08 +02:00
parent 937248e561
commit 37a6b601c1
4 changed files with 64 additions and 25 deletions

View file

@ -1,5 +1,5 @@
## Copyright (C) 2009, 2010, 2011 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
## Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
## Développement de l'Epita (LRDE).
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
@ -32,6 +32,7 @@ tgba_HEADERS = \
formula2bdd.hh \
futurecondcol.hh \
public.hh \
sba.hh \
state.hh \
statebdd.hh \
succiter.hh \