spot  0.8.3
sabacomplementtgba.hh
Go to the documentation of this file.
00001 // Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
00002 // de l'Epita (LRDE).
00003 //
00004 // This file is part of Spot, a model checking library.
00005 //
00006 // Spot is free software; you can redistribute it and/or modify it
00007 // under the terms of the GNU General Public License as published by
00008 // the Free Software Foundation; either version 2 of the License, or
00009 // (at your option) any later version.
00010 //
00011 // Spot is distributed in the hope that it will be useful, but WITHOUT
00012 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
00013 // or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
00014 // License for more details.
00015 //
00016 // You should have received a copy of the GNU General Public License
00017 // along with Spot; see the file COPYING.  If not, write to the Free
00018 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
00019 // 02111-1307, USA.
00020 
00021 #ifndef SPOT_SABA_SABACOMPLEMENTTGBA_HH
00022 #define SPOT_SABA_SABACOMPLEMENTTGBA_HH
00023 
00024 #include <tgba/tgba.hh>
00025 #include <tgba/tgbatba.hh>
00026 #include "saba.hh"
00027 
00028 namespace spot
00029 {
00056   class saba_complement_tgba : public saba
00057   {
00058   public:
00059     saba_complement_tgba(const tgba* a);
00060     virtual ~saba_complement_tgba();
00061 
00062     // tgba interface
00063     virtual saba_state* get_init_state() const;
00064     virtual saba_succ_iterator*
00065     succ_iter(const saba_state* local_state) const;
00066 
00067     virtual bdd_dict* get_dict() const;
00068     virtual std::string format_state(const saba_state* state) const;
00069     virtual bdd all_acceptance_conditions() const;
00070   private:
00071     const tgba_sba_proxy* automaton_;
00072     bdd the_acceptance_cond_;
00073     unsigned nb_states_;
00074   }; // end class tgba_saba_complement.
00075 
00076 } // end namespace spot.
00077 
00078 
00079 #endif  // SPOT_SABA_SABACOMPLEMENTTGBA_HH

Please comment this page and report errors about it on the RefDocComments page.
Generated on Fri Mar 9 2012 13:52:09 for spot by doxygen 1.7.6.1