zoukankan      html  css  js  c++  java
  • AUTOSAR-文档中所使用的UML文件

     
    AUTOSAR官方对AUTOSAR的了解,自然比我们的了解多。在这样一个信息不对称的情况下,需要先看看官方给了些什么,然后再结合自己的需要,去官方网站上找自己需要的。如果不知道有哪些选项,如何去选择呢?
     
    之前急切的想要获取所有的标准文档,所以写了一个脚本去下载,没有注意到官方按分类打包好提供给用户。
    其中,Methodology and Templates这一项,除了预料中的标准文档之外,还有很多其他的文件。
    AUTOSAR_MMOD_MetaModel.zip这个压缩包里面,有元模型的UML文件,使用Enterprise Architect创建的,基本上包含了所有文档中的UML图形。
     
    是不是还有其他的宝藏呢?
     
    另外,之前有篇文章介绍SWS文档的结构,后来发现有一个文档专门介绍。即:《AUTOSAR_TR_BSWUMLModelModelingGuide.pdf》,目录如下:
     
    This modeling guide describes the applied modeling techniques and rules, used to
    specify the AUTOSAR Basic Software within a UML model.
    The information contained in the BSW model is processed by the AUTOSAR Meta
    Model Tool (MMT) and provides a major input of the several Software Specifications
    (SWS) defined by AUTOSAR. In order to make the BSW model accessible by the MMT,
    it is essential that the model observes the rules described in this document.
     
    相当严谨,令人钦佩,值得学习。
     
  • 相关阅读:
    添加事件(jquery)
    闭包导致的问题
    学习之js绑定事件
    第二条 一个类如果有多个参数,考虑用Builder构造者模式
    用Intellij IDEA 创建第一个maven项目!
    OrderSessionHelper查看订单在session是否存在的辅助类
    css——overflow
    css——盒子
    css——外部样式
    css——权重叠加
  • 原文地址:https://www.cnblogs.com/wjcdx/p/9557158.html
Copyright © 2011-2022 走看看