More debugging name cleanups along with a few reference tweaks. Next up: fixing the schedule and running it

This commit is contained in:
Jeff Moser
2010-09-27 22:26:28 -04:00
parent f816a766d7
commit 196d09429a
7 changed files with 9 additions and 9 deletions

View File

@ -43,9 +43,9 @@ abstract class FactorGraphLayer
$this->_inputVariablesGroups = $value;
}
protected function scheduleSequence(&$itemsToSequence)
protected function scheduleSequence(&$itemsToSequence, $name)
{
return new ScheduleSequence("TODO", $itemsToSequence);
return new ScheduleSequence($name, $itemsToSequence);
}
protected function addLayerFactor(&$factor)