PathTO[]path = spreadPathTable.get(conceptUri);
if(path[path.length-1].getConceptUri().equals(conceptTO.getUri()) && !conceptUri.equals(conceptTO.getUri())){
Node sonNode = spreadedNode;
for (int i = path.length-1; i >=0 ; i--) {
pathConceptTO = ontologyDAO.getConceptTO(path[i].getConceptUri());
Node pathNode = new PathNode(
formatActivation(pathConceptTO.getName(),
concepts.get(pathConceptTO.getUri())),path[i].getConceptUri());
// for(String relation:path[i].getRelationsUri()){
// if(relation == null) relation = "#INITIAL";
// edges.add(new TextEdge(pathNode,sonNode,""+formatRelation(relation)));