spot  1.1.3
succiter.hh
Go to the documentation of this file.
1 // Copyright (C) 2011, 2013 Laboratoire de Recherche et Developpement de
2 // l'Epita (LRDE).
3 // Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
4 // département Systèmes Répartis Coopératifs (SRC), Université Pierre
5 // et Marie Curie.
6 //
7 // This file is part of Spot, a model checking library.
8 //
9 // Spot is free software; you can redistribute it and/or modify it
10 // under the terms of the GNU General Public License as published by
11 // the Free Software Foundation; either version 3 of the License, or
12 // (at your option) any later version.
13 //
14 // Spot is distributed in the hope that it will be useful, but WITHOUT
15 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 // License for more details.
18 //
19 // You should have received a copy of the GNU General Public License
20 // along with this program. If not, see <http://www.gnu.org/licenses/>.
21 
22 #ifndef SPOT_TGBA_SUCCITER_HH
23 # define SPOT_TGBA_SUCCITER_HH
24 
25 #include "state.hh"
26 
27 namespace spot
28 {
38  {
39  public:
40  virtual
42  {
43  }
44 
46 
47 
57  virtual void first() = 0;
58 
63  virtual void next() = 0;
64 
74  virtual bool done() const = 0;
75 
77 
79 
80 
90  virtual state* current_state() const = 0;
94  virtual bdd current_condition() const = 0;
97  virtual bdd current_acceptance_conditions() const = 0;
98 
100  };
101 }
102 
103 
104 #endif // SPOT_TGBA_SUCCITER_HH

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Tue Jul 9 2013 14:04:33 for spot by doxygen 1.8.4