final double currentScore = getScore(ontoSpreadState, currentUri);
ontoSpreadState.setCurrentScore(currentScore);//FIXME
final int depth = uriDepth.getDepth();
final double []parameters = new double[]{depth};
double degradation = 1.0;
Concept concept = getOntologyDAO().getConcept(currentUri, null);
ConceptOperations conceptOperations = new ConceptOperations(concept);
//We take all the concepts (and the relation wich join with the // ''concept'' variable)
//Iterate over them, and score its spread value
//System.out.println("Spreading "+uriDepth);
logger.debug("SPREADING "+uriDepth.getUri()+" DEPTH "+uriDepth.getDepth()+" SCORE "+currentScore);