| <HTML> | |
| <HEAD> | |
| <TITLE>SIR</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>SIR</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="#sIRAgentlink">SIR Agent</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>SIR Agent Count</td> | |
| <td>Integer</td> | |
| <td></td></tr> | |
| <tr><td colspan="3"><i>The number of sir agents to create.</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 SIR</i></td> | |
| <td>Build the SIR.</td> | |
| </tr> | |
| </table> | |
| </div> | |
| <div id="agents"> | |
| <h1><a name="agentslink">Agents</a></h1> | |
| <div id="agent"> | |
| <H2><a name="sIRAgentlink"/>SIR Agent</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> | |
| </table> | |
| <H3>Behaviors</H3> | |
| <table CELLPADDING="10px"> | |
| <thead align="left"><tr><th>Act</th><th>Description</th></tr></thead> | |
| </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> | |
| </table> | |
| </div> | |
| </div> | |
| <div id="footer"> | |
| <P>Generated by AMF.</P> | |
| </div> | |
| </div> | |
| </BODY> | |
| </HTML> | |