LearnTA
0.0.1
|
A class to make a transition from P to ext(P) More...
#include <external_transition_maker.hh>
Public Member Functions | |
void | add (const std::shared_ptr< TAState > &targetState, const RenamingRelation &renamingRelation, const TimedCondition &sourceCondition, const TimedCondition &targetCondition) |
Add a transition to targetState. More... | |
std::vector< TATransition > | make () const |
Generate transitions. | |
Static Public Member Functions | |
static std::vector< double > | toValuation (TimedCondition condition) |
Construct a reset to a value in the timed condition. More... | |
static auto | inactiveClockVariables (const RenamingRelation &renamingRelation, const TimedCondition &targetCondition) |
Return the inactive clock variables after the transition. | |
A class to make a transition from P to ext(P)
|
inline |
Add a transition to targetState.
The transition corresponds to a morphism \((u, \Lambda, u', \Lambda', R)\), where
|
inlinestatic |
Construct a reset to a value in the timed condition.