MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetDecisionCycleCount

Method GetDecisionCycleCount

Core/ClientSML/src/sml_ClientTraceXML.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

MyXMLEventHandlerMethod · 0.80
getStateTextMethod · 0.80
getOperatorTextMethod · 0.80

Calls 1

GetAttributeFunction · 0.70

Tested by

no test coverage detected