1 #ifndef REPRESENTATION_FORMAL_HYBRID_AUTOMATON_LOCATIONS_MODEL_STATE_H 2 #define REPRESENTATION_FORMAL_HYBRID_AUTOMATON_LOCATIONS_MODEL_STATE_H 9 template <
typename Analyser>
12 template <
typename Analyser>
51 bool operator<(const State<Analyser>& rhs)
const;
65 #include "../../../../../../../src/representation/formal/hybridAutomaton/locations/model/state.tpp" 67 #endif //REPRESENTATION_FORMAL_HYBRID_AUTOMATON_LOCATIONS_MODEL_STATE_H capd::C0Rect2Set initCondition() const
get the initial condition of the state
const Model< Analyser > * modelPtr() const
get the pointer to the state related mode
capd::C0Rect2Set initCondition_
initial state set of the mode's simulation
Definition: state.h:23
~State()=default
destructor
const Model< Analyser > * modelPtr_
pointer to the model
Definition: state.h:19
Definition: condition.cpp:3
State()=default
constructor