![]() |
Awali
Another Weighted Automata library
|
#include <transition.hh>
Public Types | |
| using | label_t = Label |
Public Member Functions | |
| label_t | get_label () const |
| void | set_label (label_t &l) |
Data Fields | |
| State | dst |
| State | src |
| using awali::sttc::internal::possibly_labeled_transition_tuple< State, Label >::label_t = Label |
| label_t awali::sttc::internal::possibly_labeled_transition_tuple< State, Label >::get_label | ( | ) | const |
| void awali::sttc::internal::possibly_labeled_transition_tuple< State, Label >::set_label | ( | label_t & | l | ) |
| State awali::sttc::internal::possibly_labeled_transition_tuple< State, Label >::dst |
| State awali::sttc::internal::possibly_labeled_transition_tuple< State, Label >::src |