spot  1.99.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
defaultenv.hh
1 // -*- coding: utf-8 -*-
2 // Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et
3 // Développement
4 // de l'Epita (LRDE).
5 // Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
6 // département Systèmes Répartis Coopératifs (SRC), Université Pierre
7 // et Marie Curie.
8 //
9 // This file is part of Spot, a model checking library.
10 //
11 // Spot is free software; you can redistribute it and/or modify it
12 // under the terms of the GNU General Public License as published by
13 // the Free Software Foundation; either version 3 of the License, or
14 // (at your option) any later version.
15 //
16 // Spot is distributed in the hope that it will be useful, but WITHOUT
17 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
18 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
19 // License for more details.
20 //
21 // You should have received a copy of the GNU General Public License
22 // along with this program. If not, see <http://www.gnu.org/licenses/>.
23 
24 #pragma once
25 
26 #include "environment.hh"
27 #include "ltlast/atomic_prop.hh"
28 
29 namespace spot
30 {
31  namespace ltl
32  {
33 
41  class SPOT_API default_environment final: public environment
42  {
43  public:
44  virtual ~default_environment();
45  virtual const atomic_prop* require(const std::string& prop_str);
46  virtual const std::string& name() const;
47 
49  static default_environment& instance();
50  protected:
52  };
53  }
54 }
Definition: public.hh:31
LTL atomic propositions.
Atomic propositions.
Definition: atomic_prop.hh:40
An environment that describes atomic propositions.
Definition: environment.hh:34
A laxist environment.
Definition: defaultenv.hh:41

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Wed Aug 26 2015 08:42:37 for spot by doxygen 1.8.8