String in_sTransitionNamePrefix)
{
// create new node in TestCaseGraph
TestCaseGraphAddNodeAction oAction =
new TestCaseGraphAddNodeAction(this, in_oTCGNode);
oAction.execute();
// constraints checken
if(checkCoverageCriteria() == false)
{
oAction.reverse();