double minScore = 1.0;
OntoSpreadRun runOntoSpread = new OntoSpreadRunImpl(
DAOUtils.createOntologyDAO(),
OntoSpreadTestUtils.createStopStrategy(min,max, minScore),
OntoSpreadTestUtils.createSelectStrategy(),
new OntoSpreadRelationWeightImpl());
OntoSpreadState ontoSpreadState = new OntoSpreadState();
ontoSpreadState.setInitialConcepts(OntoSpreadTestUtils.createScoredConcepts(conceptUris,1.0));
List<UriDepthPair> sortedList = new LinkedList<UriDepthPair>();
for(int i = 0; i<conceptUris.length;i++){
sortedList.add(new UriDepthPair(conceptUris[i],1));