Add of isolateNode method
This commit is contained in:
parent
6b2a695622
commit
44e25b1406
4 changed files with 66 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue