Academic literature on the topic 'UML Graph'

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 Graph.'

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 Graph"

1

Chama, Wafa, Allaoua Chaoui, and Seidali Rehab. "Formal Modeling and Analysis of Object Oriented Systems using Triple Graph Grammars." International Journal of Embedded and Real-Time Communication Systems 6, no. 2 (April 2015): 48–64. http://dx.doi.org/10.4018/ijertcs.2015040103.

Full text
Abstract:
This paper proposes a Model Driven Engineering automatic translation approach based on the integration of rewriting logic formal specification and UML semi-formal models. This integration is a contribution in formalizing UML models since it lacks for formal semantics. It aims at providing UML with the capabilities of rewriting logic and its Maude language to control and detect incoherencies in their diagrams. Rewriting logic Maude language allows simulation and verification of system's properties using its LTL model-checker. This automatic translation approach is based on meta-modeling and graph transformation since UML diagrams are graphs. More precisely, the authors have proposed five meta-models and three triple graph grammars to perform the translation process. The authors have used Eclipse Generative Modeling tools: Eclipse Modeling Framework (EMF) for meta-modeling, Graphical Modeling Framework (GMF) for generating visual modeling tools and TGG Interpreter for proposing triple graph grammars. The approach is illustrated through an example.
APA, Harvard, Vancouver, ISO, and other styles
2

Ziemann, Paul, Karsten Hölscher, and Martin Gogolla. "From UML Models to Graph Transformation Systems." Electronic Notes in Theoretical Computer Science 127, no. 4 (April 2005): 17–33. http://dx.doi.org/10.1016/j.entcs.2004.10.025.

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

Eiglsperger, Markus, Carsten Gutwenger, Michael Kaufmann, Joachim Kupke, Michael Jünger, Sebastian Leipert, Karsten Klein, Petra Mutzel, and Martin Siebenhaller. "Automatic Layout of UML Class Diagrams in Orthogonal Style." Information Visualization 3, no. 3 (July 22, 2004): 189–208. http://dx.doi.org/10.1057/palgrave.ivs.9500078.

Full text
Abstract:
Unified modelling language (UML) diagrams have become increasingly important in engineering and re-engineering processes for software systems. Of particular interest are UML class diagrams whose purpose is to display generalizations, associations, aggregations, and compositions in one picture. The combination of directed and undirected relations poses a special challenge to a graph layout tool. Current approaches for the automatic layout of class diagrams are based on the layered graph drawing paradigm. These algorithms produce good results for class diagrams with large and deep structural information, that is, diagrams with a large and deep inheritance hierarchy. However, they do not perform satisfactorily in absence of this information. We suggest to use the topology-shape—metrics paradigm for automatic layout of class diagrams, which has been used very successfully for drawing undirected graphs in orthogonal style. Moreover, we introduce the algorithms UML-Kandinsky and GoVisual fitting into this paradigm. Both algorithms work for class diagrams with rich structural information as well as for class diagrams with few or no structural information. Therefore, they improve the existing algorithms significantly.
APA, Harvard, Vancouver, ISO, and other styles
4

Anas, Outair, Tanana Mariam, and Lyhyaoui Abdelouahid. "New method for summative evaluation of UML class diagrams based on graph similarities." International Journal of Electrical and Computer Engineering (IJECE) 11, no. 2 (April 1, 2021): 1578. http://dx.doi.org/10.11591/ijece.v11i2.pp1578-1590.

Full text
Abstract:
This paper deals with the problem of the evaluation of the student's productions during the construction of a UML class diagram from textual speciations, which can be a tedious task for teachers. The main objective is to propose a method of summative and semi-automatic evaluation of the class diagrams produced by the students, in order to provide an educational reaction on the learning process, and to reduce the evaluation work for the teachers. To achieve this objective, we must analyze these productions and study the transformation, matching, similarity measurement and comparison of several UML graphs. From this study, we adopted a method based on the comparison and matching of the components of several UML diagrams. This proposal is applied to evaluate UML class diagrams and focuses on the structural and semantic aspects of the UML graph produced by students compared to several solutions proposed by the teacher.
APA, Harvard, Vancouver, ISO, and other styles
5

