Academic literature on the topic 'UML sequence diagram'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'UML sequence diagram.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "UML sequence diagram"

1

Kambow, Lavleen. "Transformation of UML Class Diagram to UML Sequence Diagram." International Journal of Applied Information Systems 2, no. 9 (June 13, 2012): 19–22. http://dx.doi.org/10.5120/ijais12-450413.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Kulkarni, Dr R. N., and C. K. Srinivasa. "Novel approach to transform UML Sequence diagram to Activity diagram." Journal of University of Shanghai for Science and Technology 23, no. 07 (July 26, 2021): 1247–55. http://dx.doi.org/10.51201/jusst/21/07300.

Full text
Abstract:
Unified Modelling Language (UML) is currently accepted as a defacto standard language for modeling the software in the software industry. It will allow to implement object oriented concepts to model the software system. It provides a complete pictographic representation of software. Broadly these UML diagrams are classified into two groups viz. Structural diagrams and Behavioral diagrams. The sequence diagrams and Activity diagrams belongs to the second group i.e. behavioral diagrams. The sequence diagram represents the sequence of messages flowing from one object to another and activity diagram represents the flow of activities one after the other in a system. In this paper, we are proposing an automated tool which transforms the sequence diagram (which is represented in the table format) into activity diagram. The sequence diagram which is represented in the three column table called sequence table comprises various components of sequence diagram like objects, interactions, messages, alternations, iterations, loops, etc. The proposed tool reads the sequence table and converts the entire table components into the equivalent Activity table. Further the tool reads the activity table and then transforms to its equivalent activity diagram.
APA, Harvard, Vancouver, ISO, and other styles
3

Singh, Gurpreet, and Rasbir Singh. "Generation of test cases using UML models." INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY 13, no. 7 (July 30, 2014): 4671–74. http://dx.doi.org/10.24297/ijct.v13i7.2511.

Full text
Abstract:
Software Testing plays an important role in Software development because it can minimize the development cost. UML is widely used in the software development, there consists of the designing and coding of the software. Designing phase is done with the help of the UML models, which consists of the sequence diagrams, activity diagrams, use case diagrams, state chart diagrams etc. After designing of the system, the next task is coding. Since the software development is time and human resource consuming, the reduction of consumption is done with the help of the code generation automatically. This work mainly focus on the UML sequence diagram and state chart diagram as the model. We Propose a Technique for Test Case Generation using UML Models. UML models give a lot of  information that should not be ignored in testing. An innovative approach of generating test cases from the combination of UML design diagrams has been discussed in this paper. Present work used an approach where sequence diagram and state chart diagram has been used to generate test cases. The test cases thus generated are suitable for dynamic testing of system.
APA, Harvard, Vancouver, ISO, and other styles
4

Kurniawan, Tri Astoto, Lam-Son Lê, and Bayu Priyambadha. "Challenges in Developing Sequence Diagrams (UML)." Journal of Information Technology and Computer Science 5, no. 2 (July 29, 2020): 221. http://dx.doi.org/10.25126/jitecs.202052216.

Full text
Abstract:
During the object-oriented software design phase, the designers have to describe the dynamic aspect of the system under development through the most common interaction diagram variant in UML 2.0, i.e. sequence diagrams. Some novice designers, including undergraduate and postgraduate students, suffer from making inappropriate models due to insufficiently detailed guidance required to develop such sequence diagrams. This paper classifies some potential mistakes which are likely performed by such novice designers, and discusses the corresponding corrections. We summarized such mistakes based on our long experiences in teaching software modeling classes as well as software analysis and design classes. There were classified twenty-one potential mistakes with respect to the syntactical and semantical correctness of the developed models. It is concluded that novice designers have to be aware and take into account the identified mistakes in such a way they can produce correct sequence diagrams.
APA, Harvard, Vancouver, ISO, and other styles
5

XU, DIANXIANG, WEIFENG XU, and W. ERIC WONG. "TESTING ASPECT-ORIENTED PROGRAMS WITH UML DESIGN MODELS." International Journal of Software Engineering and Knowledge Engineering 18, no. 03 (May 2008): 413–37. http://dx.doi.org/10.1142/s0218194008003672.

Full text
Abstract:
The new constructs in aspect-oriented programming bring new types of programming faults with respect to crosscutting concerns, such as incorrect pointcuts and advice. This paper presents a UML-based approach to testing whether or not an aspect-oriented program conforms to its expected crosscutting behavior. We explore aspect-oriented UML design models to derive tests for exercising interactions between aspects and classes. Each aspect-oriented model consists of class diagrams, aspect diagrams, and sequence diagrams. For a method under test, we weave the sequence diagrams of the advice on the method into the method's sequence diagram. Based on the woven sequence diagram and class/aspect diagrams, we then generate an AOF (Aspect-Object Flow) tree by applying coverage criteria such as condition coverage, polymorphic coverage, and loop coverage to woven sequence diagrams. In the AOF tree, each path from the root to a leaf is an abstract message sequence, indicating a template of test cases. A concrete test case is obtained by creating objects that satisfy the collective constraints in the template. Our empirical study shows that the model-based testing approach is capable of revealing several types of aspect-specific faults, including incorrect advice type, incorrect (weaker or stronger) pointcut strengths, and incorrect aspect precedence.
APA, Harvard, Vancouver, ISO, and other styles
6

Yusufu, Munina, Hai Jun Zhang, Gulina Yusufu, Zhan Dong Liu, Pen Cheng, and Dilidaer Dilisati. "Modeling and Analysis of Complex System with UML: A Case Study." Applied Mechanics and Materials 513-517 (February 2014): 1346–51. http://dx.doi.org/10.4028/www.scientific.net/amm.513-517.1346.

Full text
Abstract:
The Unified Modeling Language - UML - is the most used specification language, and the way the world models not only application structure, behavior, and architecture, but also business process and data structure. In this paper, we aim to demonstrate a system development methodology by generating the UML diagrams from the requirements of the Automatic Banking Machine (ABM) System and discuss their relationships, differences and suitability. The high-level requirements of the system are specified by using use-case diagram, activity diagram, state chart diagram, collaboration diagram, sequence diagram, and component diagram, and the low-level requirements of each component using class diagrams. We briefly introduce each diagram, their usage, their advantages and some limitations, and then we discuss the relationships and differences between two or more diagrams, and suitability for modeling the different parts of the system.
APA, Harvard, Vancouver, ISO, and other styles
7

Ņikiforova, Oksana, Sergii Putintsev, and Dace Ahiļčenoka. "Analysis of Sequence Diagram Layout in Advanced UML Modelling Tools." Applied Computer Systems 19, no. 1 (May 1, 2016): 37–43. http://dx.doi.org/10.1515/acss-2016-0005.

Full text
Abstract:
Abstract System modelling using Unified Modelling Language (UML) is the task that should be solved for software development. The more complex software becomes the higher requirements are stated to demonstrate the system to be developed, especially in its dynamic aspect, which in UML is offered by a sequence diagram. To solve this task, the main attention is devoted to the graphical presentation of the system, where diagram layout plays the central role in information perception. The UML sequence diagram due to its specific structure is selected for a deeper analysis on the elements’ layout. The authors research represents the abilities of modern UML modelling tools to offer automatic layout of the UML sequence diagram and analyse them according to criteria required for the diagram perception.
APA, Harvard, Vancouver, ISO, and other styles
8

Grigorjevs, Jurijs. "Model-Driven Testing Approach Based on UML Sequence Diagram." Scientific Journal of Riga Technical University. Computer Sciences 44, no. 1 (January 1, 2011): 85–90. http://dx.doi.org/10.2478/v10143-011-0025-2.

Full text
Abstract:
Model-Driven Testing Approach Based on UML Sequence Diagram This paper is devoted to model-driven testing technique of testing model generation from UML sequence diagram to UML Testing profile. The article discusses principles of model transformation and shows practical approach to specific model generation from another one. The idea of such transformation is to generate test cases from sequence diagram of the system. Described transformation rules are focused on timing aspect verification and the goal of generated test cases is to cover successful as well as unsuccessful system behaviour. Presented example of model transformation is based on a sequence diagram XMI representation, which firstly is pre-processed and moved into data base structures, and then transformation rules applied to generate testing model from data describing sequence diagram.
APA, Harvard, Vancouver, ISO, and other styles
9

Syn, Thant, and Dinesh Batra. "Improving Sequence Diagram Modeling Performance." Journal of Database Management 24, no. 4 (October 2013): 1–25. http://dx.doi.org/10.4018/jdm.2013100101.

Full text
Abstract:
The Unified Modeling Language (UML) has become the de facto standard for object-oriented software development. It has been widely adopted in both training and practice. However, UML has often been criticized for being overly complex and difficult to learn for novice analysts. Although some research studies have identified specific novice difficulties in learning UML, there is little research proposing viable techniques for addressing these difficulties. In particular, there is a lack of research evaluating the usability of the sequence diagram (SD), which models the interactions among objects of a software application. This paper reports a research study that proposes a technique called “CHOP” (CHunking, Ordering, Patterning), which is designed to improve novice analyst performance in modeling an SD. The CHOP technique is based on the Cognitive Load Theory (CLT) and was developed by addressing the three types of cognitive load encountered by novices. An experimental study testing the efficacy of the CHOP technique in comparison to the worked-example approach indicated that the CHOP technique significantly improves novice analyst’s ability to model interactions among objects; however, the worked-example technique was the more efficient during training. The study also found that subjects using the CHOP technique rated its perceived usefulness significantly higher than subjects using the worked-example approach.
APA, Harvard, Vancouver, ISO, and other styles
10

Mahmud, Umar. "UML based Model of a Context Aware System." International Journal of Advanced Pervasive and Ubiquitous Computing 7, no. 1 (January 2015): 1–16. http://dx.doi.org/10.4018/ijapuc.2015010101.

Full text
Abstract:
Context Awareness is the mechanism through which systems can adapt to the needs of a user by monitoring the context. Context includes environment, spatial, temporal, etc information that is used to infer the current activity. UML is used to design a context aware system. The context aware system is viewed as an Object Oriented software product. The UML model is generated through ArgoUML, a free UML modelling tool. The Use Case Diagram, the Sequence Diagrams and the Class Diagram are modelled using this tool. The Class Diagram is subjected to CK metrics to identify the strengths and weaknesses of the design. The measurements show that the proposed model is within the recommended range.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "UML sequence diagram"

1

Kelmaitė, Lina. "MagicDraw UML įrankio praplėtimas sekų ir būsenų diagramų suderinimo galimybe." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2007. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2007~D_20070816_142342-94258.

Full text
Abstract:
Darbo tikslas – pagerinti UML kalbą naudojančius projektavimo procesus, papildant juos sekų ir būsenų diagramų derinimo galimybėmis, praplėsti UML specifikaciją, kad būtų įmanomas abipusis sekų diagramų ir būsenų mašinų transformavimas. Antrame darbo skyriuje pateikti keli literatūroje pasiūlyti sekų diagramų transformavimo į būsenų mašinas algoritmai ir transformacijų pavyzdžiai. Skyriaus gale pateikta šių algoritmų palyginimo lentelė pagal tam tikras savybes bei keleto CASE įrankių, kuriuose galėtų būti įgyvendinti algoritmai, apžvalga. Trečiame skyriuje pateikta abipusės sekų ir būsenų diagramų transformacijos metodika. Ketvirtame skyriuje pateiktas pagal trečio skyriaus metodiką atliktos sekų ir būsenų diagramų transformacijų realizacijos projektas praplečiant MagicDraw UML įrankį. Penktame skyriuje pateiktas sukurto įskiepio efektyvumo tyrimas bei transformacijų pavyzdžiai. Šeštame skyriuje pateiktos bendros darbo išvados.
In this master thesis the transformation from sequence diagrams to statemachines and vice versa is presented. The first section describes a research of four existing algorithms of generating state machines from sequence diagrams. For diagrams transformation plug-in for CASE tool MagicDraw is created according MDA standards. Transformation plug-in takes sequence (state) diagram model as input and generates state (sequence) diagrams according to transformation sules. Created plug-in requirements,functional specification and architecture described in Project section. The investigation section describes investigation of the developed plug-in. In this section were investigate the working efficiency of designer trying to reconcile model diagrams.
APA, Harvard, Vancouver, ISO, and other styles
2

Kučera, Antonín. "Návrh využití vývojového rámce Scrum a modelovacího jazyka UML pro zefektivnění tvorby webových stránek." Master's thesis, Vysoká škola ekonomická v Praze, 2013. http://www.nusl.cz/ntk/nusl-165084.

Full text
Abstract:
The main goal of this diploma thesis is the proposal to use agile development procedures of Scrum framework with UML modeling language applicable for creating websites of small scale. The emphasis is especially put on creating a practically usable type model of the websites. The theoretical part of the thesis has two main chapters. In the "Agile methodology" chapter are listed principles of agile approach to creating software. The next part of this chapter is focus on agile methodologies (Scrum, XP, ASD, FDD, DSDM, LD and Crystal). In the "UML" chapter is introduced modeling language UML and its principles. The next part of this chapter is focus on UML diagrams used in practical part of this thesis (use case diagram, class diagram, sequence diagram, activity diagram and deployment diagram). The practical part of this thesis focuses on the design type model for creating websites of small scale. The type model is based both on the theoretical part of this work and practical experience of the author. In the first part is introduced scheme of model, where is shown the mutual relationship of individual phases. In the next part of this chapter are discussed the individual phases where is used the principle of agile development framework Scrum and examples of use of the UML diagrams.
APA, Harvard, Vancouver, ISO, and other styles
3

Justová, Markéta. "Aplikace objektových metod v návrhu informačního systému platební instituce." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-204003.

Full text
Abstract:
The aim of the Diploma thesis is to evaluate the selected object-oriented (OO) methodology as it was defined by its author, on the basis of defined criteria, whether it is applicable in practice when designing an information system, with a main focus on analysis of the new core banking system supporting key processes of payment institution and Forex broker. Diploma thesis describes selected OO methodologies and notations used in the analysis and design of information systems. Further, it focuses on the evaluation of the real usage of selected method (Unified Process) in the environment of payment institution. It confronts the theoretical definition of a selected OO methodology with its application during the analysis of IS through practical demonstrations created within the case study.
APA, Harvard, Vancouver, ISO, and other styles
4

Pospíšil, Jiří. "Analýza a návrh informačního systému řízení know-how v ICT společnosti." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2007. http://www.nusl.cz/ntk/nusl-412760.

Full text
Abstract:
The thesis deals with a problem of the design of information system. The design of system is provided with Rational Unifeid Process methodology. This thesis creates a list of requests to system. It makes an analysis and a design of current information system. It useses a RUP methodology to realize two first phases, inception phase and elaboration phase. Created elaboration phase of document is a base for creating programming prototype in Ruby on Rails environment using Ruby language with combination of HTML code.
APA, Harvard, Vancouver, ISO, and other styles
5

Bannour, Boutheina. "Symbolic analysis of scenario based timed models for component based systems : Compositionality results for testing." Phd thesis, Ecole Centrale Paris, 2012. http://tel.archives-ouvertes.fr/tel-00997776.

Full text
Abstract:
In this thesis, we describe how to use UML sequence diagrams with MARTE timing constraints to specify entirely the behavior of component-based systems while abstracting as much as possible the functional roles of components composing it. We have shown how to conduct compositional analysis of such specifications. For this, we have defined operational semantics to sequence diagrams by translating them into TIOSTS which are symbolic automata with timing constraints. We have used symbolic execution techniques to compute possible executions of the system in the form of a symbolic tree. We have defined projection mechanisms to extract the execution tree associated with any distinguished component. The resulting projected tree characterizes the possible behaviors of the component with respect to the context of the whole system specification. As such, it represents a constraint to be satisfied by the component and it can be used as a correctness reference to validate the system in a compositional manner. For that purpose, we have grounded our validation framework on testing techniques. We have presented compositional results relating the correctness of a system to the correctness of components. Based on these results, we have defined an incremental approach for testing from sequence diagrams.
APA, Harvard, Vancouver, ISO, and other styles
6

