// MPropertyFriendlyName = [Test] Explicit Yes/No Outflow// MPropertyDescription = Test node that picks between two outflows as specified in the test domain.class CPulseCell_Outflow_TestExplicitYesNo : publicCPulseCell_BaseFlow{public: // MPropertyFriendlyName = YesCPulse_OutflowConnection m_Yes; // MPropertyFriendlyName = NoCPulse_OutflowConnection m_No;};