Purchase, Helen C., Jo-Anne Allder, and David Carrington. "Graph Layout Aesthetics in UML Diagrams: User Preferences." Journal of Graph Algorithms and Applications 6, no. 3 (2002): 255–79. http://dx.doi.org/10.7155/jgaa.00054.

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

Gogolla, Martin, Paul Ziemann, and Sabine Kuske. "Towards an Integrated Graph Based Semantics for UML." Electronic Notes in Theoretical Computer Science 72, no. 3 (February 2003): 160–75. http://dx.doi.org/10.1016/s1571-0661(04)80619-4.

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

Hölscher, Karsten, Paul Ziemann, and Martin Gogolla. "On translating UML models into graph transformation systems." Journal of Visual Languages & Computing 17, no. 1 (February 2006): 78–105. http://dx.doi.org/10.1016/j.jvlc.2005.11.001.

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

Kuske, Sabine, Martin Gogolla, Hans-Jörg Kreowski, and Paul Ziemann. "Towards an integrated graph-based semantics for UML." Software & Systems Modeling 8, no. 3 (August 28, 2008): 403–22. http://dx.doi.org/10.1007/s10270-008-0101-4.

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

Čech, Pavel. "Matching UML class models using graph edit distance." Expert Systems with Applications 130 (September 2019): 206–24. http://dx.doi.org/10.1016/j.eswa.2019.04.008.

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

Kundu, Debasish, Debasis Samanta, and Rajib Mall. "An Approach to Convert XMI Representation of UML 2.x Interaction Diagram into Control Flow Graph." ISRN Software Engineering 2012 (March 7, 2012): 1–22. http://dx.doi.org/10.5402/2012/265235.

Full text
Abstract:
For automation of many software engineering tasks such as program analysis, testing, and coverage analysis, it is necessary to construct a control flow graph. With the advancement of UML, software practitioners advocate to construct control flow graph from some of the UML design artifacts. UML 2.x supports the modeling of control flow information in interaction diagram by means of message sequences and different types of fragments like alt, opt, break, loop, and so forth. Leading UML modeling tools, namely MagicDraw, IBM's Rational, and so forth export models in XMI format. Construction of control flow graph from the XMI representation of an interaction diagram is not straightforward as model elements of interaction diagram are captured in XMI by means of values of attributes of multiple tagged elements and correlations among these tagged elements is not explicitly specified. This paper proposes an approach for construction of control flow graph from XMI representation of UML 2.x interaction diagram. A prototype tool based on our approach has been developed which can be plugged in any computer-aided software engineering tool.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "UML Graph"

1

Ziemann, Paul. "An integrated operational semantics for a UML core based on graph transformation /." Berlin : Logos-Verl, 2006. http://deposit.ddb.de/cgi-bin/dokserv?id=2774091&prov=M&dok_var=1&dok_ext=htm.

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

Ziemann, Paul. "An integrated operational semantics for a UML core based on graph transformation." Berlin Logos-Verl, 2005. http://deposit.ddb.de/cgi-bin/dokserv?id=2774091&prov=M&dok_var=1&dok_ext=htm.

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

El, Musleh Mohammad. "Transformation of UML State Machine Diagram into Graph Database to Generate Test Cases." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-426060.

