spot 2.13
|
An environment that describes atomic propositions. More...
#include <spot/tl/environment.hh>
Public Member Functions | |
virtual formula | require (const std::string &prop_str)=0 |
Obtain the formula associated to prop_str. More... | |
virtual const std::string & | name () const =0 |
Get the name of the environment. More... | |
An environment that describes atomic propositions.
|
pure virtual |
Get the name of the environment.
Implemented in spot::declarative_environment, and spot::default_environment.
|
pure virtual |
Obtain the formula associated to prop_str.
Usually prop_str, is the name of an atomic proposition, and spot::require simply returns the associated spot::formula.
Note this is not a const
method. Some environments will "create" the atomic proposition when requested.
Implemented in spot::declarative_environment, and spot::default_environment.