Alanazi, Mohammad N. "Consistency checking in multiple UML state diagrams using super state analysis." Diss., Manhattan, Kan. : Kansas State University, 2008. http://hdl.handle.net/2097/995.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Becker, Marcelo. "Uma alternativa para o ensino de geometria : visualização geométrica e representações de sólidos no plano." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2009. http://hdl.handle.net/10183/17161.

Full text
Abstract:
Essa dissertação aborda a visualização geométrica e a representação de objetos tridimensionais em diagramas bidimensionais. O objetivo da pesquisa é a criação de uma seqüência didática que atenda esses propósitos. Para desenvolver essa seqüência, foram realizadas diversas atividades piloto com sujeitos do ensino fundamental, médio e superior. A análise da produção dos alunos determinou a seleção e adaptação de atividades para compor a seqüência didática, testada em alunos do terceiro ano do ensino médio, apresentada com a respectiva análise dos resultados. Uma atividade teve destaque nesse trabalho, e por ser de criação própria, foi denominada Caixa de Becker, que consiste na interação com sólidos através do tato. Para análise dos dados, foram utilizadas as teorias de van Hiele, Gutiérrez e Piaget. Fez-se uma breve retomada na história do ensino de matemática, especificamente na área de geometria, para entender a forma em que esse conteúdo é abordado nos livros didáticos.
This dissertation focuses on visualization and geometric representation of three dimensional objects in two-dimensional diagrams. The aim of this research is to establish a teaching sequence to create such diagrams. To achieve this objective several pilot activities were executed with primary, secondary and tertiary education students. The selection and adjustment of activities to compose the teaching sequence were determined by the analysis of the results from a test applied to students in the last year of the high school. The "Becker Box" which was a highlighted activity during the research and is my own invention, provides a way to interact with solid geometric forms by touch. The theories from Van Hiele, Gutiérrez and Piaget were used to make the data analysis. A summary of the mathematics education history were made to understand how this subject is presented and discussed in teaching books.
Esa disertación aborda la visualización geométrica y la representación de los objetos tridimensionales en diagramas bidimensionales. El objetivo de la pesquisa es la creación de una secuencia didáctica que atienda eses propósitos . Para denvolver esa secuencia, fueron realizadas diversas actividades piloto con sujetos de la enseñanza básica, media y superior. El análisis de la producción de los alumnos determinó la selección y la adaptación de las actividades para componer la secuencia didáctica, testada en alumnos del tercer año de la enseñanza media, con el respectivo análisis de los resultados. Una actividade tuvo destaque en ese trabajo, y por ser de creación propria, fue llamada Caja de Becker, que consiste en la interacción con sólidos por medio del tacto. Para análisis de los datos, fueron utilizadas las teorías de van Hiele, Gutiérrez y Piaget. Se hizo una breve retomada en la historia de la enseñanza de la matemática, especificamente en el área de geometría, para entender la forma en que ese contenido es abordado en los libros didácticos.
APA, Harvard, Vancouver, ISO, and other styles
8

Toresson, Gabriel. "Documenting and Improving the Design of a Large-scale System." Thesis, Linköpings universitet, Programvara och system, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-157733.

Full text
Abstract:
As software systems become increasingly larger and more complex, the need to make them easily maintained increases, as large systems are expected to last for many years. It has been estimated that system maintenance is a large part of many IT-departments’ software develop­ment costs. In order to design a complex system to be maintainable it is necessary to introduce structure, often as models in the form of a system architecture and a system design. As development of complex large-scale systems progresses over time, the models may need to be reconstructed. Perhaps because development may have diverted from the initial plan, or because changes had to be made during implementation. This thesis presents a reconstructed documentation of a complex large-scale system, as well as suggestions for how to improve the existing design based on identified needs and insufficiencies. The work was performed primarily using a qualitative manual code review approach of the source code, and the proposal was generated iteratively. The proposed design was evaluated and it was concluded that it does address the needs and insufficiencies, and that it can be realistically implemented.
APA, Harvard, Vancouver, ISO, and other styles
9

