spot  1.2.1a
Public Member Functions | List of all members
spot::instance_automaton Class Referenceabstract

A simple wrapper for an automaton. More...

#include <fasttgbaalgos/ec/ec.hh>

Inheritance diagram for spot::instance_automaton:
Inheritance graph
Collaboration diagram for spot::instance_automaton:
Collaboration graph

Public Member Functions

virtual const spot::fasttgbaget_automaton () const =0
 return the automaton. Warning ! You don't have to delete the More...
 
virtual const spot::fasttgbaget_ba_automaton () const =0
 return the automaton as a B\¨uchi Automaton. Warning ! You don't have to delete the More...
 
virtual const spot::fasttgbaget_weak_automaton () const =0
 return a weak instance of the automaton More...
 
virtual const spot::fasttgbaget_terminal_automaton () const =0
 return a terminal instance of the automaton More...
 

Detailed Description

A simple wrapper for an automaton.

Member Function Documentation

virtual const spot::fasttgba* spot::instance_automaton::get_automaton ( ) const
pure virtual

return the automaton. Warning ! You don't have to delete the

Implemented in spot::dve2product_instance, and spot::simple_instance.

virtual const spot::fasttgba* spot::instance_automaton::get_ba_automaton ( ) const
pure virtual

return the automaton as a B\¨uchi Automaton. Warning ! You don't have to delete the

Implemented in spot::dve2product_instance, and spot::simple_instance.

virtual const spot::fasttgba* spot::instance_automaton::get_terminal_automaton ( ) const
pure virtual

return a terminal instance of the automaton

Implemented in spot::dve2product_instance, and spot::simple_instance.

virtual const spot::fasttgba* spot::instance_automaton::get_weak_automaton ( ) const
pure virtual

return a weak instance of the automaton

Implemented in spot::dve2product_instance, and spot::simple_instance.


The documentation for this class was generated from the following file:

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Fri Jun 5 2015 11:31:19 for spot by doxygen 1.8.9.1