public static OntoSpreadRun createDefaultRun(OntologyDAO ontologyDAO,
OntoSpreadRestriction restrictionsStop,
OntoSpreadRestriction restrictionsSelect,
OntoSpreadRelationWeight relationWeight, OntoSpreadDegradationFunction function) {
return new OntoSpreadRunImpl(
ontologyDAO,
createStopStrategy(restrictionsStop),
createSelectStrategy(restrictionsSelect),
relationWeight,
function);