LIN, HSIN-YU, and 林信又. "UML Sequence Diagram Transformation-Based on XML." Thesis, 2006. http://ndltd.ncl.edu.tw/handle/18777877059699983788.

Full text
Abstract:
碩士
國立成功大學
資訊工程學系碩博士班
94
Using Unified Modeling Language (UML) to represent Object Oriented Analysis/Design(OOA/D) has become a standard for information system development obviously in this era of software engineering. UML defines many different models to present information system with different views and abstract levels. In these models, there are certainly some interdependent relations and overlapping parts. Although many scholars had proposed transformation theory between the models, they did not define and transformation mapping methods and detail steps. In this study we propose a procedure which transforms sequence diagram into class diagram by using metamodel. We propose a model transformation system that uses XML specification to describe UML models and verify the transformation procedure proposed can work currently. By means of the proposed system, programmer can transform sequence diagram into class diagram automatically. This results in that the software system can be developed effectively, due to programmer can manually enforcing the static structure to achieve the final class diagram. Another advantage is using XML to represent data can enhance the exchangeability and reusability.
APA, Harvard, Vancouver, ISO, and other styles
10

Myers, Del. "Improving the scalability of tools incorporating sequence diagram visualizations of large execution traces." Thesis, 2011. http://hdl.handle.net/1828/3444.

Full text
Abstract:
Sequence diagrams are a popular way to visualize dynamic software execution traces. However, they tend to be extremely large, causing significant scalability problems. Not only is it difficult from a technical perspective to build interactive sequence diagram tools that are able to display large traces, it is also difficult for people to understand them. While cognitive support theory exists to help cope with the later problem, no work to date has described how to implement the cognitive support theory in sequence diagram tools. In this thesis, we tackle both the technical and cognitive support problems. First, we use previous research about cognitive support feature requirements to design and engineer an interactive, widget-based sequence diagram visualization. After implementing the visualization, we use benchmarks to test its scalability and ensure that it is efficient enough to be used in realistic applications. Then, we present two novel approaches for reducing the cognitive overhead required to understand large sequence diagrams. The first approach is to compact sequence diagrams using loops found in source code. We present an algorithm that is able to compact diagrams by up to 80%. The second approach is called the trace-focused user interface which uses software reconnaissance to create a degree-of-interest model to help users focus on particular software features and navigate to portions of the sequence diagram that are related to those features. We present a small user study that indicates the viability of the trace-focused user interface. Finally, we present the results of a small survey that indicates that users of the software find the loop compaction and the trace-focused user interface both useful.
Graduate
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "UML sequence diagram"

1

Seidl, Martina, Marion Scholz, Christian Huemer, and Gerti Kappel. "The Sequence Diagram." In UML @ Classroom, 107–40. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-12742-2_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Jena, Ajay Kumar, Santosh Kumar Swain, and Durga Prasad Mohapatra. "Test Case Creation from UML Sequence Diagram: A Soft Computing Approach." In Advances in Intelligent Systems and Computing, 117–26. New Delhi: Springer India, 2014. http://dx.doi.org/10.1007/978-81-322-2012-1_13.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Shi, Zhan, Chenrong Huang, Xiaoqin Zeng, Jiande Zhang, Lei Han, and Ying Qian. "A Method of UML Sequence Diagram Verification Based on a Graph Grammar." In Communications in Computer and Information Science, 340–51. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-7530-3_26.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Zhu, LianZhang, and FanSheng Kong. "Research of Automatic Conversion from UML Sequence Diagram to CPN Based on Modular Conversion." In Communications in Computer and Information Science, 95–102. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-31965-5_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Rumpe, Bernhard. "Sequence Diagrams." In Modeling with UML, 191–208. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-33933-7_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Singh, Monika, A. K. Sharma, and Ruhi Saxena. "Formal Transformation of UML Diagram: Use Case, Class, Sequence Diagram with Z Notation for Representing the Static and Dynamic Perspectives of System." In Advances in Intelligent Systems and Computing, 25–38. Singapore: Springer Singapore, 2016. http://dx.doi.org/10.1007/978-981-10-0135-2_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Cho, Yongsun, Woojin Lee, and Kiwon Chong. "The Technique of Test Case Design Based on the UML Sequence Diagram for the Development of Web Applications." In Computational Science and Its Applications – ICCSA 2005, 1–10. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11424758_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Marc-Philippe, Huget. "Extending Agent UML Sequence Diagrams." In Agent-Oriented Software Engineering III, 150–61. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-36540-0_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Il-Yeol, Song. "Developing Sequence Diagrams in UML." In Conceptual Modeling — ER 2001, 368–82. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-45581-7_28.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Li, Xuandong, and Johan Lilius. "Timing Analysis of UML Sequence Diagrams." In Lecture Notes in Computer Science, 661–74. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-46852-8_46.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "UML sequence diagram"

1

Xiaoshan Li, Zhiming Liu, and H. Jifeng. "A formal semantics of UML sequence diagram." In 2004 Australian Software Engineering Conference. Proceedings. IEEE, 2004. http://dx.doi.org/10.1109/aswec.2004.1290469.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Panigrahi, Satya Sobhan, Shreshtha Shaurya, Pramita Das, Anil Kumar Swain, and Ajay Kumar Jena. "Test Scenarios Generation Using UML Sequence Diagram." In 2018 International Conference on Information Technology (ICIT). IEEE, 2018. http://dx.doi.org/10.1109/icit.2018.00022.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Bahrin, Nabilah Kamarul, and Radziah Mohamad. "TCG algorithm approach for UML sequence diagram." In 2015 9th Malaysian Software Engineering Conference (MySEC). IEEE, 2015. http://dx.doi.org/10.1109/mysec.2015.7475193.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Sawprakhon, Photchana, and Yachai Limpiyakorn. "Model-Driven Approach to Constructing UML Sequence Diagram." In 2014 International Conference on Information Science and Applications (ICISA). IEEE, 2014. http://dx.doi.org/10.1109/icisa.2014.6847428.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Sarma, Monalisa, Debasish Kundu, and Rajib Mall. "Automatic Test Case Generation from UML Sequence Diagram." In 15th International Conference on Advanced Computing and Communications (ADCOM 2007). IEEE, 2007. http://dx.doi.org/10.1109/adcom.2007.68.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Yang, Yu-mei, and Ren-guo Li. "Petri net modeling based on UML sequence diagram." In International Conference on Electrical and Electronics Engineering. Southampton, UK: WIT Press, 2014. http://dx.doi.org/10.2495/iceee140271.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Alhroob, Aysh, Keshav Dahal, and Alamgir Hossain. "Transforming UML sequence diagram to High Level Petri Net." In 2010 2nd International Conference on Software Technology and Engineering (ICSTE 2010). IEEE, 2010. http://dx.doi.org/10.1109/icste.2010.5608842.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Han, Deshuai, Jianchun Xing, Qiliang Yang, Hongda Wang, and Xuewei Zhang. "Formal Sequence: Extending UML Sequence Diagram for Behavior Description and Formal Verification." In 2016 IEEE 40th Annual Computer Software and Applications Conference (COMPSAC). IEEE, 2016. http://dx.doi.org/10.1109/compsac.2016.118.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Saputra, Aditya Bagoesr, Thomas Anung Basuki, and Jimmy Tirtawangsa. "Transformation of UML 2.0 sequence diagram into Coloured Petri Nets." In 2014 International Conference of Advanced Informatics: Concept, Theory and Application (ICAICTA). IEEE, 2014. http://dx.doi.org/10.1109/icaicta.2014.7005948.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Qiu, Xiang, and Li Zhang. "Test Scenario Generation for Reliability Tactics from UML Sequence Diagram." In 2014 21st Asia-Pacific Software Engineering Conference (APSEC). IEEE, 2014. http://dx.doi.org/10.1109/apsec.2014.11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography