<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Documentation to Create, Import, Export and Load AF3-Projects. --> <html> <head> <link rel="stylesheet" type="text/css" href="./layout/stylesheet.css"/> <title>Managing AutoFOCUS3 Projects</title> </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"> <button class="dropdown-btn">Getting Started<i class="caret-down"></i></button> <div class="dropdown-container"> <a style="background-color:#f2f2f2;"> Create, Import, Export and Load AF3-Projects</a> <a href="tipsAndTricks.html">Tips & Tricks</a> <a href="af3_faq.html">FAQs</a> </div> <button class="dropdown-btn">Requirements Engineering<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="./requirements/MIRA.requirements_analysis.html"> Requirements Analysis Node</a> <a href="./requirements/MIRA.glossary.html">Glossary</a> <a href="./requirements/MIRA.requirements.html">Requirements</a> </div> <button class="dropdown-btn">Modeling and Simulation<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="./ModandSim/model_element_attributes.html">Introduction to Graphical Modeling Interface</a> <a href="./ModandSim/component_architecture.html">Component Architecture Modeling</a> <a href="./ModandSim/data_dictionary.html">Data Dictionary: Types and Functions</a> <a href="./ModandSim/refactoring.html">Refactoring</a> <a href="./ModandSim/model_markers_view.html">On-the-fly Checks</a> <button class="dropdown-btn">Behavior Modeling<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="./ModandSim/code_specification.html">Code Specification</a> <a href="./ModandSim/state_automaton.html">State Automata</a> <a href="./ModandSim/hierarchical_state_automaton.html">Hierarchical State Automata</a> <a href="./ModandSim/mode_automaton.html"> Mode Automata</a> </div> <button class="dropdown-btn">Simulation<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="./ModandSim/simulation_with_af3.html">Simulation</a> <a href="./ModandSim/operatorpanels.html">Operator Panels</a> <a href="./ModandSim/operatorpanels_advanced.html">Advanced Operator Panels</a> <a href="./ModandSim/cosimulation_with_af3.html"> Co-Simulation and FMI Support</a> </div> </div> <button class="dropdown-btn">Deployment and Code Generation<i class="caret-down"></i></button> <div class="dropdown-container"> <button class="dropdown-btn">Modeling Technical Architectures<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="./ta/platform_architecture.html">Platform Architecture</a> <button class="dropdown-btn">Supported Platform Architectures<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="./ta/platform_architecture_generic.html">Generic Platform Architecture</a> <a href="./ta/platform_architecture_hierarchical.html">Hierarchical Platform Architecture</a> <a href="./ta/platform_architecture_raspberrypi.html">RaspberryPi Platform Architecture</a> </div> <a href="./ta/task_architecture.html">Task Architecture</a> <a href="./ta/partition_architecture.html"> Partition Architecture</a> <a href="./ta/allocations.html"> Deployments/Allocations</a> <a href="./ta/system_schedule.html"> System Schedule</a> </div> <a href="./ta/code_generation.html">Code Generation</a> </div> <button class="dropdown-btn">Design Space Exploration (DSE)<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="dse/dse_perspective.html">DSE Perspective Overview</a> <a href="dse/dse_dashboard.html">DSE Dashboard</a> <a href="dse/constraints.html">Constraint Modeling</a> <a href="dse/objectives.html">Objective Modeling</a> <a href="dse/deployment_synthesis.html">Deployment Synthesis</a> <a href="dse/schedule_synthesis.html">Schedule Synthesis</a> <a href="dse/visualization.html">Solution Visualization</a> </div> <button class="dropdown-btn">Assurance Case Modeling<i class="caret-down"></i></button> <div class="dropdown-container"> <a href="assuranceCases/creation.html">Modeling GSN-based Assurance Cases</a> <a href="assuranceCases/assessment.html">Quantitative Assessment of Assurance Cases</a> <a href="assuranceCases/maintenance.html">Change Impact Analysis</a> </div> <a href="furtherResources.MainPage.html">Further Resources</a> </div> </div> </div> <div class="topnav-right"> <a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'managing_projects.html' Documentation Problem!&body= Dear AutoFOCUS3 team, I am reporting an issue related to Further Resources. {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> <h1>Managing AutoFOCUS3 Projects</h1> <h2>Create Projects</h2> <p> You can create new (empty) AF3-Project via:<br/> <b>'File → New AF3-Project'</b> </p> <p>Afterwards, you will see a project named 'AF3-Project' in you <i>Model Navigator</i> View. If you create a second empty project, you are asked for a new name for it. </p> <h2>Load Example Projects</h2> <p>Each feature of AF3 is covered by one of our standard example models that can be loaded into the workspace automatically. The Examples can be accessed through the menu: <b>'File → Open AF3 Example → ...'</b>. If the example was already created before, you are asked for a new name for it. </p> <h2>Import & Export Projects</h2> <p> You can import <tt>*.af3_20</tt> files into your workspace, which are located in an arbitrary directory of your hard disc. During the import, a <u>copy</u> of the file is put into your workspace. (If you want your original file also to be updated, you should export the edited project later to the original location). </p> <p>If a file with an equal name already exists in your workspace, you are asked for another name.</p> <p> If you select a source-file for an import that is located in your workspace, a copy of the file is placed into the workspace. Via this mechanism, you can easily make copies of existing projects. </p> <p> To access the Import/Export functionality, see:<br/> <b>'File → Import AF3-Project'</b><br/> <b>'File → Export AF3-Project'</b><br/> </p> </div> <script src="../layout/jsscript/topBtn.js"></script> <script src="./layout/jsscript/submenuScript.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>