-
Simon Barner authored
* Move getting started to top in overview page * Adapt navigation menu (including further minor fixes) Issue-Ref: 4031 Issue-Url: https://af3-developer.fortiss.org/issues/4031 Signed-off-by:
Simon Barner <barner@fortiss.org>
Simon Barner authored* Move getting started to top in overview page * Adapt navigation menu (including further minor fixes) Issue-Ref: 4031 Issue-Url: https://af3-developer.fortiss.org/issues/4031 Signed-off-by:
Simon Barner <barner@fortiss.org>
ModandSim.MainPage.html 3.67 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Documentation of MIRA - Model-based Integrated Requirements. -->
<html>
<head>
<link rel="stylesheet" type="text/css" href="../layout/stylesheet.css"/>
<title>Modeling and Simulation Main-Page</title>
<style>
.center {
margin: auto;
width: 60%;
padding: 10px;
}
</style>
</head>
<body>
<div class="header">
<div class="box">
<div class="navbar">
<div class="dropdown">
<a href="../getting_started.html" style="padding:0;">
<button class="btn" id="hamburger" onclick="javascript:window.location.href='../getting_started.html'">
<label for="hamburger" class="hamburger">
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
</label>
</button>
</a>
<div class="dropdown-content">
<a href=".././rcphelp.gettingstarted.MainPage.html">Getting Started</a>
<a href="../requirements/MIRA.requirements.MainPage.html">Requirements Engineering</a>
<a style="background-color:#f2f2f2;">Modeling and Simulation</a>
<a href="../ta/DepandCodGen.MainPage.html">Deployment and Code Generation</a>
<a href="../dse/dse.MainPage.html">Design Space Exploration (DSE)</a>
<a href="../assuranceCases/creation.html">Assurance Case Modeling</a>
</div>
</div>
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'ModandSim.MainPage.html' Documentation Problem!&body= Dear AutoFOCUS3 team, I am reporting an issue related to Modeling and Simulation Main Page.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<div class="row center">
<div class="column">
<div class="mainfeature">
<h2>Modeling and Simulation</h2>
<img src="../gettingStarted/img/sim.png"/>
<ul>
<li><a href="model_element_attributes.html">Introduction to Graphical Modeling Interface</a></li>
<li><a href="component_architecture.html">Component Architecture Modeling</a></li>
<li><a href="data_dictionary.html">Data Dictionary: Types and Functions</a></li>
<li><a href="refactoring.html">Refactoring</a></li>
<li><a href="model_markers_view.html">On-the-fly Checks</a></li>
<li>Behavior Modeling
<ul>
<li><a href="code_specification.html">Code Specifications</a></li>
<li><a href="state_automaton.html">State Automata</a></li>
<li><a href="hierarchical_state_automaton.html">Hierarchical State Automata</a></li>
<li><a href="mode_automaton.html">Mode Automata</a></li>
</ul>
</li>
<li>Simulation
<ul>
<li><a href="simulation_with_af3.html">Simulation</a></li>
<li><a href="operatorpanels.html">Operator Panels</a> (<a href="ModandSim/operatorpanels_advanced.html">advanced interface</a>)</li>
<li><a href="cosimulation_with_af3.html">Co-Simulation and FMI Support</a><font color="#ff0000"> </font></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../layout/jsscript/topBtn.js">
</script>
<div class="footer">
<p>
© 2020 <a href="https://www.fortiss.org/">fortiss GmbH</a> •
<a href="https://www.fortiss.org/en/publications/software/autofocus-3#c2007">Contact</a> •
<a href="https://www.fortiss.org/en/imprint">Imprint</a>
</p>
</div>
</body>
</html>