}else
if( type.equalsIgnoreCase("Continuous") ){
CNNormalDistribution normalDistribution = ((ContinuousNode)uNode).getCnNormalDistribution();
// Make sure all the structure is created and that the parents are in the right order.
normalDistribution.refreshParents();
getProbFromEquation( cpt, eq, normalDistribution );
//normalDistribution.setMean(function.getMean(), function.getIndex());
//normalDistribution.setVariance(function.getVariance(), function.getIndex());
//normalDistribution.setConstantAt(constant.getIndex(), constant.getValue(), function.getIndex());