blob: 9270ca3e64dea64a313ddf9937d5938b4339e42a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-language" content="en">
<meta name="description" content="Graphical Editors for your DSL">
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
<script src="angular/sirius.js"></script>
<link rel="icon" type="image/png" href="favicon.ico" />
<title>Sirius - Overview</title>
<link type="text/css" rel="stylesheet" href="css/style.css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/ef6567f233.css">
<!-- Eclipse Foundation Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
<!-- End Google Tag Manager -->
<!-- Eclipse Foundation cookie consent: -->
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<script type="text/javascript" src="js/ga.js"></script>
</head>
<body ng-app="sirius" ng-controller="main" class="cloak">
<ng-include src="'angular/blocks/header.html'"></ng-include>
<div id="body_wrapper">
<h1 class="page_title">Overview</h1>
<div class="section left">
<div class="image">
<iframe class="shadow" width="400" height="250" src="https://www.youtube.com/embed/hyDxSmbSi2g?fs=1&amp;loop=1&amp;autohide=1&amp;theme=light&amp;color=white" frameborder="0" allowfullscreen=""></iframe>
</div>
<h2>What is Sirius?</h2>
<p>Sirius is an Eclipse project which allows you to easily create your own graphical modeling workbench by leveraging the Eclipse Modeling technologies, including EMF and GMF.</p>
<p>Sirius has been created by Obeo and Thales to provide a generic workbench for model-based architecture engineering that could be easily tailored to fit specific needs.
</p>
<p>Based on a viewpoint approach, Sirius makes it possible to equip teams who have to deal with complex architectures on specific domains.</p>
<p><a href="articles-videos.html">Ckeck out articles and videos <i class="fa fa-arrow-circle-right">&nbsp;</i></a></p>
</div>
<div class="section right">
<div class="image">
<iframe class="shadow" width="400" height="250" src="https://www.youtube.com/embed/SEnfhNl47iA?fs=1&amp;loop=1&amp;autohide=1&amp;theme=light&amp;color=white" frameborder="0" allowfullscreen=""></iframe>
</div>
<h2>Principles of Sirius</h2>
<p>A modeling workbench created with Sirius is composed of a set of Eclipse editors (diagrams, tables and trees) which allow the users to create, edit and visualize EMF models.</p>
<p>The editors are defined by a model which defines the complete structure of the modeling workbench, its behavior and all the edition and navigation tools. This description of a Sirius modeling workbench is dynamically interpreted by a runtime within the Eclipse IDE.</p>
<p>For supporting specific need for customization, Sirius is extensible in many ways, notably by providing new kinds of representations, new query languages and by being able to call Java code to interact with Eclipse or any other system.</p>
</div>
<div class="section left">
<div class="image"><img class="shadow" src="images/screenshots/screenshot_capella.jpg" border="0" alt=""></div>
<h2>Example: MBSE Workbench Capella</h2>
<p>Thales has developed <a href="https://www.eclipse.org/capella" target="_blank">Eclipse Capella</a>, a domain specific modeling workbench to equip its system architects.</p>
<p>The tool provides several editors to allow the system architects to graphically design and analyze a system according to specific viewpoints. They can evaluate their candidate architectures against industrial constraints (cost & schedule, performance, safety, maintainability, product policy, etc.).</p>
<p>Initially developed to target system and software architecture engineering of data processing, signal processing or information systems, Thales successfully applied the tool to larger fields, such as electrical power systems or thermal systems.</p>
<p><a href="gallery.html">View more examples <i class="fa fa-arrow-circle-right">&nbsp;</i></a></p>
</div>
</div> <!-- Fin body_wrapper -->
<div class="clear"></div>
<ng-include src="'angular/blocks/footer.html'"></ng-include>
<ng-include src="'angular/blocks/call2action.html'"></ng-include>
</body>
</html>