Concept and Prototype for Managing Knowledge-Intensive Processes

Total Page:16

File Type:pdf, Size:1020Kb

Concept and Prototype for Managing Knowledge-Intensive Processes ProSyWis: Concept and Prototype for Managing Knowledge-Intensive Processes Rüdiger Buck-Emden Publisher: Dean Prof. Dr. Wolfgang Heiden University of Applied Sciences Bonn-Rhein-Sieg, Department of Computer Science Sankt Augustin, Germany November 2014 Technical Report 04-2014 ISSN 1869-5272 Copyright ÷c 2014, by the author(s). All rights reserved. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for proĄt or commercial advantage and that copies bear this notice and the full citation on the Ąrst page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior speciĄc permission. Das Urheberrecht des Autors bzw. der Autoren ist unveräußerlich. Das Werk einschließlich aller seiner Teile ist urheberrechtlich geschützt. Das Werk kann innerhalb der engen Grenzen des Urheberrechtsgesetzes (UrhG), German copyright law, genutzt werden. Jede weitergehende Nutzung regelt obiger englischsprachiger Copyright-Vermerk. Die Nutzung des Werkes außerhalb des UrhG und des obigen Copyright-Vermerks ist unzulässig und strafbar. b ProSyWis: Concept and Prototype for Managing Knowledge-Intensive Processes Rüdiger Buck-Emden [email protected] University of Applied Sciences Bonn-Rhein-Sieg Department of Computer Science Technical Report 04-2014 ISSN 1869-5272 Abstract — Business process infrastructures like BPMS I. INTRODUCTION (Business Process Management Systems) and WfMS (Workflow Management Systems) traditionally focus on the Since the 1990s, when organizations started to move automation of processes predefined at design time. This from function-oriented business organization to business approach is well suited for routine tasks which are processed process orientation [1], a multitude of workflow repeatedly and which are described by a predefined control management systems (WfMS) and business process flow. In contrast, knowledge-intensive work is more goal and management systems (BPMS) has been developed (for data-driven and less control-flow oriented. Knowledge workers definition and scope see for instance [2]). Among them are need the flexibility to decide dynamically at run-time and WebSphere (IBM), jBPM (JBoss), webMethods (Software based on current context information on the best next process AG), YAWL (Open Source) and others. The promise of step to achieve a given goal. Obviously, in most practical these systems is to effectively support pre-specified routine scenarios, these decisions are complex and cannot be business processes by liberating workers from coordination anticipated and modeled completely in a predefined process tasks, improving maintainability of business control flows model. Therefore, adaptive and dynamic process management (by extracting the control flow definition explicitly into the techniques are necessary to augment the control-flow oriented BPMS/WfMS) and finally leading to higher quality and part of process management (which is still a need also for efficiency of business operation. knowledge workers) with flexible, context-dependent, goal- BPMS/WfMS approaches are oriented support. Although today’s sufficient for routine work (carried out repeatedly with This paper addresses the demand for flexible business process predictable results in a standard way according to a pre- support infrastructures and presents ProSyWis (Process defined control flow), the question how to best support Support System for Knowledge Workers), an approach for creative knowledge workers (like business decision makers, dynamic and adaptive management of knowledge-intensive health professionals, company lawyers, merger & acquisition processes, that combines classic control-flow support with consultants, incident managers) has still to be answered. declarative process modeling, rule-based activity identification, Many if not most of the core business problems activity prioritization, complex event processing, case-based companies are facing today are of knowledge work nature2, reasoning, and inter-personal collaboration. First ProSyWis meaning being goal and data-driven, non-repeatable and, to prototype components have been implemented based on some degree, unpredictable [3]. Knowledge work is typically Software AG’s webMethods suite1. embedded in a socio-technical context of human experts and information technology, thereby relying heavily on Keywords: Process Automation, Knowledge-intensive collaboration and continuous communication among people. Process, Knowledge Worker, Adaptive Case Management, In addition, this type of work is not driven by pre-specified Dynamic Case Management, Declarative Process Modeling, control structures, but by dynamically evolving, work-related Collaborative Work, Rule-based System, Case-Based Reasoning, circumstances comprising e.g. goals, received events, Complex Event Processing, BPMS, WfMS, CMMN 1 Many thanks to Sascha Alda, Robert Czerwinski, Stefan 2 Already in 2009 a growing proportion of 25% to 40% of Schulz and Christina Veit for their contributions to this the workforce was classified as knowledge workers ( [86]). research project. ProSyWis – Concept and Prototype for Managing Knowledge-Intensive Processes 1 executed and pending tasks, as well as all current and Process Model and Notation [28]). Nevertheless, BPMN can historic data/information/documents, which influence the complement CMMN: to integrate strictly defined process flow of the work in question (figurative, all these elements fragments, CMMN allows to reference prescriptive (a.k.a. have traditionally been collected in a “case folder”). imperative) sub-processes modeled e.g. in BPMN. In short, contemporary BPMS/WfMS lack to support On the commercial side, some product offerings are knowledge workers in highly dynamic scenarios where available to address knowledge worker demand for flexible, decisions about next process steps depend on the current adaptive process management. Among them are the products situation and where changing circumstances require the from Appian, ECM, IBM, ISIS Papyrus, Kofax, Open Text, flexibility to adapt behavior dynamically at runtime. On the and Pegasystems [9]. These offerings either have their roots other hand, flexible CSCW (Computer Supported in the field of content and document management or in Collaborative Work) tools [4] provided by the groupware workflow and business process management. But the market community generally miss the process perspective. This is penetration of dedicated products still seems to be limited. where concepts like Knowledge-Intensive Processes (KiPs One reason might be that knowledge work in most cases also [5] [6] [7]), Adaptive Case Management (ACM) [8], includes some routine work. Therefore we expect that ACM Dynamic Case Management (DCM) [9]), intelligent and the likes will be rather assimilated by established BPMS Business Process Management (iBPM [10]) and others (e.g. products than become a separate market segment of its own [11] [12] [13] [14] [15] [16]) come into play. In context of [29]. these concepts, a “cases” or a “knowledge-intensive process” can be roughly seen as a set of work assignments driven by III. DIMENSIONS OF PROCESS MODELING evolving circumstances, requiring the execution of situation- A core characteristic of a BPMS is the availability of dependent activities, and controlled by knowledge-workers explicit process models, which represent the given process in order to achieve a reasonable outcome or goal (for knowledge and drive the process execution. Process models instance handling of lawsuits, insurance claims, research have to take various perspectives into account. These are, activities, or business management tasks). “Adaptive” refers among others, the functional perspective (which are the to the ability to dynamically adjust behavior to changing possible activities performed during process execution), the circumstances. Although the details of how to implement flow perspective (which activities are performed in which these concepts are subject of various ongoing research and sequence under which conditions), the data perspective development initiatives, the goal seems to be clear: “to (which data elements are produced, consumed and provide enough structure to make knowledge work exchanged during process execution), and the resource manageable, but not to provide too much structure as to perspective (which people, systems, and services with which strangle it” [17]. capabilities execute the tasks). Details are discussed e.g. in This document contributes a holistic, design-oriented [30] [7]. If it comes to knowledge-intensive processes, there perspective on supporting knowledge work with ProSyWis is no general agreement in the community how to model (Process Support System for Knowledge Workers). The them. In the following, we put some emphasis on declarative document is organized as follows: After a short overview on process models to describe weakly defined processes. related work in industry and academics, we discuss briefly the key concepts ProSyWis is built on: events, rules, goals, IV. DECLARATIVE PROCESS FLOW MODELING milestones, decisions, and cases. We than describe the One essential finding of the community’s research and ProSyWis architecture in more detail, give an overview on development activities so far is the fact that the activity flow first findings from the prototype implementation, and briefly performed by knowledge workers cannot be modeled sketch next steps.
Recommended publications
  • Artificial Intelligence in Health Care: the Hope, the Hype, the Promise, the Peril
    Artificial Intelligence in Health Care: The Hope, the Hype, the Promise, the Peril Michael Matheny, Sonoo Thadaney Israni, Mahnoor Ahmed, and Danielle Whicher, Editors WASHINGTON, DC NAM.EDU PREPUBLICATION COPY - Uncorrected Proofs NATIONAL ACADEMY OF MEDICINE • 500 Fifth Street, NW • WASHINGTON, DC 20001 NOTICE: This publication has undergone peer review according to procedures established by the National Academy of Medicine (NAM). Publication by the NAM worthy of public attention, but does not constitute endorsement of conclusions and recommendationssignifies that it is the by productthe NAM. of The a carefully views presented considered in processthis publication and is a contributionare those of individual contributors and do not represent formal consensus positions of the authors’ organizations; the NAM; or the National Academies of Sciences, Engineering, and Medicine. Library of Congress Cataloging-in-Publication Data to Come Copyright 2019 by the National Academy of Sciences. All rights reserved. Printed in the United States of America. Suggested citation: Matheny, M., S. Thadaney Israni, M. Ahmed, and D. Whicher, Editors. 2019. Artificial Intelligence in Health Care: The Hope, the Hype, the Promise, the Peril. NAM Special Publication. Washington, DC: National Academy of Medicine. PREPUBLICATION COPY - Uncorrected Proofs “Knowing is not enough; we must apply. Willing is not enough; we must do.” --GOETHE PREPUBLICATION COPY - Uncorrected Proofs ABOUT THE NATIONAL ACADEMY OF MEDICINE The National Academy of Medicine is one of three Academies constituting the Nation- al Academies of Sciences, Engineering, and Medicine (the National Academies). The Na- tional Academies provide independent, objective analysis and advice to the nation and conduct other activities to solve complex problems and inform public policy decisions.
    [Show full text]
  • The Ingham County News Oh! ~.No ••••• Published THURSDAY AFTERNOONS Rev
    ·stranger Rules Mason While Mayor Fishes Thein m Whllt! M11yor CuriiH Mur•fon of qroc·r!r' nnrl mmnhm· 11f I he C!lly IlnrriHorr \VflH htrsy runnlnr: f!ity r·mrneil. llnrpcr Is jii'I!Sii!ent of the 4 Sections - 20 P4gos uf'f:ilm In Mason Monday, Mnsun's 'lanlsun Eciwol honrd. Mnynr Pnul ftlchlll'ris und Pollen 'l'ha vlr;!Jurs ,were met nt the Chief IInrry Chundler wenl fish· north dly limits nnrl Cicicnrtcd to Copy Mus# Come. Ill!~· 'own hy Cuptnln Tim Stol?. and Mayor Murlon nnrl Mnynr Welt· '::ounellman Nels Ji'nrrlby, of'flclul A· Day Earlier onls r.xdrungPd jnlm Monduy 011 Mn,~nn hosl. After· a ~>lop al city Hospital Pledges 1\ltmtorhll ilay Uri~ year• fllll!i mnyor· cxchungc day, a Jlart of hnll the group nltcnclctl 11 lunch· Mlehlgan weelt. on puhllmUon duy for f.lw lllJI'· con at Mrtson golf cour~e. After hum County New~. 1'1mt nwunH l11nch Counellman F'orrll>y pre­ Evnrymw In 1\ln~;nn Is In· tho lliiJler will lmve lo go to M:ntcrl Mayor· Mut·ton with u gnld Vlfllli ~~~ Nf.op ovm• In JlnrTINon pm~li Wedncr>duy noon lnstmul lwy In Mason, and v!Hitlng women of 'l'IIIII"IHiuy, .Pass $300~000 · In Urelr· h·nvi!IH' llu·nuJ:·h Uw wil h flowers, nnr·t.h nne! Hit 11 whlh!, 'l'hnt'.~ Cot'I'L'IIIIonctnnl!! 111111 IUivm·· Worlwrs in the $500,000 Mason lhnt nil of the eampalgn lltcrn· tho lnrltatlon extmulml hy '!'hn rr•st of llw afl['rnoon May· tlserH rnuHt hlt\'e Uwlr ltmnH hospital cum p nl g n cheered or Murl on's party look a r:rand lure nnrl puhlldty has clearly !Udym· Mnrion dur·ln~; his und co11Y In th(! otfh!e 11 ctuy Wedncs·day night when the score· sllrled fmm the beginning that vl~lt her·e.
    [Show full text]
  • Japanese Bibliographic Records and CJK Cataloging in U.S
    San Jose State University SJSU ScholarWorks Master's Theses Master's Theses and Graduate Research Fall 2009 Japanese bibliographic records and CJK cataloging in U.S. university libraries. Mie Onnagawa San Jose State University Follow this and additional works at: https://scholarworks.sjsu.edu/etd_theses Recommended Citation Onnagawa, Mie, "Japanese bibliographic records and CJK cataloging in U.S. university libraries." (2009). Master's Theses. 4010. DOI: https://doi.org/10.31979/etd.pcb8-mryq https://scholarworks.sjsu.edu/etd_theses/4010 This Thesis is brought to you for free and open access by the Master's Theses and Graduate Research at SJSU ScholarWorks. It has been accepted for inclusion in Master's Theses by an authorized administrator of SJSU ScholarWorks. For more information, please contact [email protected]. JAPANESE BIBLIOGRAPHIC RECORDS AND CJK CATALOGING IN U.S. UNIVERSITY LIBRARIES A Thesis Presented to The Faculty of the School of Library and Information Science San Jose State University In Partial Fulfillment of the Requirements for the Degree Master of Library and Information Science by Mie Onnagawa December 2009 UMI Number: 1484368 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion. UMT Dissertation Publishing UM! 1484368 Copyright 2010 by ProQuest LLC. All rights reserved. This edition of the work is protected against unauthorized copying under Title 17, United States Code.
    [Show full text]
  • Course Structure & Syllabus of B.Tech Programme In
    Course Structure & Syllabus of B.Tech Programme in Information Technology (From the Session 2015-16) VSSUT, BURLA COURSE STRUCTURE FIRST YEAR (COMMON TO ALL BRANCHES) FIRST SEMESTER SECOND SEMESTER Contact Contact Theory Hrs. Theory Hrs. CR CR Course Course Subject L .T .P Subject L. T. P Code Code Mathematics-I 3 - 1 - 0 4 Mathematics-II 3 - 1 - 0 4 Physics/Chemistry 3 - 1 - 0 4 Chemistry/ Physics 3 - 1 - 0 4 Engineering Computer /CS15- CS15- Mechanics/Computer 3 - 1 - 0 4 Programming/Engineering 3 - 1 - 0 4 008 008/ Programming Mechanics Basic Electrical Engineering/ Basic Electronics/Basic 3 - 1 - 0 4 3 - 1 - 0 4 Basic Electronics Electrical Engineering English/Environmental Environmental 3 - 1 - 0 4 3 - 1 - 0 4 Studies Studies/English Sessionals Sessionals Physics Laboratory/ Chemistry Lab/ Physics 0 - 0 - 3 2 0 - 0 - 3 2 Chemistry Lab Laboratory Workshop-I/Engineering Engineering Drawing/ 0 - 0 - 3 2 0 - 0 - 3 2 Drawing Workshop-I Basic Electrical Engineering Basic Electronics Lab/Basic 0 - 0 - 3 2 0 - 0 - 3 2 Lab/Basic Electronics Lab Electrical Engineering Lab Business Communication Programming Lab/ /CS15- CS15- and Presentation Skill/ 0 - 0 - 3 2 Business Communication 0 - 0 - 3 2 984 984/ Programming Lab and Presentation Skill Total 15-5-15 28 Total 15-5-15 28 SECOND YEAR THIRD SEMESTER FOURTH SEMESTER Contact Contact Theory Hrs. Theory Hrs. CR CR Course Subject L .T .P Course Code Subject L. T. P Code Mathematics-III Computer Organization 3 - 1 - 0 4 CS15-007 and Architecture 3 - 1 - 0 4 Digital Systems 3 - 1 - 0 4 CS15-032 Theory
    [Show full text]
  • A Comparison of Flexible BPMN and CMMN in Practice: a Case Study on Component Release Processes
    2018 IEEE 22nd International Enterprise Distributed Object Computing Conference A Comparison of Flexible BPMN and CMMN in Practice: A Case Study on Component Release Processes Andre´ Zensen Jochen M. Kuster¨ Bielefeld University of Applied Sciences Bielefeld University of Applied Sciences Bielefeld, Germany Bielefeld, Germany Email: [email protected] Email: [email protected] Abstract—The Object Management Group maintains two no- derive simple guidelines. While the findings can not be used tations to model business processes, BPMN and CMMN. While to make generalized statements, they can aid in choosing ff ff the two follow di erent approaches, both o er structures to which standard to use to model processes or parts of processes model flexible processes or parts thereof. This gives rise to the question which standard should be chosen to adequately model requiring flexible parts. such processes. We compare BPMN with a focus on its ad-hoc sub- The work is structured as follows: Section II introduces the process with elements of CMMN case models along a practical approaches and modeling standards. Section III describes the case study. While BPMN offers a certain degree of flexibility, case study and process. Section IV describes the models created CMMN has several benefits but also drawbacks. We discuss to capture the work on tasks needed to release a component advantages and disadvantages of both notations. To answer the question of which notation to use for modeling flexible processes, for production. A comparison is made in section V to highlight we derive simple guidelines to help in making an informed choice.
    [Show full text]
  • Heavy Meta Model-Driven Domain-Specific Generation of Generative Domain-Specific Modeling Tools
    Heavy Meta Model-Driven Domain-Specific Generation of Generative Domain-Specific Modeling Tools Dissertation zur Erlangung des Grades eines Doktors der Ingenieurwissenschaften der Technischen Universität Dortmund an der Fakultät für Informatik von Stefan Naujokat Dortmund 2017 Tag der mündlichen Prüfung: 20.03.2017 Dekan: Prof. Dr.-Ing. Gernot A. Fink Gutachter: Prof. Dr. Bernhard Steffen Dr. habil. Axel Legay Prof. Dr. Jakob Rehof ii Acknowledgements First and foremost, I want to thank Bernhard Steffen for the supervision of my thesis. The many abstract discussions on ‘heavy meta’ matters regularly challenged the whole Cinco toolchain and DFS concepts, but always advanced the overall approach in the end. I also thank him for creating such a pleasant working atmosphere at the chair for programming systems in Dortmund. While interesting and innovative industrial projects easily distract one from finishing a thesis, I learned a lot aside from regular scientific business and enjoyed my time there. Many thanks also go to the other referees of my thesis, Axel Legay and Jakob Rehof, as well as to Heinrich Müller for chairing my doctoral committee. I am also particularly grateful to Tiziana Margaria for constantly pointing out opportunities for service orientation aside from classic usages, providing alternative perspectives on various topics, and finding ways to fund my initial post-Diplom research. Also, I want to thank my longtime colleague Johannes Neubauer. Although (or maybe because) we usually start with quite opposite opinions on how to approach a problem – which regularly leads to extensive discussions – the collaboration in various projects always was very fruitful. I especially owe thanks to Michael Lybecait and Dawid Kopetzki, who did most of the work for Cinco’s implementation.
    [Show full text]
  • A When and How to Use Multi-Level Modelling
    A When and How to Use Multi-Level Modelling JUAN DE LARA, Universidad Autonoma´ de Madrid (Spain) ESTHER GUERRA, Universidad Autonoma´ de Madrid (Spain) JESUS´ SANCHEZ´ CUADRADO, Universidad Autonoma´ de Madrid (Spain) Model-Driven Engineering (MDE) promotes models as the primary artefacts in the software development process, from which code for the final application is derived. Standard approaches to MDE (like those based on MOF or EMF) advocate a two-level meta-modelling setting where Domain-Specific Modelling Languages (DSMLs) are defined through a meta-model, which is instantiated to build models at the meta-level below. Multi-level modelling – also called deep meta-modelling – extends the standard approach to meta- modelling by enabling modelling at an arbitrary number of meta-levels, not necessarily two. Proposers of multi-level modelling claim that this leads to simpler model descriptions in some situations, although its applicability has been scarcely evaluated. Thus, practitioners may find it difficult to discern when to use it and how to implement multi-level solutions in practice. In this paper, we discuss the situations where the use of multi-level modelling is beneficial, and iden- tify recurring patterns and idioms. Moreover, in order to assess how often the identified patterns arise in practice, we have analysed a wide range of existing two-level DSMLs from different sources and domains, to detect when their elements could be rearranged in more than two meta-levels. The results show that this scenario is not uncommon, while in some application domains (like software architecture and enter- prise/process modelling) is pervasive, with a high average number of pattern occurrences per meta-model.
    [Show full text]
  • Modellierung 2020
    Dominik Bork, Dimitris Karagiannis, Heinrich C. Mayr (Hrsg.) Modellierung 2020 19. – 21. Februar 2020 Wien, Österreich Gesellschaft für Informatik e.V. (GI) Lecture Notes in Informatics (LNI) - Proceedings Series of the Gesellschaft für Informatik (GI) Volume P-302 ISBN 978-3-88579-696-1 ISSN 1617-5468 Volume Editors Dr. Dominik Bork Prof. Dr. Dimitris Karagiannis Universität Wien, Fakultät für Informatik, Währinger Strasse 29, 1090 Wien Email: [email protected], [email protected] Prof. Dr.Dr.h.c. Heinrich C. Mayr Alpen-Adria-Universität Klagenfurt, Universitätsstraße 65 – 67, 9020 Klagenfurt Email: [email protected] Series Editorial Board Heinrich C. Mayr, Alpen-Adria-Universität Klagenfurt, Austria (Chairman, [email protected]) Torsten Brinda, Universität Duisburg-Essen, Germany Dieter Fellner, Technische Universität Darmstadt, Germany Ulrich Flegel, Infineon, Germany Ulrich Frank, Universität Duisburg-Essen, Germany Michael Goedicke, Universität Duisburg-Essen, Germany Ralf Hofestädt, Universität Bielefeld, Germany Wolfgang Karl, KIT Karlsruhe, Germany Michael Koch, Universität der Bundeswehr München, Germany Thomas Roth-Berghofer, University of West London, Great Britain Peter Sanders, Karlsruher Institut für Technologie (KIT), Germany Andreas Thor, HFT Leipzig, Germany Ingo Timm, Universität Trier, Germany Karin Vosseberg, Hochschule Bremerhaven, Germany Maria Wimmer, Universität Koblenz-Landau, Germany Dissertations Steffen Hölldobler, Technische Universität Dresden, Germany Thematics Andreas Oberweis, Karlsruher Institut für Technologie (KIT), Germany © Gesellschaft für Informatik, Bonn 2020 printed by Köllen Druck+Verlag GmbH, Bonn This book is licensed under a Creative Commons BY-SA 4.0 licence. Vorwort Die Fachtagung „Modellierung“ ist eine Plattform zur inhaltlichen Diskussion für eine große Anzahl von Fachgruppen in der Gesellschaft für Informatik (GI), die sich mit un- terschiedlichsten Perspektiven des Themas Modellierung beschäftigen.
    [Show full text]
  • Object Management Group Meeting (New Orleans, Louisiana, USA – September 2017)
    Object Management Group Meeting (New Orleans, Louisiana, USA – September 2017) Report by Claude Baudoin (cébé IT & Knowledge Management) October 9, 2017 (revised May 4, 2018) This report contains notes from sessions the author personally led or attended during the OMG® Technical Meeting held in New Orleans on Sep. 25-29, 2017, including the closing plenary reports. A comprehensive list of all the committees, task forces and working groups of the OMG can be found at www.omg.org/homepages/. A list of all the work in progress, with links to the corresponding materials (RFPs, etc.) is at http://www.omg.org/schedule/. A list of OMG acronyms and abbreviations is included as an Appendix. Contents 1. Business Modeling & Integration Domain Task Force (BMI DTF) ............................................................ 2 2. Provenance and Pedigree Working Group .............................................................................................. 5 3. Data Residency Working Group ............................................................................................................... 6 4. Industrial Internet of Things for the Oil & Gas (O&G) Industry ............................................................... 7 5. (Part of) Modernization Summit ............................................................................................................ 10 6. Plenary Lunch Session – The Retail Domain Task Force ........................................................................ 10 7. Cybersecurity Workshop .......................................................................................................................
    [Show full text]
  • Why the Standard Methods, 5GL, Common Platforms and Reusable Components Are the Four Pillars of the New Computational Paradigm Programming Without Programmers
    INTERNATIONAL JOURNAL OF EDUCATION AND INFORMATION TECHNOLOGIES Volume 13, 2019 Why the standard methods, 5GL, common platforms and reusable components are the four pillars of the new computational paradigm Programming without programmers Ivan Stanev, Maria Koleva The demand for software developers is rapidly increasing. Abstract—Two important problems concerning software According to the U.S. Bureau of Labor Statistics [31], engineering are identified: low efficiency of the software software developer jobs are expected to grow much faster than development process, and lack of programmers. Three key the average - with 24% from 2016 to 2026. The main reasons components with considerable impact on the software development for this tendency are due to: (1) the increasing demand of process, namely the software engineering method, the problem specification language, and the platform used, are identified. Four software products; (2) the insufficient efficiency of widely state of the art reviews are prepared including software engineering used software development methods and tools. methods, problem specification languages, cloud computing This paper presents a solution to these problems by platforms, and related works. This research problem is solved by the introducing the new computational paradigm Programming realization of the Knowledge Based Automated Software Engineering without programmers. The new paradigm is realized through (KBASE) method for generation of enterprise information systems, the Knowledge Based Automated Software Engineering based on 5GL specification languages, common platform for automated programming and a set of intelligent components for (KBASE, [7]) method. generation of new applications from well-defined system and business reusable components in three groups – domain independent, II. STATE OF THE ART domain dependent and problem solving.
    [Show full text]
  • Decision Model and Notation - Ein Vergleich Von Software Für Die Lehre
    A Service of Leibniz-Informationszentrum econstor Wirtschaft Leibniz Information Centre Make Your Publications Visible. zbw for Economics Grau, Christian; Lämmel, Uwe Working Paper Decision Model and Notation - ein Vergleich von Software für die Lehre Wismarer Diskussionspapiere, No. 03/2021 Provided in Cooperation with: Hochschule Wismar, Wismar Business School Suggested Citation: Grau, Christian; Lämmel, Uwe (2021) : Decision Model and Notation - ein Vergleich von Software für die Lehre, Wismarer Diskussionspapiere, No. 03/2021, ISBN 978-3-948862-09-1, Hochschule Wismar, Fakultät für Wirtschaftswissenschaften, Wismar This Version is available at: http://hdl.handle.net/10419/234323 Standard-Nutzungsbedingungen: Terms of use: Die Dokumente auf EconStor dürfen zu eigenen wissenschaftlichen Documents in EconStor may be saved and copied for your Zwecken und zum Privatgebrauch gespeichert und kopiert werden. personal and scholarly purposes. Sie dürfen die Dokumente nicht für öffentliche oder kommerzielle You are not to copy documents for public or commercial Zwecke vervielfältigen, öffentlich ausstellen, öffentlich zugänglich purposes, to exhibit the documents publicly, to make them machen, vertreiben oder anderweitig nutzen. publicly available on the internet, or to distribute or otherwise use the documents in public. Sofern die Verfasser die Dokumente unter Open-Content-Lizenzen (insbesondere CC-Lizenzen) zur Verfügung gestellt haben sollten, If the documents have been made available under an Open gelten abweichend von diesen Nutzungsbedingungen
    [Show full text]
  • Semantic Analysis and Computational Modeling of Legal Documents
    TECHNISCHE UNIVERSITÄT MÜNCHEN Lehrstuhl für Informatik XIX Semantic Analysis and Computational Modeling of Legal Documents Bernhard Ernst Waltl Vollständiger Abdruck der von der Fakultät für Informatik der Technischen Universität München zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Prof. Dr. Martin Bichler Prüfer der Dissertation: 1. Prof. Dr. Florian Matthes 2. Prof. Kevin D. Ashley, PhD, University of Pittsburgh Die Dissertation wurde am 16.04.2018 bei der Technischen Universität München eingereicht und durch die Fakultät für Informatik am 19.06.2018 angenommen. II Zusammenfassung Die Arbeit mit Rechtstexten folgt dem Paradigma der Wissensarbeit und kann als daten-, wissens-, und zeitintensiv beschrieben werden. Die Analyse von Information in Hinblick auf rechtliche Relevanz wird unzureichend von Technologie unterstützt. Dies ist kontraintuitiv, da relevante Information digital vorliegt, Algorithmen zur Verarbeitung von natürlich- sprachlichem Text immer präziser und Infrastrukturen zunehmend leistungsfähiger werden. Das Ziel dieser Arbeit ist die Identifikation der Potentiale von Technologie, die bei der inhaltlichen Analyse, Strukturierung und Formalisierung von rechtlich relevanter Informa- tion unterstützen kann. Obwohl es bereits mehrere, in der wissenschaftlichen Literatur auch beschriebenen Ansätze in diesem Bereich gibt, mangelt es diesen oftmals an Generalisier- barkeit, Wiederverwendbarkeit und der Anwendbarkeit für die deutsche Rechtsordnung.
    [Show full text]