#include <sml_transition_graph.h>
|
using | edge_t = std::pair< std::string, std::string > |
|
|
const vertex_descriptor | NIL = std::numeric_limits<vertex_descriptor>::max() |
|
Definition at line 54 of file sml_transition_graph.h.
◆ edge_t
◆ SmlTransitionGraph()
template<class SM >
sml_transition_graph::SmlTransitionGraph::SmlTransitionGraph |
( |
const SM & |
sm | ) |
|
|
inline |
◆ construct_edge()
template<class T >
void sml_transition_graph::SmlTransitionGraph::construct_edge |
( |
std::vector< edge_t > & |
edges | ) |
|
|
inlineprivatenoexcept |
◆ construct_edges()
template<class SM >
std::vector<edge_t> sml_transition_graph::SmlTransitionGraph::construct_edges |
( |
const SM & |
| ) |
|
|
inlineprivatenoexcept |
◆ construct_edges_impl()
template<template< class... > class T, class... Ts>
void sml_transition_graph::SmlTransitionGraph::construct_edges_impl |
( |
const T< Ts... > & |
, |
|
|
std::vector< edge_t > & |
edges |
|
) |
| |
|
inlineprivatenoexcept |
◆ construct_graph()
template<class SM >
void sml_transition_graph::SmlTransitionGraph::construct_graph |
( |
const SM & |
sm | ) |
|
|
inlineprivatenoexcept |
◆ find_path()
std::vector<vertex_descriptor> sml_transition_graph::SmlTransitionGraph::find_path |
( |
const vertex_descriptor & |
start_vertex, |
|
|
const vertex_descriptor & |
goal_vertex |
|
) |
| |
|
inline |
◆ find_predecessors()
std::vector<vertex_descriptor> sml_transition_graph::SmlTransitionGraph::find_predecessors |
( |
const vertex_descriptor & |
start_vertex | ) |
|
|
inline |
◆ get_vertex_index()
vertex_descriptor sml_transition_graph::SmlTransitionGraph::get_vertex_index |
( |
const std::string & |
vertex_name | ) |
const |
|
inline |
◆ get_vertex_name()
std::string sml_transition_graph::SmlTransitionGraph::get_vertex_name |
( |
const vertex_descriptor & |
vertex_index | ) |
const |
|
inline |
◆ write_all_reachable_states()
void sml_transition_graph::SmlTransitionGraph::write_all_reachable_states |
( |
const vertex_descriptor & |
start_vertex, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
inline |
◆ write_graphiz()
void sml_transition_graph::SmlTransitionGraph::write_graphiz |
( |
std::ostream & |
out = std::cout | ) |
const |
|
inline |
◆ write_graphviz_path()
void sml_transition_graph::SmlTransitionGraph::write_graphviz_path |
( |
std::ostream & |
out, |
|
|
const std::vector< vertex_descriptor > & |
path |
|
) |
| |
|
inlineprivate |
◆ write_graphviz_predecessors()
void sml_transition_graph::SmlTransitionGraph::write_graphviz_predecessors |
( |
std::ostream & |
out, |
|
|
const std::vector< vertex_descriptor > & |
predecessors |
|
) |
| |
|
inlineprivate |
◆ write_path_between_two_states()
void sml_transition_graph::SmlTransitionGraph::write_path_between_two_states |
( |
const vertex_descriptor & |
start_vertex, |
|
|
const vertex_descriptor & |
goal_vertex, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
inline |
◆ NIL
const vertex_descriptor sml_transition_graph::SmlTransitionGraph::NIL = std::numeric_limits<vertex_descriptor>::max() |
◆ vertex_name_to_descriptor_map_
std::unordered_map<std::string, vertex_descriptor> sml_transition_graph::SmlTransitionGraph::vertex_name_to_descriptor_map_ |
|
private |
The documentation for this class was generated from the following file: