spot::ltl::unabbreviate_logic_visitor Class Reference
Clone and rewrite a formula to remove most of the abbreviated logical operators.
More...
#include <lunabbrev.hh>
Inheritance diagram for spot::ltl::unabbreviate_logic_visitor:
[legend]Collaboration diagram for spot::ltl::unabbreviate_logic_visitor:
[legend]List of all members.
Detailed Description
Clone and rewrite a formula to remove most of the abbreviated logical operators.
This will rewrite binary operators such as binop::Implies, binop::Equals, and binop::Xor, using only unop::Not, multop::Or, and multop::And.
This visitor is public, because it's convenient to derive from it and override some of its methods. But if you just want the functionality, consider using spot::ltl::unabbreviate_logic instead.
Member Typedef Documentation
Constructor & Destructor Documentation
spot::ltl::unabbreviate_logic_visitor::unabbreviate_logic_visitor |
( |
|
) |
|
|
Member Function Documentation
virtual formula* spot::ltl::unabbreviate_logic_visitor::recurse |
( |
formula * |
f |
) |
[virtual] |
|
formula* spot::ltl::clone_visitor::result |
( |
|
) |
const [inherited] |
|
void spot::ltl::clone_visitor::visit |
( |
constant * |
c |
) |
|
|
void spot::ltl::clone_visitor::visit |
( |
multop * |
mo |
) |
|
|
void spot::ltl::clone_visitor::visit |
( |
binop * |
bo |
) |
|
|
void spot::ltl::clone_visitor::visit |
( |
unop * |
uo |
) |
|
|
void spot::ltl::clone_visitor::visit |
( |
atomic_prop * |
ap |
) |
|
|
void spot::ltl::unabbreviate_logic_visitor::visit |
( |
binop * |
bo |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
Generated on Tue Jun 29 17:02:26 2004 for spot by
1.3.7