Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ArCon"

(New page: link to ArCon project proposal Description of the new features to be implemented in 2013)
Line 1: Line 1:
{{Infobox component
+
link to ArCon project proposal
| full_name        = ArCon
+
| project_url      = http://code.google.com/a/eclipselabs.org/p/arcon/
+
| download_url      = http://code.google.com/a/eclipselabs.org/p/arcon/downloads/list
+
| license          = -
+
| registration      = -
+
| developer        = Combitech
+
| creator          = Combitech
+
| launched          = May 3th, 2011
+
| current_status    = Active
+
| stable_version    = 1.4 and 1.5
+
}}
+
  
=History and development=
+
Description of the new features to be implemented in 2013
 
+
ArCon - '''Ar'''chitectural '''Conf'''ormance Checker
+
 
+
ArCon is a tool for architecture conformance validation of systems modelled in UML/SysML. ArCon can provide an easy to use and intuitive way of specifying architectural rules and a mechanism to automatically validate that the system under development conforms to the rules specified. ArCon can validate a model and detect errors in the models breaking the defined rules.
+
 
+
'''What problem does ArCon solve?'''
+
To answer this question lets have a look at the role of architecture in the development process. In Figure 1(Upper left is a traditional process) traditional development process is shown.
+
 
+
The traditional process starts with the definition of the architecturally significant requirements; these are essentially the quality and non-functional requirements. Then the architect undertakes the architectural design addressing the architecture requirements. Essentially the architect makes a number of decisions on how the system should be designed in order to ensure that architectural requirements are fulfilled. The result of this is typically a high-level structure of the system, a framework of base-classes implementing the communication infrastructure of the system, and a set of structural and behavioural rules to follow in the design of the components that will populate the system model. The high level structure and the framework go into the system-model and the rules are specified in a textual document. During the architectural design the architecture is regularly validated against the architecture requirements and if necessary the requirements are renegotiated. When the architecture has been validated against its requirements the next development phase begins.
+
 
+
The use of the ArCon functionality provides a powerful method to both specify and disseminate architectural rules and to automatically inspect and enforce the architecture to a system under development, thus enabling early discovery of errors and avoiding work
+
 
+
<br/>
+
[[Image:Presentation1.png]]
+
 
+
== Releases  ==
+
 
+
First stable release: ArCon 1 available may 2011. <br>
+
 
+
Latest stable release: ArCon 1 available may 2011. <br>
+
<br>
+
{| cellpadding="0" cellspacing="0" border="1" width="600"
+
|-
+
| align="center" bgcolor="#dddddd" colspan="3" style="border: 1px solid darkgray;" | Legend
+
|-
+
| align="center" bgcolor="#ffff99" width="200" style="border: 1px solid darkgray;" | Previous versions<br>
+
| align="center" bgcolor="#99ffcc" width="200" style="border: 1px solid darkgray;" | Latest stable release<br>
+
| align="center" bgcolor="#00ccff" width="200" style="border: 1px solid darkgray;" | Next release<br>
+
|}
+
<br>
+
{| cellpadding="0" cellspacing="0" border="1" width="600"
+
|-
+
! align="center" bgcolor="#dddddd" style="border: 1px solid darkgray;" | Version
+
! align="center" bgcolor="#dddddd" style="border: 1px solid darkgray;" | Release date
+
! align="center" bgcolor="#dddddd" style="border: 1px solid darkgray;" | Release log
+
|-
+
| align="center" width="100" style="border: 1px solid darkgray; background-color:#99ffcc;" | ArCon 1.4
+
| align="center" width="100" style="border: 1px solid darkgray;" | 2011-05-03
+
| style="border: 1px solid darkgray;" | First version of ArCo (C++ and Rhapsody 7.5.x )
+
|-
+
| align="center" width="100" style="border: 1px solid darkgray; background-color:#00ccff;" | ArCon 1.5
+
| align="center" width="100" style="border: 1px solid darkgray;" | 2012-xx-xx
+
| style="border: 1px solid darkgray;" | First version of ArCo ('''C++''' and Rhapsody 7.5.x, Rhapsody 7.6.x and Topcased/Papyrus)
+
|-
+
| align="center" width="100" style="border: 1px solid darkgray; background-color:#00ccff;" | ArCon 2.0
+
| align="center" width="100" style="border: 1px solid darkgray;" | 2012-xx-xx
+
| style="border: 1px solid darkgray;" | First version of ArCo ('''Java''' and Eclipse based UML-tools e.g. Topcased/Papyrus)
+
|}
+
 
+
= Supported platforms  =
+
ArCon is both written in C++ and Java and is deployed as a plugin on Rhapsody(C++) and Eclipse(Java).
+
 
+
 
+
[http://polarsys.org/wiki/index.php/ArCon1.4 More specific info about Arcon 1.4]
+
<br/>
+
[http://polarsys.org/wiki/index.php/ArCon1.5 More specific info about Arcon 1.5]
+
<br/>
+
[http://polarsys.org/wiki/index.php/ArCon2.0 More specific info about Arcon 2.0]
+
<br/>
+

Revision as of 10:46, 13 March 2013

link to ArCon project proposal

Description of the new features to be implemented in 2013

Back to the top