29 using namespace YACS::ENGINE;
39 _conditionPort(other._conditionPort,this)
43 std::vector< std::pair<OutPort *, InPort *> >::iterator iter=linksToReproduce.begin();
44 for(;iter!=linksToReproduce.end();++iter)
47 InPort* pin = iter->second;
89 return new WhileLoop(*
this,father,editionOnly);
94 if(name==NAME_OF_INPUT_CONDITION)
123 const std::list<ComposedNode *>& pointsOfViewStart,
125 const std::list<ComposedNode *>& pointsOfViewEnd)
throw(
YACS::Exception)
127 DEBTRACE(
"WhileLoop::checkLinkPossibility");
137 list<InputPort *>
ret;