<HTML> | |
<HEAD> | |
<TITLE>Stupid Model 5</TITLE> | |
<STYLE TYPE="text/css"> | |
body, | |
html { | |
margin:0; | |
padding:0; | |
color:#000; | |
} | |
body { | |
min-width:750px; | |
} | |
#wrap { | |
margin:0 auto; | |
width:1024px; | |
} | |
#header { | |
border-bottom: solid 1px #BEBFAA; | |
left: 220px; | |
} | |
#nav { | |
} | |
#nav ul{ | |
margin:0; | |
padding:0; | |
list-style:none; | |
} | |
#nav li{ | |
display:inline; | |
margin:0; | |
padding:0; | |
} | |
#main { | |
border-left: solid 1px #BEBFAA; | |
float:left; | |
width:800px; | |
} | |
#sidebarfake { | |
float:left; | |
width:200px; | |
} | |
#sidebar { | |
position: fixed; | |
float:left; | |
width:200px; | |
} | |
#footer { | |
border-top: solid 1px #BEBFAA; | |
clear:both; | |
} | |
#section { | |
background: #FFFFDC; | |
border-bottom: solid 1px black; | |
border-left: solid 1px #BEBFAA; | |
border-right: solid 1px black; | |
border-top: solid 1px #BEBFAA; | |
margin: 2em 1em 1em 2em; | |
padding: 0.5em 2em 2em 2em; | |
text-align: justify; | |
} | |
#section h1 { | |
text-align: left; | |
font-family: sans-serif; | |
} | |
#section p { | |
text-indent: 2em; | |
} | |
#section p.noindent { | |
text-indent: 0; | |
} | |
#agent { | |
border-bottom: solid 1px black; | |
border-left: solid 1px #BEBFAA; | |
border-right: solid 1px black; | |
border-top: solid 1px #BEBFAA; | |
margin: 2em 1em 1em 2em; | |
padding: 0.5em 2em 2em 2em; | |
text-align: justify; | |
} | |
#agents { | |
border-bottom: solid 1px black; | |
border-left: solid 1px #BEBFAA; | |
border-right: solid 1px black; | |
border-top: solid 1px #BEBFAA; | |
margin: 2em 1em 1em 2em; | |
padding: 0.5em 2em 2em 2em; | |
text-align: justify; | |
} | |
</STYLE> | |
</HEAD> | |
<BODY> | |
<div id="wrap"> | |
<div id="header"> | |
<H1>Stupid Model 5</H1> | |
<P></P> | |
</div> | |
<div id="sidebarfake"> | |
<H1> </H1> | |
</div> | |
<div id="sidebar"> | |
<ul> | |
<li><a href="#parlink">Parameters</a></li> | |
<li><a href="#behaviorlink">Behaviors</a></li> | |
<li><a href="#agentslink">Agents</a> | |
<ul> | |
<li><a href="#buglink">Bug</a></li> | |
<li><a href="#habitatlink">Habitat</a></li> | |
</ul></li> | |
<li><a href="#projlink">Projections</a></li> | |
</ul> | |
</div> | |
<div id="main"> | |
<div id="agent"> | |
<h3><a name="parlink">Parameters</a></h3> | |
<table CELLPADDING="10px" rules="groups"> | |
<thead align="left"><tr><th>Name</th><th>Type</th><th>Default Value</th></tr></thead> | |
<tbody ><tr><td>Bug Count</td> | |
<td>Integer</td> | |
<td>100</td></tr> | |
<tr><td colspan="3"><i>The number of bugs to create.</i></td></tr></tbody> | |
<tbody ><tr><td>Habitat Count</td> | |
<td>Integer</td> | |
<td></td></tr> | |
<tr><td colspan="3"><i>The number of habitats to create.</i></td></tr></tbody> | |
<tbody ><tr><td>Bug Vision</td> | |
<td>Integer</td> | |
<td>4</td></tr> | |
<tr><td colspan="3"><i></i></td></tr></tbody> | |
</table> | |
<h3><a name="behaviorlink">Behaviors</a></h3> | |
<table CELLPADDING="10px"> | |
<thead align="left"><tr><th>Act</th><th>Description</th></tr></thead> | |
<tr> | |
<td><i>Build stupidModel3</i></td> | |
<td>Build the Stupid Model 5.</td> | |
</tr> | |
</table> | |
</div> | |
<div id="agents"> | |
<h1><a name="agentslink">Agents</a></h1> | |
<div id="agent"> | |
<H2><a name="buglink"/>Bug</a></H2> | |
<H3>Attributes</H3> | |
<table CELLPADDING="10px" rules="groups"> | |
<thead align="left"><tr><th>Name</th><th>Type</th><th>Default Value</th></tr></thead> | |
<tbody ><tr><td>Size</td> | |
<td>Real</td> | |
<td>0.0</td></tr> | |
<tr><td colspan="3"><i></i></td></tr></tbody> | |
<tbody ><tr><td>Consumption</td> | |
<td>Real</td> | |
<td>0.0</td></tr> | |
<tr><td colspan="3"><i></i></td></tr></tbody> | |
<tbody ><tr><td>Max Consumption</td> | |
<td>Real</td> | |
<td>0.2</td></tr> | |
<tr><td colspan="3"><i></i></td></tr></tbody> | |
</table> | |
<H3>Behaviors</H3> | |
<table CELLPADDING="10px"> | |
<thead align="left"><tr><th>Act</th><th>Description</th></tr></thead> | |
<tr> | |
<td><i>Initialize</i></td> | |
<td>Initialize Initialization. Executed once at the beginning of each model run.</td> | |
</tr> | |
<tr> | |
<td><i>Random Movement</i></td> | |
<td>Random Movement Rule. Executed every period.</td> | |
</tr> | |
<tr> | |
<td><i>Grow</i></td> | |
<td>Grow Rule. Executed every period.</td> | |
</tr> | |
</table> | |
</div> | |
<div id="agent"> | |
<H2><a name="habitatlink"/>Habitat</a></H2> | |
<H3>Attributes</H3> | |
<table CELLPADDING="10px" rules="groups"> | |
<thead align="left"><tr><th>Name</th><th>Type</th><th>Default Value</th></tr></thead> | |
<tbody ><tr><td>FoodAvailability</td> | |
<td>Real</td> | |
<td>0.0</td></tr> | |
<tr><td colspan="3"><i></i></td></tr></tbody> | |
<tbody ><tr><td>MaximumFoodProductionRate</td> | |
<td>Real</td> | |
<td>0.5</td></tr> | |
<tr><td colspan="3"><i></i></td></tr></tbody> | |
</table> | |
<H3>Behaviors</H3> | |
<table CELLPADDING="10px"> | |
<thead align="left"><tr><th>Act</th><th>Description</th></tr></thead> | |
<tr> | |
<td><i>determindFoodProduction</i></td> | |
<td>determindFoodProduction Rule. Executed every period.</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<div id="section"> | |
<H2><a name="projlink"/>Projections:</a></H2> | |
<table CELLPADDING="10px"> | |
<thead align="left"><tr><th>Name</th><th>Description</th><th>Type</th></tr></thead> | |
<tr> | |
<td><i>Grid 2D</i></td> | |
<td></td> | |
<td>2-Dimensional Grid</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<div id="footer"> | |
<P>Generated by AMF.</P> | |
</div> | |
</div> | |
</BODY> | |
</HTML> | |