}
public void createPlayer(ScoredConceptTO[] initialConcepts) throws ConceptNotFoundException {
OntoSpreadState ontoSpreadState = new OntoSpreadState();
ontoSpreadState.setInitialConcepts(initialConcepts);
this.player = new SpreadDebugPlayer(ontoSpreadProcess,ontoSpreadState);
}