interruptedMessage = "The parameters you specified have not changed.";
this.clusterUtil.getCurrentParameters().setParams(currentParamsCopy, resultId, network.getSUID());
}
if(currentParamsCopy.getAlgorithm().equals(ParameterSet.MCODE ))
alg1 = new MCODE(network.getSUID(), this.clusterUtil);
if(currentParamsCopy.getAlgorithm().equals(ParameterSet.EAGLE ))
alg1 = new EAGLE(network.getSUID(), this.clusterUtil);
if(currentParamsCopy.getAlgorithm().equals(ParameterSet.FAGEC ))
alg1 = new FAGEC(network.getSUID(), this.clusterUtil);
this.clusterUtil.addNetworkAlgorithm(network.getSUID().longValue(), alg1);