Add of isolateNode method

This commit is contained in:
lasnier 2012-11-23 21:27:39 +01:00
commit 44e25b1406
4 changed files with 66 additions and 7 deletions

View file

@ -68,6 +68,12 @@ public :
*/
void construct(unsigned nbNode);
/**
*Inherited from AbstractTopology : changes the topology : removes any connection from/to the given node.
*@param idNode index of the node to be isolated
*/
void isolateNode(unsigned idNode);
private :
TopologyType _builder;