12#ifndef RESPOND_TRANSITION_FACTORY_HPP_
13#define RESPOND_TRANSITION_FACTORY_HPP_
17#include <respond/transition.hpp>
36 static std::unique_ptr<Transition>
Factory for creating concrete Transition instances. This factory supports creation of various transit...
Definition: transition_factory.hpp:23
static std::unique_ptr< Transition > CreateTransition(const std::string &type, const std::string &log_name)
Creates a transition of the specified type.