Full text
Abstract:
The manual approach in software testing is considered as expensive, error-prone, and time-consuming activity since it depends highly on the test engineers. As well, the process of software testing requires proper planning and resources to design the test cases. For this reason, any approach that can be used to enhance or automate the current testing process is necessary. This thesis introduces an approach to transform the Unified Modeling Language (UML) behavioral state machines diagram into a graph database inside Neo4j, a graph database software. Moreover, a framework is proposed that fetches test data from the graph database. Based on the similarity between the state machine notation and the nodes and edges (with properties) in graph databases, a set ofrules for representation is presented in this thesis. Along with a framework based on GRANDstack (full-stack framework), the framework should use the pre-built graph database together with other technologies to generate test cases from the inserted requirements specification. A proof-of-concept is implemented to demonstrate the proposed framework. By using a dedicated schema, the fetched data is matched with the expected results. The results prove that the transformation method and the proposed framework have a good potential to be developed and evaluated with a realistic test from the industry practice. Keywords: requirement, test data, UML, state machine diagram, black-box testing, test case generation, Neo4j, GraphQL API
APA, Harvard, Vancouver, ISO, and other styles
4

O'Keefe, Greg, and gregokeefe@netspace net au. "The Meaning of UML Models." The Australian National University. Computer Science Laboratory, Research School of Information Sciences and Engineering, 2010. http://thesis.anu.edu.au./public/adt-ANU20100614.175427.

Full text
Abstract:
The Unified Modelling Language (UML) is intended to express complex ideas in an intuitive and easily understood way. It is important because it is widely used in software engineering and other disciplines. Although an official definition document exists, there is much debate over the precise meaning of UML models. ¶ In response, the academic community have put forward many different proposals for formalising UML, but it is not at all obvious how to decide between them. Indeed, given that UML practitioners are inclined to reject formalisms as non-intuitive, it is not even obvious that the definition should be “formal” at all. Rather than searching for yet another formalisation of UML, our main aim is to determine what would constitute a good definition of UML. ¶ The first chapter sets the UML definition problem in a broad context, relating it to work in logic and the philosophy of science. More specific conclusions about the nature of model driven development are reached in the beginning of Chapter 2. We then develop criteria for a definition of UML. Applying these criteria to the existing definition, we find that it is lacking in clarity. We then set out to test the precision of the definition. The test is to take an apparently inconsistent model, and determine whether it really is inconsistent according to the definition. ¶ Many people have proposed that UML models are graphs, but few have justified this choice using the official definition of UML. We begin Chapter 3 by arguing from the official definition that UML models are graphs and that instantiation is a graph homomorphism into an interpretation functor. The official definition of UML defines the semantics against its abstract syntax, which is in turn defined by a UML model. Chapters 3 and 4 prepare for our test by resolving this apparent circularity. The result is a semantics for the metamodel fragment of the language. ¶ In Chapter 5, we find, contrary to popular belief, that the official definition does provide sufficient semantics to classify the example model as inconsistent. Moreover, the sustained study of the semantics in Chapters 3 to 5 confirms our initial argument that the semantic domain is graphs. The Actions are the building blocks of UML’s prescriptive dynamics. We see that they can be naturally defined as graph transformation rules. Sequence diagrams are the main example of descriptive dynamics, but we find that their official semantics are broken. The “recorded history” approach should be replaced, we suggest, by a graph-oriented dynamic logic. ¶ Chapter 6 presents our early work on dynamic logic for UML sequence diagrams and further explores the proposed semantic repairs. In Chapter 7, guided by the criteria developed in Chapter 2, we critically survey the UML formalisation literature and conclude that an existing body of graph transformation based work known as “dynamic metamodelling” is very close to what is required. ¶ The final chapter draws together our conclusions. It proposes a category theoretic construction to merge models of the syntax and semantic domain, yielding a type graph for the graph transformation system which defines the dynamic semantics of the language. Finally, it outlines the further work required to realise a satisfactory definition of UML.
APA, Harvard, Vancouver, ISO, and other styles
5

Amer, Hoda. "Automatic transformation of UML software specification into LQN performance models using graph grammar techniques." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 2001. http://www.collectionscanada.ca/obj/s4/f2/dsk3/ftp04/MQ61015.pdf.

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

Liu, Yun. "UML 2.0 with VizzAnalyzer - Visualization of class diagrams." Thesis, Växjö University, School of Mathematics and Systems Engineering, 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-1589.

Full text
Abstract:

Abstract

The program analysis tool, VizzAnalyzer, works good for visualizing the program structure as graphs, but currently it does not allow for a UML conform visualization, which allows a effective communication among software engineers. In this thesis we describe the extension of the VizzAnalyzer to allow the visualization of software systems as UML class diagrams.

The Eclipse platform provides an open source platform for creating an extensible integrated development environment. We create a plug-in that can be seamlessly integrated in the Eclipse platform through the third party tools in Eclipse to visualize the graph in VizzAnalyzer as UML class diagrams. The third party tools that are used in this thesis are the Graphical Editing Framework (GEF) and Draw2D. They are mainly used to create the UML class diagram view.

In order to get a clear view on the diagram in the limited screen size, it is necessary to provide an appropriate layout for the diagram and drag and zoom actions on its figures. We provide the necessary means and document altogether in this thesis. We implement our solution as Eclipse plug-in and demonstrate feasibility.

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

Wang, Chao. "Grail to XMI and Back." Thesis, Växjö University, School of Mathematics and Systems Engineering, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:vxu:diva-2298.

Full text
Abstract:

Grail is an open source graph library, which is developed at the MSI of Växjö University, tools like the VizzAnalyzer and vizz3d use Grail for representing their internal structures.

In this thesis, an adapter serializing and deserializing Grail graphs to and from XMI is introduced. XMI is short for XML Metadata Interchange; it is developed by the Object Management Group (OMG).

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

af, Sandeberg Joakim. "Graphical system visualization and flow display : A visual representation of an authentication, authorization, and accounting backend." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-190007.

Full text
Abstract:
Displaying the architecture of a software system is not a simple task. Showing all of the available information will unnecessarily complicate the view, while showing too little might render the view unhelpful. Furthermore, showing the dynamics of the operation of such a system is even more challenging. This thesis project describes the development of a graphical tool that can both display the configuration of an advanced authentication, authorization, and accounting (AAA) system and the messages passed between nodes in the system.  The solution described uses force-based graph layouts coupled with adaptive filters as well as vector-based rendering to deliver a view of the status of the system. Force-based layout spreads out the nodes in an adaptive fashion. The adaptive filters starts by showing what is most often the most relevant information, but can be configured by the user. Finally, the vector based rendering offers unlimited zoom into the individual nodes in the graph in order to display additional detailed information. Unified Modeling Language (UML) sequence charts are used to display the message flow inside the system (both between nodes and inside individual nodes). To validate the results of this thesis project each iteration of the design was evaluated through meetings with the staff at Aptilo Networks. These meetings provided feedback on the direction the project was taking as well as provided input (such as ideas for features to implement). The result of this thesis project shows a way to display the status of an AAA system with multiple properties displayed at the same time. It combines this with a view of the flow of messages and application of policies in the network via a dynamically generated UML sequence diagram. As a result human operators are able to see both the system’s architecture and the dynamics of its operation using the same user interface. This integrated view should enable more effective management of the AAA system and facilitate responding to problems and attacks.
Att visualisera arkitekturen av ett mjukvarusystem är inte lätt. Visas all tillgänglig information så blir vyn för komplicerad medan ifall för lite visas så blir vyn onödig. Att samtidigt visa dynamiken som uppstår när systemet arbetar är ytterligare en utmaning. Detta examensprojektet beskriver hur utvecklingen av ett grafiskt verktyg, som både kan visa konfigurationen av ett avancerat autentisering-, tillåtelse- och bokförings-system (AAA) och meddelanden som skickas mellan noder i systemet.<p> Lösningen använder en kraftriktad graflayout tillsammans med adaptiva filter och vektorbaserad rendering för att visa en vy av systemets status. De adaptiva filtren börjar med att visa den information som oftast är mest relevant men kan ställas in av användaren. Nyttjandet av vektorbaserad grafik tillhandahåller obegränsade möjligheter för användaren att zooma in på delar av grafen för att visa mer detaljerad information. UML sekvensdiagram används för att visa medelandeflödet inuti systemet (både mellan noder och inuti noder). För att utvärdera resultatet av examensprojektet blev varje iteration av designen utvärderad vid möten med personalen på Aptilo Networks. Dessa möten gav återkoppling på vilken rikting projektet tog samt input med t. ex. id´eer på nya egenskaper att lägga till. Resultatet av detta examensarbete visar ett sätt att visa statusen för ett AAA system med många av systemets egenskaper visade samtidigt. Det kombinerar detta med en vy av flödet av meddelanden och applikationpolicies i nätverket via ett dynamiskt genererat UML sekvensdiagram. Resultatet av detta är att mänskliga operatörer kan se både systemets arkitektur och dynamiken i hur det fungerar i samma gränssnitt. Detta gränssnitt bör möjliggöra mer effektiv hantering av AAA systemet och underlätta lösningar på både problem i systemet och attacker mot systemet.
APA, Harvard, Vancouver, ISO, and other styles
9

Ondrák, Lukáš. "Převod UML diagramů mezi Visual Paradigm a textovými formáty." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2021. http://www.nusl.cz/ntk/nusl-445491.

Full text
Abstract:
This master's thesis deals with possibilities of modifying and extending functionality of Visual Paradigm with plug-ins as well as the study of tools for creating UML diagrams. The primary goal of this thesis is to describe graphical tools and simultaneously, the less known variants of creating UML diagrams. Those are tools that process text UML formats. Special attention is given to text tool PlantUML and to the graphical tool Visual Paradigm. Furthermore, the thesis deals with use of the Visual Paradigm open interface for programmers to create plug-ins. The main output is an implemented plug-in that allows you to convert UML diagrams between Visual Paradigm and text format PlantUML, which was published as open source software. Grammar for the PlantUML language have also been created for this plug-in.
APA, Harvard, Vancouver, ISO, and other styles
10

Turki, Skander. "Ingénierie système guidée par les modèles : Application du standard IEEE 15288, de l'architecture MDA et du langage SysML à la conception des systèmes mécatroniques." Phd thesis, Université du Sud Toulon Var, 2008. http://tel.archives-ouvertes.fr/tel-00344722.

Full text
Abstract:
La conception des systèmes mécatroniques, vu leur complexité, nécessite d'entreprendre une approche systémique qui implique l'utilisation d'une méthodologie permettant, en premier lieu, de considérer le système avec toutes ces composantes (mécanique, électronique, informatique, etc.), de concevoir et de spécifier ce système par la définition de ces composants et des liens qui existent entre eux. D'autre part, elle doit aussi donner la possibilité de décrire ces composants avec les outils existants des différents domaines technologiques. Nous nous sommes tournés vers des technologies orientées-objet, en l'occurence l'ingénierie guidée par les modèles MDE, pour construire une méthodologie permettant d'entreprendre cette approche systématique supportant les activités d'ingénierie décrites dans le standard ISO/IEC/IEEE 15288. Dans cette thèse, nous proposons une méthodologie qui répond à ces besoins intitulés MISSyM. Dans MISSyM, les activités de conception sont réalisées sur des modèles SysML étendus par des profils supportant le standard IEEE 15288. De plus, MISSyM intègre le support d'éléments de modélisation spécifiques aux systèmes mécatroniques. Nous avons aussi intégrer dans MISSyM une extension à SysML supportant les Bonds Graphs et permettant d'entreprendre une analyse énergétique. Nous avons par la suite enrichi la méthodologie MISSyM par une méthode de vérification de la qualité de l'architecture qui repose sur un algorithme utilisant des métriques et un algorithme de partitionnement de la matrice de dépendances ou DSM. Nous avons en plus ajouté la génération de codes vers le langage de simulation Modelica. Finalement, nous avons décrit le processus global de la méthodologie basé sur l'architecture de modèles MDA et en concordance avec le standard IEEE 15288. Nous avons fourni un exemple d'application pour permettre aux ingénieurs système de mieux utiliser le langage SysML à travers cette méthodologie.
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "UML Graph"

1

Nakov, Svetlin. Fundamentals of Computer Programming with C#: The Bulgarian C# Book. Sofia, Bulgaria: Svetlin Nakov, 2013.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Ferreira, Eliel Alves, and João Vicente Zamperion. Excel: Uma ferramenta estatística. Brazil Publishing, 2021. http://dx.doi.org/10.31012/978-65-5861-400-5.

Full text
Abstract:
This study aims to present the concepts and methods of statistical analysis using the Excel software, in a simple way aiming at a greater ease of understanding of students, both undergraduate and graduate, from different areas of knowledge. In Excel, mainly Data Analysis Tools will be used. For a better understanding, there are, in this book, many practical examples applying these tools and their interpretations, which are of paramount importance. In the first chapter, it deals with introductory concepts, such as introduction to Excel, the importance of statistics, concepts and definitions. Being that in this will be addressed the subjects of population and sample, types of data and their levels of measurement. Then it brings a detailed study of Descriptive Statistics, where it will be studied percentage, construction of graphs, frequency distribution, measures of central tendency and measures of dispersion. In the third chapter, notions of probability, binomial and normal probability distribution will be studied. In the last chapter, Inferential Statistics will be approached, starting with the confidence interval, going through the hypothesis tests (F, Z and t tests), ending with the statistical study of the correlation between variables and simple linear regression. It is worth mentioning that the statistical knowledge covered in this book can be useful for, in addition to students, professionals who want to improve their knowledge in statistics using Excel.
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "UML Graph"

1

Gutwenger, Carsten, Michael Jünger, Karsten Klein, Joachim Kupke, Sebastian Leipert, and Petra Mutzel. "Caesar Automatic Layout of UML Class Diagrams." In Graph Drawing, 461–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45848-4_46.

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

Purchase, Helen C., Jo-Anne Allder, and David Carrington. "User Preference of Graph Layout Aesthetics: A UML Study." In Graph Drawing, 5–18. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-44541-2_2.

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

Gutwenger, Carsten, Michael Jünger, Karsten Klein, Joachim Kupke, Sebastian Leipert, and Petra Mutzel. "A Diagramming Software for UML Class Diagrams." In Graph Drawing Software, 257–78. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-642-18638-7_12.

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

Varró, Dániel. "A Formal Semantics of UML Statecharts by Model Transition Systems." In Graph Transformation, 378–92. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45832-8_28.

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

Knapp, Alexander, and Till Mossakowski. "Multi-view Consistency in UML: A Survey." In Graph Transformation, Specifications, and Nets, 37–60. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-75396-6_3.

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

Schürr, Andy, and Andreas J. Winter. "UML Packages for PROgrammed Graph REwriting Systems." In Theory and Application of Graph Transformations, 396–409. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/978-3-540-46464-8_28.

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

Grønmo, Roy, and Birger Møller-Pedersen. "Aspect Diagrams for UML Activity Models." In Applications of Graph Transformations with Industrial Relevance, 329–44. Berlin, Heidelberg: Springer Berlin Heidelberg, 2008. http://dx.doi.org/10.1007/978-3-540-89020-1_23.

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

Seemann, Jochen. "Extending the Sugiyama algorithm for drawing UML class diagrams: Towards automatic layout of object-oriented software diagrams." In Graph Drawing, 415–24. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/3-540-63938-1_86.

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

Schleicher, Ansgar. "Formalizing UML-Based Process Models Using Graph Transformations." In Applications of Graph Transformations with Industrial Relevance, 341–57. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/3-540-45104-8_27.

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

Huang, Liang, Yucong Duan, Xiaobing Sun, Zhaoxin Lin, and Chuanpu Zhu. "Enhancing UML Class Diagram Abstraction with Knowledge Graph." In Lecture Notes in Computer Science, 606–16. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-46257-8_65.

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

Conference papers on the topic "UML Graph"

1

Costa, Andrei, Vinicius Pazzini, Luciana Foss, Simone Andre da Costa Cavalheiro, Lisane Brisolara de Brisolara, and Flavio R. Wagner. "Automatic Translation from UML to Simulink CAAM Using Graph Grammars." In 2013 2nd Workshop-School on Theoretical Computer Science (WEIT). IEEE, 2013. http://dx.doi.org/10.1109/weit.2013.20.

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

Bisi, Nicolas N., Vinicius Pazzini, Luciana Foss, Simone Andre da Costa Cavalheiro, Lisane B. de Brisolara, and Fl´vio Rech Wagner. "Using Graph Grammars to Develop Embedded Systems Based on UML Models." In 2011 Workshop-School on Theoretical Computer Science (WEIT). IEEE, 2011. http://dx.doi.org/10.1109/weit.2011.16.

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

Chama, Wafa, Raida Elmansouri, and Allaoua Chaoui. "Using graph transformation and maude to simulate and verify UML models." In 2013 International Conference on Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE). IEEE, 2013. http://dx.doi.org/10.1109/taeece.2013.6557318.

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

Ermel, C., K. Holscher, S. Kuske, and P. Ziemann. "Animated simulation of integrated UML behavioral models based on graph transformation." In Proceedings. 2005 IEEE Symposium on Visual Languages and Human-Centric Computing. IEEE, 2005. http://dx.doi.org/10.1109/vlhcc.2005.18.

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

Kerkouche, Elhillali, Allaoua Chaoui, and Khaled Khalfaoui. "Transforming UML models to colored petri nets models using graph grammars." In 2009 IEEE Symposium on Computers and Communications (ISCC). IEEE, 2009. http://dx.doi.org/10.1109/iscc.2009.5202298.

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

Outair, Anas, Abdelouahid Lyhyaoui, and Mariam Tanana. "Towards a semi automatic assessment of UML diagrams by graph transformation." In 2014 International Conference on Multimedia Computing and Systems (ICMCS). IEEE, 2014. http://dx.doi.org/10.1109/icmcs.2014.6911322.

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

Aouag, Mouna, and Allaoua Chaoui. "From UML class diagrams to Aspect-Oriented Class Diagrams using graph transformation." In 2013 International Conference on Control, Decision and Information Technologies (CoDIT). IEEE, 2013. http://dx.doi.org/10.1109/codit.2013.6689588.

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

Kerkouche, Elhillali, Khaled Khalfaoui, Allaoua Chaoui, and Ali Aldahoud. "UML Activity Diagrams and Maude Integrated Modeling and Analysis Approach Using Graph Transformation." In The 7th International Conference on Information Technology. Al-Zaytoonah University of Jordan, 2015. http://dx.doi.org/10.15849/icit.2015.0093.

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

Hettab, Abdelkamel, Elhillali Kerkouche, and Allaoua Chaoui. "A Graph Transformation Approach for Automatic Test Cases Generation from UML Activity Diagrams." In the Eighth International C* Conference. New York, New York, USA: ACM Press, 2008. http://dx.doi.org/10.1145/2790798.2790801.

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

Djaoui, Chafika, Elhillali Kerkouche, Allaoua Chaoui, and Khaled Khalfaoui. "Generating Maude Specifications from UML Interaction Overview Diagrams: A Graph Transformation Based Approach." In 2018 Fifth International Symposium on Innovation in Information and Communication Technology (ISIICT). IEEE, 2018. http://dx.doi.org/10.1109/isiict.2018.8613723.

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