|
|
||||||
|
hyb_experiment.h
Go to the documentation of this file.
28 * underlying state set of the transition system; i.e., each node represents the finite sequence of
Abstract dynamics operator, i.e., some set of states, that knows where it eveolves when it next trigg... Definition: hyb_experiment.h:198 virtual void InitialiseConstraint(void)=0 virtual void InitialiseFull(void)=0 virtual ~CompatibleStates(void) Definition: hyb_experiment.h:201 virtual void DWrite(void) const =0 virtual void ExecuteTransitions(void)=0 virtual CompatibleStates * TakeByEvent(Idx ev)=0 Definition: hyb_experiment.h:211 std::map< Idx, StateSet * > mReachSets Definition: hyb_experiment.h:223 std::map< Idx, Node * > mChildren Definition: hyb_experiment.h:116 std::map< Idx, Node * >::const_iterator Iterator Definition: hyb_experiment.h:121 std::map< Idx, Node * > & Children(Node *node) Definition: hyb_experiment.h:144 Idx & Index(Node *node) Node related methods, hosted by Experiment for convenience. Definition: hyb_experiment.h:128 CompatibleStates *const & States(const Node *node) const Definition: hyb_experiment.h:173 std::map< Idx, Node * >::const_iterator Iterator Definition: hyb_experiment.h:96 const bool & IsLock(const Node *node) const Definition: hyb_experiment.h:177 Node * mpRoot core experiment data: have root and track all nodes by index Definition: hyb_experiment.h:91 Node *const & Parent(const Node *node) const Definition: hyb_experiment.h:134 const Idx & RecEvent(const Node *node) const Definition: hyb_experiment.h:138 const std::map< Idx, Node * > & Children(const Node *node) const Definition: hyb_experiment.h:146 Node * NodePtr(Idx idx) const get node ptr by index (for API wrappers) Definition: hyb_experiment.h:181 Definition: hyb_experiment.h:227 const HybridStateSet * States(void) const Definition: hyb_experiment.h:237 std::map< Idx, HybridStateSet * > mHybridReachSets Definition: hyb_experiment.h:241 Generator with linear hybrid automata extensions. Definition: hyb_hgenerator.h:236 Includes all libFAUDES headers, no plugins. TaNameSet< AttributeCFlags > Alphabet Convenience typedef for event sets with controllability attributes. Definition: cfl_cgenerator.h:240 A node represents the edges related to one individual vertex. Definition: cfl_project.cpp:279 An iterator over the set of edges related to one vertex is interpreted as a transition. Definition: cfl_project.cpp:383 libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |