webgme-hfsm
Version:
WebGME Domain for creating Executable Heirarchical Finite State Machines (HFSMs). Contains metamodel, visualization, simulation, and code generation for Heirarchical Finite State Machines (HFSMs) following the UML State Machine specification.
20 lines (19 loc) • 1.1 kB
HTML
<div id="HFSM_VIZ_DIV" style="position:absolute; background-color: white; width: 100%; height: 100%; overflow: hidden">
<div id="hfsmVizLeft" style="float:left; height:100%;padding: 0;" class="panel-body">
</div>
<div id="hfsmVizHandle" class="ui-layout-resizer ui-draggable-handle ui-layout-resizer-open" style="width:0.5%; height:100%;float: left; padding: 0px; margin: 0px; font-size: 1px; text-align: left; overflow: hidden; z-index: 2; cursor: w-resize">
<div id="" class="ui-layout-toggler ui-layout-toggler-open" title="Close" style="padding: 0px; margin: 0px; overflow: hidden; text-align: center; font-size: 1px; cursor: pointer; z-index: 1; visibility: visible; height: 48px; width: 3px;">
</div>
</div>
<div id="hfsmVizRight" style="float:left;">
<div class="search">
<span class="fa fa-search"></span>
<input id="search" type="text" placeholder="Search..." autocomplete="off"/>
</div>
<div id="cy" style="height: 85%;">
</div>
<div style="height:15%">
<code id="simulator-logs" class="simulator-logs"></code>
</div>
</div>
</div>