16 lines
895 B
HTML
16 lines
895 B
HTML
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type"
|
|
content="text/html; charset=ISO-8859-1">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h2> Text Formatter User Guide for Narrative Products</h2>
|
|
<h3>31. Forecast Narrative Engine - Processing Rules</h3>
|
|
<hr>
|
|
<a href=Slide30.html>Previous Slide</a> <a href=Slide32.html>Next Slide</a> <br><img SRC=Slide31.JPG border=1><br></center>
|
|
<p><p><big>We can simulate holographic processing by making multiple passes through the tree, traversing it top-down and executing the methods at each node until no changes are made to the tree. Each method may return a "DONE" flag to indicate it's job is done and it should not be executed again. This introduces the potential for infinite loops -- what if methods are not well-coordinated and we continue to make passes which alter the tree? For this, we provide a safety net. <br><br><br></big>
|
|
</body>
|
|
</html>
|