期刊文献+
共找到1,965篇文章
< 1 2 99 >
每页显示 20 50 100
Towards Automatic Transformation from UML Model to FSM Model for Web Applications
1
作者 Xi Wang Huaikou Miao Liang Guo 《Journal of Software Engineering and Applications》 2008年第1期68-75,共8页
The need for automatic testing of large-scale web applications suggests the use of model-based testing technology. Among various modeling languages, UML is widely spread and used for its simplicity, understandability ... The need for automatic testing of large-scale web applications suggests the use of model-based testing technology. Among various modeling languages, UML is widely spread and used for its simplicity, understandability and ease of use. But rigorous analysis for UML model is difficult due to its lack of precise semantics. On the other hand, as a formal notation, FSM provides an avenue for automatic generation of test cases, but the requirement for mathematical basis makes itself academic inventions divorced from real applications. This paper proposes an approach to transforming UML model to FSM model, taking advantage of both languages. As our work focuses on the transformation of UML state diagrams to FSM models, a specific transformation mechanism is presented, which deals with different elements with different mapping rules. To illustrate the mechanism we proposed, an example of a web application for software download is presented. Finally, we give a method for implementation of the mechanism and a tool prototype to support the method. 展开更多
关键词 uml model FSM model model TRANSFORMATION
暂未订购
IEC 61850 SCL Validation Using UML Model in Modern Digital Substation
2
作者 Byungtae Jang Alidu Abubakari Namdae Kim 《Smart Grid and Renewable Energy》 2018年第8期127-149,共23页
The IEC 61850 standard stipulates the Substation Configuration Description Language (SCL) file as a means to define the substation equipment, IED function and also the communication mechanism for the substation area n... The IEC 61850 standard stipulates the Substation Configuration Description Language (SCL) file as a means to define the substation equipment, IED function and also the communication mechanism for the substation area network. The SCL is an eXtensible Markup Language (XML) based file which helps to describe the configuration of the substation Intelligent Electronic Devices (IED) including their associated functions. The SCL file is also configured to contain all IED capabilities including data model which is structured into objects for easy descriptive modeling. The effective functioning of this SCL file relies on appropriate validation techniques which check the data model for errors due to non-conformity to the IEC 61850 standard. In this research, we extend the conventional SCL validation algorithm to develop a more advanced validator which can validate the standard data model using the Unified Modeling Language (UML). By using the Rule-based SCL validation tool, we implement validation test cases for a more comprehensive understanding of the various validation functionalities. It can be observed from the algorithm and the various implemented test cases that the proposed validation tool can improve SCL information validation and also help automation engineers to comprehend the IEC 61850 substation system architecture. 展开更多
关键词 IEC 61850 Substation Automation IED XML uml XMI Schema RULE-BASED SCL VALIDATION Syntax Semantic Data model SCL Editor
暂未订购
基于UML的订单式指挥控制系统建模
3
作者 张欣月 吕卫民 +1 位作者 韦定江 阳东升 《指挥与控制学报》 北大核心 2025年第4期493-503,共11页
提出了一种基于统一建模语言的订单式指挥控制系统的建模方法,旨在提高军事指挥控制系统的效率和精确性。通过将作战任务以订单形式分配,实现了资源的高效利用和快速响应。概述了ODC2S的基本概念,介绍了UML在系统建模中的应用,包括需求... 提出了一种基于统一建模语言的订单式指挥控制系统的建模方法,旨在提高军事指挥控制系统的效率和精确性。通过将作战任务以订单形式分配,实现了资源的高效利用和快速响应。概述了ODC2S的基本概念,介绍了UML在系统建模中的应用,包括需求分析、系统结构、行为建模等。构建了ODC2S的类图、用例图、状态图、活动图和时间序列图,展示了系统的静态结构和动态行为。通过这些模型,分析了系统的关键特性,如并行处理、决策逻辑和异常处理机制。引入了反UUV作战的实例分析,通过构建应对体系展示了ODC2S如何进行统一指挥控制,增强了模型的实用性验证。 展开更多
关键词 订单式指挥控制系统 uml建模 系统动态分析 资源优化
在线阅读 下载PDF
基于UML语义模型的沉浸式虚拟现实数字媒体资产数据管理方式的研究与实践 被引量:1
4
作者 贾中原 朱光华 +1 位作者 刘琦 苏翼飞 《广播与电视技术》 2025年第5期47-51,共5页
随着虚拟现实技术的快速发展,沉浸式虚拟现实应用日益增多,其所依赖的数字媒体资产也呈现出数量大、种类多、关联复杂等特点。本文分析了沉浸式虚拟现实数字媒体资产的特点,指出四级编目的局限性,并提出了基于UML语义模型的新型数据管... 随着虚拟现实技术的快速发展,沉浸式虚拟现实应用日益增多,其所依赖的数字媒体资产也呈现出数量大、种类多、关联复杂等特点。本文分析了沉浸式虚拟现实数字媒体资产的特点,指出四级编目的局限性,并提出了基于UML语义模型的新型数据管理方式。通过使用UML类图、状态图和活动图分别描述资产的类型与关联、生命周期和管理流程,并结合语义Web技术,实现对沉浸式虚拟现实数字媒体资产的有效管理。 展开更多
关键词 沉浸式虚拟现实 数字媒体资产 数据管理 四级编目 uml语义模型
在线阅读 下载PDF
基于UML模型的用户界面自动生成
5
作者 董泽华 蒋建民 +2 位作者 李朝江 何清 马国栋 《计算机工程与设计》 北大核心 2025年第4期1208-1218,共11页
为解决传统低代码平台无法全自动生成用户界面的缺陷,保证生成用户界面过程中的一致性、正确性、完整性,提出一种基于UML模型的用户界面自动生成方法。将领域概念模型和用例模型作为系统需求,结合形式化方法,开发用户界面自动生成算法... 为解决传统低代码平台无法全自动生成用户界面的缺陷,保证生成用户界面过程中的一致性、正确性、完整性,提出一种基于UML模型的用户界面自动生成方法。将领域概念模型和用例模型作为系统需求,结合形式化方法,开发用户界面自动生成算法。为保证系统需求与用户界面之间的一致性,满足高可信软件的要求,提出一致性分析与检测方法。不同于传统低代码开发平台的拖、拉、拽操作方式,只需要建立软件系统领域概念模型和用例模型,即可全自动生成用户界面。以实例验证了该方法的可行性。 展开更多
关键词 uml模型 用户界面 形式化方法 低代码开发平台 模型驱动工程 一致性 高可信软件
在线阅读 下载PDF
基于UML&SystemC的GPU命令处理器单元事务级建模
6
作者 庞建豪 张少锋 +1 位作者 郑沛洲 张智瑞 《山西电子技术》 2025年第2期91-94,共4页
命令处理器单元是连接图形处理应用和处理内核的桥梁,负责OpenGL命令的接收、调度和预处理,并实现部分OpenGL函数的功能。为了在软件和RTL设计之前对命令处理单元的体系结构和功能算法进行预先验证和优化,使用统一建模语言(Unified Mode... 命令处理器单元是连接图形处理应用和处理内核的桥梁,负责OpenGL命令的接收、调度和预处理,并实现部分OpenGL函数的功能。为了在软件和RTL设计之前对命令处理单元的体系结构和功能算法进行预先验证和优化,使用统一建模语言(Unified Modeling Language,UML)和SystemC硬件建模语言对GPU命令处理器单元进行事务级建模(Transaction-Level Modeling,TLM)。通过构建类图、结构图、行为图等UML视图模型对GPU命令处理单元的静态结构和动态行为进行分析。 展开更多
关键词 OpenGL命令 uml 事务级建模 SYSTEMC 命令处理单元
在线阅读 下载PDF
On the Assessment of Generative AI in Requirements Analysis and Modeling Tasks with UML:An Exploratory Study
7
作者 Chong Wang Peng Liang +2 位作者 Xiaojian Li Jian Wang Zhong Luo 《计算机教育》 2023年第12期2-10,共9页
Generative AI is rapidly employed by software developers to generate code or other software artifacts.However,the analysis and assessment of generative AI with respect to requirements analysis and modeling tasks,espec... Generative AI is rapidly employed by software developers to generate code or other software artifacts.However,the analysis and assessment of generative AI with respect to requirements analysis and modeling tasks,especially with UML,has received little attention.This paper investigates the capabilities of generative AI to aid in the creation of three types of UML models:UML use case models,class diagrams,and sequence diagrams.For this purpose,we designed an AI-aided UML modeling task in our course on software requirements modeling.50 undergraduates who majored in Software Engineering at Wuhan University completed the modeling task and the corresponding online survey.Our findings show that generative AI can help create these three types of UML models,but its performance is limited to identifying essential modeling elements of these UML models. 展开更多
关键词 AI-aided education uml modeling Generative AI Requirements engineering
在线阅读 下载PDF
Software Process Modeling with UML in Development of Medical Insurance MIS 被引量:1
8
作者 Li Si guang, Lin Zi yu ,Tang Sheng qun, Xiao Shao wu State Key Lab of Software Engineering, Wuhan University, Wuhan 430072,China 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期224-228,共5页
This paper describes how to use the Unified Modeling Language (UML) to modeling software processes in medical insurance MIS, and compares UML Modeling method with classic PO(Process Oriented) Modeling method. It indi... This paper describes how to use the Unified Modeling Language (UML) to modeling software processes in medical insurance MIS, and compares UML Modeling method with classic PO(Process Oriented) Modeling method. It indicates that the whole performance of application system model described by UML is much better than the one described by PO. 展开更多
关键词 uml modeling method Process Oriented Object Oriented medical insurance
在线阅读 下载PDF
Extended UML with Role Modeling 被引量:4
9
作者 He Ke\|qing 1, Jiang Hong 1, He Fei 2, Ying Shi 3 1 School of Computer Science,Wuhan University,Wuhan 430072,China 2.Japan Advanced Institute of Science and Technogy,923\|1292,Japan 3.Stae Key Lab. of Software Engineering, Wuhan University,Wuhan 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期175-182,共8页
UML is widely accepted and applied by the international software industry. UML is a powerful language for Object oriented modeling, designing, and implementing software systems, but its Use Case method for requirem... UML is widely accepted and applied by the international software industry. UML is a powerful language for Object oriented modeling, designing, and implementing software systems, but its Use Case method for requirement analysis and modeling software patterns has some explicit drawbacks. For more complete UML, this paper proposes the Role Use Case modeling and its glyphs, and provides an instance of requirement analysis using Role Use Case method. Uses the Role Model to modeling software pattern at knowledge level. This paper also extends the UML Meta Model and accentuates “RM before UML's class Modeling”. 展开更多
关键词 uml ROLE role modeling software pattern use case
在线阅读 下载PDF
A Modeling Language Based on UML for Modeling Simulation Testing System of Avionic Software 被引量:2
10
作者 WANG Lize LIU Bin LU Minyan 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2011年第2期181-194,共14页
With direct expression of individual application domain patterns and ideas,domain-specific modeling language(DSML) is more and more frequently used to build models instead of using a combination of one or more gener... With direct expression of individual application domain patterns and ideas,domain-specific modeling language(DSML) is more and more frequently used to build models instead of using a combination of one or more general constructs.Based on the profile mechanism of unified modeling language(UML) 2.2,a kind of DSML is presented to model simulation testing systems of avionic software(STSAS).To define the syntax,semantics and notions of the DSML,the domain model of the STSAS from which we generalize the domain concepts and relationships among these concepts is given,and then,the domain model is mapped into a UML meta-model,named UML-STSAS profile.Assuming a flight control system(FCS) as system under test(SUT),we design the relevant STSAS.The results indicate that extending UML to the simulation testing domain can effectively and precisely model STSAS. 展开更多
关键词 AVIONICS HARDWARE-IN-THE-LOOP test facilities META-model uml profile domain-specific modeling language abstract state machine
原文传递
Formalization and Verification of Business Process Modeling Based on UML and Petri Nets 被引量:1
11
作者 颜志军 甘仞初 《Journal of Beijing Institute of Technology》 EI CAS 2005年第2期212-216,共5页
In order to provide a quantitative analysis and verification method for activity diagrams based business process modeling, a formal definition of activity diagrams is introduced. And the basic requirements for activit... In order to provide a quantitative analysis and verification method for activity diagrams based business process modeling, a formal definition of activity diagrams is introduced. And the basic requirements for activity diagrams based business process models are proposed. Furthermore, the standardized transformation technique between business process models and basic Petri nets is presented and the analysis method for the soundness and well-structured properties of business processes is introduced. 展开更多
关键词 business process modeling unified modeling language(uml) Petri nets activity diagram
在线阅读 下载PDF
A UML profile for framework modeling 被引量:1
12
作者 徐小良 汪乐宇 周泓 《Journal of Zhejiang University Science》 CSCD 2004年第1期92-98,共7页
The current standard Unified Modeling Language(UML) could not model framework flexibility and extendibility adequately due to lack of appropriate constructs to distinguish framework hot-spots from kernel elements. A n... The current standard Unified Modeling Language(UML) could not model framework flexibility and extendibility adequately due to lack of appropriate constructs to distinguish framework hot-spots from kernel elements. A new UML profile that may customize UML for framework modeling was presented using the extension mechanisms of UML, providing a group of UML extensions to meet the needs of framework modeling. In this profile, the extended class diagrams and sequence diagrams were defined to straightforwardly identify the hot-spots and describe their instantiation restrictions. A transformation model based on design patterns was also put forward, such that the profile based framework design diagrams could be automatically mapped to the corresponding implementation diagrams. It was proved that the presented profile makes framework modeling more straightforwardly and therefore easier to understand and instantiate. 展开更多
关键词 Object oriented frameworks Unified modeling Language(uml) uml profile Hot spots Design patterns
在线阅读 下载PDF
基于UMCS树的UML类图的混合相似性度量 被引量:1
13
作者 袁中臣 马宗民 《计算机应用》 CSCD 北大核心 2024年第3期883-889,共7页
软件重用是基于给定条件从存储库中检索以前开发的软件产品,检索基于相似性度量。UML(Unified Modeling Language)类图被广泛应用于软件设计,UML类图重用作为软件设计重用的核心而备受关注。因此,对UML类图的相似性开展研究。类图包含... 软件重用是基于给定条件从存储库中检索以前开发的软件产品,检索基于相似性度量。UML(Unified Modeling Language)类图被广泛应用于软件设计,UML类图重用作为软件设计重用的核心而备受关注。因此,对UML类图的相似性开展研究。类图包含语义和结构信息。目前,UML类图的相似性研究主要集中在语义,也有个别讨论结构相似性,但没有考虑将语义和结构相结合。因此,提出一种结合语义和结构的混合相似性度量。鉴于UML类图的非形式化特征,将UML类图转换成图模型,搜索最大公共子图列表,构建了最大公共子图树,提出一个基于最大公共子图序列的混合相似性度量方法。针对概念公共子图和结构公共子图分别定义了语义匹配和结构匹配,并开展了相似性对比和基于相似性的分类质量比较实验,实验结果验证了所提出方法的优势。 展开更多
关键词 uml类图 模型转换 混合相似性 最大公共子图树 语义匹配 结构匹配
在线阅读 下载PDF
XML Schema Modeling through UML Class Diagram 被引量:1
14
作者 LUJing-ping HEYu-lin LIShang-ping 《Computer Aided Drafting,Design and Manufacturing》 2004年第1期7-14,共8页
A three-step XML Schema modeling method is presented, namely first establishing a diagram of conceptual modeling, then transforming it to UML class diagram and finally mapping it to XML Schema. A case study of handlin... A three-step XML Schema modeling method is presented, namely first establishing a diagram of conceptual modeling, then transforming it to UML class diagram and finally mapping it to XML Schema. A case study of handling furniture design data is given to illustrate the detail of conversion process. 展开更多
关键词 INTEROPERABILITY XML Schema diagram conceptual model uml class diagram cooperative design
在线阅读 下载PDF
带有并发行为的UML状态机图的形式语义
15
作者 陈华豪 蒋建民 +2 位作者 谢嘉成 陈卓然 唐国富 《计算机技术与发展》 2024年第5期87-94,共8页
在软件开发过程中,UML(统一建模语言)状态机图是目前最流行的建模形式之一,它属于半形式化模型,无法用形式化的方法进行推理。为了能对UML状态机图进行推理,现有工作采用Petri网、时序逻辑语言XYZ/E、动态描述逻辑、Z(Object-Z)语言、C... 在软件开发过程中,UML(统一建模语言)状态机图是目前最流行的建模形式之一,它属于半形式化模型,无法用形式化的方法进行推理。为了能对UML状态机图进行推理,现有工作采用Petri网、时序逻辑语言XYZ/E、动态描述逻辑、Z(Object-Z)语言、CHAM化学抽象机等作为状态机图的形式语义,但这些语义都是行为语义,并没有从结构上直接形成体现真并发的形式语义。该文提出一种新的模型——统一结构模型作为带有并发行为的UML状态机图的形式语义,该模型不会增加或减少状态机图的任何信息。基于统一结构模型首先定义了状态机图的格局(全局状态),用于表现状态机图的执行过程,并且给出了UML状态机图的格局的转换规则,说明格局如何在状态机图中执行,在此基础上给出了状态机图的可达性算法,然后还对状态机图的死锁等性质进行了介绍,最后开发出一个原型工具,实现了状态机图的可达性分析,并用实例说明了该方法的应用。 展开更多
关键词 统一建模语言 状态机图 形式化模型 并发行为 可达性 死锁
在线阅读 下载PDF
Using UML Behavioral Model to Support Aspect Oriented Model
16
作者 Zahid Hussain Qaisar Nauman Anwar Shafiq Ur Rehman 《Journal of Software Engineering and Applications》 2013年第3期98-112,共15页
Aspect oriented software development is an emerging paradigm of software development. The notion of this technique is separation of concerns which means to implement each concern in a single object in object oriented ... Aspect oriented software development is an emerging paradigm of software development. The notion of this technique is separation of concerns which means to implement each concern in a single object in object oriented programming but still there are concerns which are distributed on different objects and are called crosscutting concerns while another form is Core concerns are the core functionality provided by the system but crosscutting concerns are the concerns like logging, performance etc. Modeling of aspect oriented software is different from the normal modeling of object-oriented or procedural language software, because aspects don’t have the independent identity or existence and they are tightly coupled to their woven context so it is difficult to model them. The one aim of our research paper is to explore the domain of Modeling of the aspect-oriented software. The goal of this research paper is to give a UML Behavioral modeling techniques in the domain of aspect oriented software development. This technique of generating UML Behavioral Model for aspects will give better understating of separations concerns. 展开更多
关键词 Aspects CONCERNS Cross Cutting CONCERNS Cut POINTS Join POINTS Advices META Data uml and META model Aspect Oriented modelING Software modelING
在线阅读 下载PDF
基于UML和ASP的艺术类考试成绩查询系统设计与实现
17
作者 鲍建军 《科学技术创新》 2024年第12期96-99,共4页
本文采用统一建模语言UML对考试成绩查询系统进行建模,设计了基于UML的艺术类考试成绩查询系统模型,利用ASP技术实现考试成绩查询系统,大大提高艺术类考试成绩管理工作的效率和质量。
关键词 uml 面向对象方法 ASP 数据库 建模
在线阅读 下载PDF
新型电力系统下电力二次系统仿真的设计方法
18
作者 何瑞文 陆嘉亮 +2 位作者 杨长鑫 彭浩 MOHAMMAD Shahidehpour 《上海交通大学学报》 北大核心 2025年第10期1419-1430,共12页
在新形势下,为匹配新型电力系统需求,亟需对信息高度共享且需实时决策的电力二次系统进行建模与仿真.本文首次提出关联电力一次系统运行状态以实现电力二次系统仿真的设计方法.以功能描述复杂的智能变电站二次系统为研究对象,提出电力... 在新形势下,为匹配新型电力系统需求,亟需对信息高度共享且需实时决策的电力二次系统进行建模与仿真.本文首次提出关联电力一次系统运行状态以实现电力二次系统仿真的设计方法.以功能描述复杂的智能变电站二次系统为研究对象,提出电力一次与二次系统仿真的关联方法,阐明其仿真实现框架、数据交互方法及数据同步管理,从而将一次系统的实际电气量数据传导至二次侧,解决二次系统仿真数据源问题.然后,进一步提出电力二次系统的仿真设计方法,基于面向对象统一建模语言(UML)提出其系统级交互设计、元件级类设计和模块级状态设计的方法,从而解析电气量数据在二次系统的传输交互处理转换全流程.最后,以220/110/10kV主变间隔110kV侧出口处短路故障场景为算例,结合主变差动保护方案,仿真验证所提方法的有效性. 展开更多
关键词 新型电力系统 电力信息物理系统 电力二次系统 数据同步管理 统一建模语言
在线阅读 下载PDF
基于UML的工作流建模 被引量:25
19
作者 方进 王铁成 +1 位作者 石志宽 谢俊元 《计算机工程与设计》 CSCD 2004年第9期1572-1575,共4页
工作流模型是对工作流的抽象表示,也就是对经营过程的抽象表示。由于工作流需要在计算机环境下运行,因此建立相应的工作流模型是必不可少的。传统的工作流建模方法存在着复杂、僵化、缺乏反馈等缺点,在分析了传统工作流建模的不足之处... 工作流模型是对工作流的抽象表示,也就是对经营过程的抽象表示。由于工作流需要在计算机环境下运行,因此建立相应的工作流模型是必不可少的。传统的工作流建模方法存在着复杂、僵化、缺乏反馈等缺点,在分析了传统工作流建模的不足之处的基础上,结合工作流公共数学描述,提出了基于UML的工作流建模方法,并详细分析了它对传统工作流建模的改进。 展开更多
关键词 工作流建模 uml 工作流模型 表示 细分 计算机环境 经营过程 僵化 复杂 数学描述
在线阅读 下载PDF
一种从UML模型到可靠性分析模型的转换方法 被引量:21
20
作者 柳毅 麻志毅 +1 位作者 何啸 邵维忠 《软件学报》 EI CSCD 北大核心 2010年第2期287-304,共18页
以构件化的软件开发方法为背景,提出了一种将UML模型自动地转换为可靠性分析模型Markov链的方法.该方法基于构件化的软件体系结构,从UML的用况图、顺序图、活动图和构件图出发,对其进行扩展,在模型中标注了可靠性分析所需的信息.在此基... 以构件化的软件开发方法为背景,提出了一种将UML模型自动地转换为可靠性分析模型Markov链的方法.该方法基于构件化的软件体系结构,从UML的用况图、顺序图、活动图和构件图出发,对其进行扩展,在模型中标注了可靠性分析所需的信息.在此基础上,通过构造一个称为构件转移图的中间模型,将标注了可靠性信息的UML模型转换为Markov链.该方法产生的结果能够直接作为现有可靠性相关的数学分析方法的输入,从而使可靠性分析工作变得更加方便、高效. 展开更多
关键词 基于构件的软件开发 软件可靠性 uml 模型转换 MARKOV链
在线阅读 下载PDF
上一页 1 2 99 下一页 到第
使用帮助 返回顶部