((Task)parentImpl).setWbsChildrenNodes(getHierarchy().getChildren(newParent)); //rebuild children task's wbs cache
return newNode;
}
private Object cloneNodeImpl(Object impl){
if (impl instanceof VoidNodeImpl){
return new VoidNodeImpl();
}else if (impl instanceof NormalTask){
return ((NormalTask)impl).clone();
}else if (impl instanceof ResourceImpl){
return ((ResourceImpl)impl).clone();
}//TOTO assignments