| 42 | return IsTag(sml_Names::kTagState) ; |
| 43 | } |
| 44 | char const* ClientTraceXML::GetDecisionCycleCount() const |
| 45 | { |
| 46 | return GetAttribute(sml_Names::kState_DecisionCycleCt) ; |
| 47 | } |
| 48 | char const* ClientTraceXML::GetStateID() const |
| 49 | { |
| 50 | return GetAttribute(sml_Names::kState_ID) ; |
no test coverage detected