Standardizing the Requirements Specification of Multi-Agent Systems

Total Page:16

File Type:pdf, Size:1020Kb

Standardizing the Requirements Specification of Multi-Agent Systems Standardizing the Requirements Specification of Multi-Agent Systems by Khaled Ali M Slhoub Master of Computer Science Faculty of Computer Science University of New Brunswick 2008 Bachelor of Science Department of Computer Science University of Benghazi 1999 A dissertation submitted to Florida Institute of Technology in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science Melbourne, Florida July, 2018 ⃝c Copyright 2018 Khaled Ali M Slhoub All Rights Reserved The author grants permission to make single copies. We the undersigned committee hereby approve the attached dissertation Standardizing the Requirements Specification of Multi-Agent Systems by Khaled Ali M Slhoub Marco Carvalho, Ph.D. Professor/Dean College of Engineering and Computing Committee Chair Muzaffar Shaikh, Ph.D. Professor College of Engineering Outside Committee Member Philip Bernhard, Ph.D. Associate Professor/Director School of Computing Committee Member Walter Bond, Ph.D. Associate Professor School of Computing Committee Member ABSTRACT Title: Standardizing the Requirements Specification of Multi-Agent Systems Author: Khaled Ali M Slhoub Major Advisor: Marco Carvalho, Ph.D. Development of multi-agent systems is negatively impacted by the lack of process standardization across the major development phases, such as the requirements analysis phase. This issue creates a key barrier for agent technology stakeholders regarding comprehending and analyzing complexity associated with agent-oriented specification. Instead, such fundamental low-level infrastructure is loosely attended to in an ad-hoc fashion, and important aspects of requirements analysis are often neglected altogether. The IEEE Std 830 model is a recommended practice aimed at describing how to write better quality requirements specification of conventional software. Knowing that agent-based computing is a natural evolution of the conventional approaches to software development, we believe that the requirements phase in multi-agent systems can benefit from applying the IEEE Std 830 model which results in high-quality and more accepted artifacts. This PhD research provides a criteria-based evaluation derived from the software engineering body of knowledge guide to assessing the adoption degree of agent- oriented methodologies to software requirement standards. It also proposes a model-driven approach to restructuring and extending the IEEE Std 830 model to become more suitable to specify requirements of multi-agent systems. The updated model is subjected to several different types of evaluations to ensure its applicability and usefulness. iii Table of Contents Abstract iii List of Figures viii List of Tables x Abbreviations xi Acknowledgments xii Dedication xiii 1 Introduction 1 1.1 Motivation for Research . 1 1.2 Research Problem Statement & Hypotheses . 3 1.3 Research Scope and Objectives . 4 1.4 Dissertation Structure . 6 2 Background 7 2.1 Agent Orientation . 7 2.1.1 Agent: What and Why . 8 2.1.2 Multi-Agent Systems (MAS) . 12 iv 2.2 Agent-Oriented Software Engineering (AOSE) . 15 2.2.1 AOSE: What and Why . 16 2.2.2 Introduction to Agent-Oriented Methodologies . 20 2.2.2.1 Classification of Agent-Oriented Methodologies .26 2.2.2.2 Examples of AOSE Methodologies . 30 2.2.3 AOSE Challenges . 35 3 Evaluation and Comparison of Agent-Oriented Methodologies 39 3.1 Related Work . 40 3.2 Multi-Agent Systems { the Requirements Analysis Process . 43 3.3 The Selection of Evaluation Criteria . 46 3.3.1 The Software Engineering Body of Knowledge Guide . 47 3.4 Evaluating the Requirements Phase in Agent-Oriented Methodology 48 3.5 Evaluating the Adoption of MAS Requirements to Software Standards 52 4 Recommended Practices for the Requirements Specification of Multi-Agent Systems 54 4.1 Standardizing Agent-Oriented Specification . 55 4.2 The IEEE Std 830-2009 Model . 56 4.3 Using the IEEE Std 830-2009 Model to Standardize Agent-Oriented Specification . 59 4.3.1 Five Data Models for Agent-Oriented Specification . 59 4.3.2 Studying the Sections of the Original IEEE Std 830-2009 Model . 62 5 The Updated IEEE Std 830-2009 Model 70 5.1 The Updated Structure of the IEEE Std 830-2009 Model . 71 v 5.1.1 Introduction . 71 5.1.2 Overall Description . 71 5.1.3 Specific Requirement . 72 5.1.4 Supporting Information . 74 6 Model Validation 76 6.1 Developing a Multi-Agent System Using the Proposed Model . 77 6.2 Comparison to a Previous Attempt of Using the Original IEEE Std 830 Model . 81 6.3 An Evaluation Survey . 82 7 Conclusion 89 7.1 Contributions . 90 7.2 Limitations . 92 7.3 Recommended Future Work . 92 A List of Directly Related Publications 112 B The Requirements Specification of the Item-Trading Multi- Agent System (ITMAS) 113 C Online Evaluation Survey 134 vi List of Figures 2.1 The simplest form of an agent system: a thermostat agent system . 10 2.2 Different domains that employ agent technology [1] . 12 2.3 High-level structure of multi-agent systems [2] . 14 2.4 Agent-based applications by agent system types [1] . 14 2.5 Agent-oriented software engineering thematic map [3] . 19 2.6 The relationships between the methodology components [4] . 22 2.7 AOSE methodologies that are rooted from the OO approaches [5] . 29 2.8 Phases of the MaSE methodology [8] . 31 2.9 the Prometheus methodology structure [6] . 32 2.10 Phases of the PASSI methodology [10] . 33 2.11 Phases of the ADELFE methodology [9] . 34 2.12 the Gaia methodology and relationships among its phases [7] . 34 3.1 The 15 SE knowledge areas defined in the SWEBOK-V3.0 guide [11] 48 3.2 The qualitative evaluation of the three AOSE Methodologies with respect to the RKA subjects . 50 4.1 The IEEE Std 830-2009 model structure . 58 4.2 The five data sets required to meet agent-oriented specification .60 5.1 The updated structure of the IEEE Std 830-2009 model . 75 vii 6.1 The JADE platform for the item-trading multi-agent system (ITMAS) 78 6.2 The UML sequence diagram to visualize messages between the agents 78 6.3 Conversations and coordinations between the agents . 79 6.4 The degree of acceptance of the updated IEEE Std 830-2009 model 85 6.5 The degree of user satisfaction after applying the updated IEEE Std 830-2009 model . 86 6.6 The summary of users' views regarding the given quality attributes as applied to the updated model . 87 6.7 The summary of users' views who agreed with each quality attribute 88 viii List of Tables 2.1 List of AOSE methodologies introduced between 1990 and 2010 [12] 24 2.2 A list of agent-oriented methodologies [13] . 25 2.3 Classification of AOSE methodologies based on the SE models [14] .27 3.1 The qualitative rating scale used to assess the evaluation factors . 49 3.2 The evaluation matrix used to assess the requirements phase in the AOSE methodologies . 51 3.3 The standards evaluation checklist used to determine the adoption degree of MAS requirements to software standards . 53 4.1 Analyzing the IEEE Std 830 model { the Introduction section . 64 4.2 Analyzing the IEEE Std 830 model { the Overall Description section 65 4.3 Analyzing the IEEE Std 830 model { the Specific Requirements section 67 4.4 Analyzing the IEEE Std 830 model { the Supporting Information section . 69 6.1 The evaluation matrix for the ITMAS requirements after applying both UpdModel and OrgModel . 80 6.2 The set of metrics to present the benefits of the proposed IEEE Std 830 model (UpdModel) . 81 6.3 The evaluation matrix used to compare UpdModel and OrgModel . 83 ix 6.4 The 3 sets of the online survey statements given to the participants to scale the updated IEEE Std 830 model . 84 x List of Abbreviations AOSE Agent-Oriented Software Engineering MAS Multi-Agent Systems SE Software Engineering GUI Graphical User Interface SL Semantic Language ACL Agent Communication Language RUP Rational Unified Process model UML Unified Modeling Language SRS Software Requirements Specification ITMAS Item-Trading Multi-Agent System IEEE Institute of Electrical and Electronics Engineers SWEBOK The Software Engineering Body of Knowledge Guide KA Software Engineering Knowledge Area RKA Software Requirements Knowledge Area FIPA Foundation for Intelligent Physical Agents BDI Belief-Desires-Intentions AOP Agent-Oriented Programming languages Std Standards DAI Distributed Artificial Intelligence Systems AI Artificial Intelligence JADE Java Agent DEvelopment Framework OO Object-Oriented concepts UpdModel The Updated IEEE Std 830 model OrgModel The Original IEEE Std 830 model xi Acknowledgements I would like to express my deep gratitude toward those who helped me throughout this experience: First and foremost, I would like to express my great thankfulness and gratitude to my advisor Dr. Marco Carvalho for his guidance, patience, encouragement, and invaluable support throughout my dissertation research. Working with Dr. Carvalho has been a truly rewarding and pleasant experience. I would like to thank my dissertation committee members: Dr. Muzaffar Shaikh, Dr. Philip Bernhard, and Dr. Walter Bond for their advice and comments during the design and analysis of my research work: Additionally, great thanks to Dr. Cem Kaner who provided me with guidance at the beginning of my Ph.D. studies. Very importantly, I would like to express my sincere appreciation to my father, mother, parents-in-law, and siblings, for their love, inspiration, continuous encouragement, and tolerating my constant unavailability. Thank you very much for everything you have done for me. xii Dedication Heartfelt thanks are owed: To my beloved wife Maisa Emneina for her unlimited support, patience, and sacrifice To my lovely kids whose smiles and support always cheer me up! xiii Chapter 1 Introduction 1.1 Motivation for Research In recent years, the paradigm of multi-agent systems (MAS) as a field of distributed artificial intelligence systems (DAI) has become increasingly utilized [1], [2].
Recommended publications
  • ODD+ D: an ODD Based Protocol for Mapping Data to Empirical Abms
    ODD+2D: An ODD Based Protocol for Mapping Data to Empirical ABMs Ahmed Laatabi1, Nicolas Marilleau2, Tri Nguyen-Huu1,2, Hassan Hbid1,2, Mohamed Ait Babram1,2 1LMDP,Cadi Ayyad University, Boulevard Prince My Abdellah B.P. 2390, Marrakesh 40000, Morocco 2 Institut de Recherche pour le Développement, Pierre et Marie Curie University, 32 rue Henri Varagnat, 93143 Bondy Cedex, France Correspondence should be addressed to [email protected] Journal of Artificial Societies and Social Simulation 21(2) 9, 2018 Doi: 10.18564/jasss.3646 Url: http://jasss.soc.surrey.ac.uk/21/2/9.html Received: 27-07-2016 Accepted: 16-02-2018 Published: 31-03-2018 Abstract: The quantity of data and processes used in modeling projects has been dramatically increasing in re- cent years due to the progress in computation capability and to the popularity of new approaches such as open data. Modelers face an increasing diiculty in analyzing and modeling complex systems that consist of many heterogeneous entities. Adapting existing models is relevant to avoid dealing with the complexity of writing and studying a new model from scratch. ODD (Overview, Design concepts, Details) protocol has emerged as a solution to document Agent-Based Models (ABMs). It appears to be a convenient solution to address significant problems such as comprehension, replication, and dissemination. However, it lacks a standard that formalizes the use of data in empirical models. This paper tackles this issue by proposing a set of rules that outline the use of empirical data inside an ABM. We call this new protocol ODD+2D (ODD+Decision + Data).
    [Show full text]
  • Multi-Agent Systems Engineering: a Survey and Analysis
    International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 5, Volume 2 (May 2015) www.irjcs.com Multi-agent systems engineering: A survey and analysis Jihad CHAKER, Mohamed KHALDI and Souhaib AAMMOU LIROSA, Faculty of Sciences, Abdelmalek Essaadi University, MOROCCO Abstract— Recently, we have witnessed a significant emergence of multi-agent systems in the field of artificial intelligence (AI). Faced with this situation, new needs appear throughout the development processes as well management and quality. A wide range of agent-oriented methodologies have been proposed and to better understand the application of these theories, a research area called Agent Oriented Software Engineering (AOSE) is fully dedicated to research of best practices to guide the user in the development of multi-agent systems and to provide means and tools to verify, validate and test the functionalities of the system. This article is aiming to study different methodologies for the design of multi-agent systems (MAS). Thus, we will be presenting both sides the positives and the negatives. Moreover, the study will cover the most common methods, based on several criteria: documentation, coverage of life cycle, dedicated tools, citation frequency, standard integration and Areas coverage. Keywords— Multi-agent system, Agent Oriented Software Engineering, Design methodology, Life cycle, UML I. INTRODUCTION In the evolution of programming approaches, modular programming replied to the increase in terms of complexity, application memory requirements, and the need to reusability but the modules are under external control by appeal instructions. Which leads to the decomposition of programs into objects, but these objects are still liabilities. The logical step was to agent-oriented programming that offers to design agents as active objects, autonomous with its own behavior.
    [Show full text]
  • Université De Pau Et Des Pays De L'adour
    UNIVERSITÉ DE PAU ET DES PAYS DE L’ADOUR ÉCOLE DOCTORALE DES SCIENCES EXACTES ET LEURS APPLICATIONS A Model Driven Method to Design and Analyze Secure System-of-Systems Architectures. Application to Predict Cascading Attacks in Smart Buildings. Prepared by Jamal EL HACHEM A thesis submitted in fulfillment for the degree of Doctor of Philosophy in Computer Science Examination Committee: M. Salah SADOU, PU, Université de Bretagne Sud, France (President) Mme. Elisa YUMI NAKAGAWA, Prof., University of São Paulo, Brazil (Reviewer) M. Khalil DRIRA, DR CNRS, LAAS, France (Reviewer) Mme. Jenifer PEREZ BENEDI, Prof., Universidad Politecnica de Madrid, Spain (Examiner) M. Philippe ANIORTE, PU, Université de Pau et des Pays de l’Adour, France (Advisor) M. Vanea CHIPRIANOV, MC, Université de Pau et des Pays de l’Adour, France (Co-Advisor) 07 December 2017 To my loving parents Maha and Milad . Acknowledgements "La reconnaissance est la mémoire du cœur." Hans Christian Andersen. Je voudrais dire Merci à plusieurs personnes qui ont contribué d’une manière ou d’une autre, directement ou indirectement, à la réussite de cette thèse. Si j’oublie quelqu’un, c’est la faute de ma mauvaise mémoire, donc veuillez m’excuser ! Je tiens tout d’abord à remercier le Conseil Départemental des Landes pour leur généreuse bourse de thèse. Sans ce financement, ce travail n’aurait pas été possible. Je tiens aussi à exprimer ma sincère gratitude aux membres de mon Jury pour avoir bien voulu participer à l’évaluation de mes travaux de thèse. Je remercie particulièrement mes deux rapporteurs Mme Elisa NAKAGAWA et M.
    [Show full text]
  • INGENIAS Development Kit (IDK) Manual, Version 2.5
    Facultad de Informática INGENIAS Development Kit (IDK) Universidad Complutense de Madrid C/ Prof. JGarcía Santesmases s/n 28040 Madrid Manual España http://grasia.fdi.ucm.es IDK MANUAL SUMMARY THIS DOCUMENT PRESENTS THE INGENIAS DEVELOPMENT KIT (IDK), A SET OF TOOLS FOR THE SPECIFICATION, VERIFICATION, AND IMPLEMENTATION OF MULTI-AGENT SYSTEMS. IT IS ORIENTED TO RESEARCHERS LOOKING FOR AN AGENT-ORIENTED SPECIFICATION TOOL AND DEVELOPERS WANTING TO FOLLOW AN AGENT-ORIENTED PROCESS (SUCH AS THE INGENIAS METHODOLOGY). AS IT IS DISTRIBUTED, THE IDK CAN BE DIRECTLY USED TO SPECIFY, USING A GRAPHICAL EDITOR, MULTI-AGENT SYSTEMS. ITS FUNCTIONALITY CAN BE EXTENDED WITH MODULES THAT PERFORM AUTOMATIC CODE GENERATION AND VERIFICATION OF THE SPECIFICATIONS. SOME OF THESE MODULES ARE PROVIDED WITH THE IDK DISTRIBUTION, BUT THE DEVELOPER CAN ALSO CREATE NEW MODULES FOR A PARTICULAR APPLICATION (E.G., FOR OTHER AGENT PLATFORMS THAN THOSE CURRENTLY SUPPORTED BY IDK). THIS FEATURE IS SUPPORTED BY FACILITIES TO ACCESS THE IDK FRAMEWORK (AN API FOR PROGRAMMING MODULES AND MODULE GENERATION TOOLS), WHICH ARE BASED ON A META-MODEL SPECIFICATION OF MAS, AS DEFINED IN THE INGENIAS PROJECT. PROJECT: INGENIAS VERSION: 2.5.2 (Corresponds to version 2.5 of IDK) STATUS: DRAFT DATE: 26/11/2005 AUTHORS: Jorge J. Gómez Sanz and Juan Pavón II INDEX INDEX ______________________________________________________________________________iii 1. INTRODUCTION _________________________________________________________________ 1 1.1. Scope and Use ________________________________________________________________ 1 1.2. Credits ______________________________________________________________________ 1 1.3. Guide to read the document_____________________________________________________ 2 2. Getting started with the IDK _________________________________________________________ 3 2.1. Installing the IDK _____________________________________________________________ 3 2.2. Specification of a multi-agent system _____________________________________________ 4 2.3.
    [Show full text]
  • On the Evaluation of MAS Development Tools
    On the evaluation of MAS development tools. Emilia Garcia, Adriana Giret and Vicente Botti Abstract Recently a great number of methods and frameworks to develop multia- gent systems have appeared. Nowadays there is no established framework to evalu- ate environments to develop multiagent systems (MAS) and choosing between one framework or another is a difficult task. The main contributions of this paper are: (1) a brief analysis of the state of the art in the evaluation of MAS engineering; (2) a complete list of criteria that helps in the evaluation of multiagent system de- velopment environments;(3) a quantitative evaluation technique;(4) an evaluation of the Ingenias methodology and its development environment using this evaluation framework. 1 INTRODUCTION Nowadays, there is a great number of methods and frameworks to develop MAS, almost one for each agent-research group [11]. This situation makes the selection of one or another multiagent development tool, a very hard task. The main objective of this paper is to provide a mechanism to evaluate these kind of tools. This paper shows a list of criteria that allows a deep and complete analysis of multiagent devel- opment tools. Through this analysis, developers can evaluate the appropriateness of using a tool or another depending on their needs. The rest of the paper is organized as follows: Section 1.1 briefly summarizes the state of the art of the evaluation of MAS engineering. Section 2 details some important features to develop MAS. Section 2 explains a quantitative technic to evaluate MASDKs (MultiAgent System Development Kits). In Section 3, the Inge- nias methodology and it MASDK are presented.
    [Show full text]
  • A Notation for Modeling Jason-Like BDI Agents
    A Notation for Modeling Jason-like BDI Agents Massimo Cossentino∗, Carmelo Lodato∗, Antonio Chellay, Salvatore Lopes∗, Patrizia Ribino∗ and Valeria Seiditay ∗Istituto di Reti e Calcolo ad Alte Prestazioni Consiglio Nazionale delle Ricerche Palermo, Italy Email: fcossentino,c.lodato,lopes,[email protected] yDip. di Ingegneria Chimica Gestionale Informatica Meccanica, University of Palermo Palermo, Italy Email: fantonio.chella, [email protected] Abstract—The design and development of a large Multi Very few are aided by tools and even less use a specific Agent System (MAS) is a complex and difficult activity where a notation for managing all the concepts a MAS deals with. proper modeling notation may offer a significant contribution In the case of BDI agents, concepts like agent, role, goal, to the formulation of the best solution. The support provided by a specific CASE tool can significantly contribute to make the communication, plan, belief, desire, and intention have to be chosen approach technically valid and it is also a fundamental defined during the design methodology activities. A proper element of a feasible development strategy. The present work notation would allow a more efficient way for designing the reports a UML profile and the related graphical notation for system and it would better fill the gap between the design describing a MAS based on the Jason metamodel. Moreover a process and the used platform. specific CASE tool has been developed for supporting MASs design and automatic code generation. The proposed notation In this paper we present a notation for modeling Jason- is shown in details using a classical example from the Jason based MAS and a preliminary version of a CASE tool, tutorial (domestic robot).
    [Show full text]
  • Modeltomodel and Modeltotext: Looking for the Automation Of
    Article DOI: 10.1111/exsy.12023 Model-to-model and model-to-text: looking for the automation of VigilAgent José Manuel Gascueña,1 Elena Navarro,2 Antonio Fernández-Caballero2 and Rafael Martínez-Tomás3 (1) Symbia IT S.L., Parque Científico y Tecnológico de Albacete, Albacete, Spain E-mail: [email protected] (2) Departmento de Sistemas Informáticos, Universidad de Castilla–La Mancha, Albacete, Spain E-mail: [email protected]; [email protected] (3) Departamento de Inteligencia Artificial, Universidad Nacional de Educación a Distancia, Madrid, Spain E-mail: rmtomas @dia.uned.es Abstract: VigilAgent is a methodology for the development of agent-oriented monitoring applications that uses agents as the key abstraction elements of the involved models. It has not been developed from scratch, but it reuses fragments from Prometheus and INGENIAS methodologies for modelling tasks and the ICARO framework for implementation purposes. As VigilAgent intends to automate as much as possible the development process, it exploits. Model transformation techniques are one of the key aspects of the model-driven development approach. A model-to-model transformation is used to facilitate the interoperability between Prometheus and INGENIAS methodologies. Also, a model-to-text transformation is performed to generate ICARO code from the INGENIAS model. A case study based on access control is used to illustrate the fundamentals of the model-to-model and model-to-text transformations implemented in VigilAgent. Keywords: agent-oriented software methodologies, model-driven development, model-to-model transformations, model-to-text transformations 1. Introduction relevant role. On the one hand, model-to-model (M2M) transformations turn a source model into a target model Model-driven development (MDD) (Beydeda et al., 2005) is located in the same or different abstraction level.
    [Show full text]
  • An Overview of Current Trends in European AOSE Research
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by CiteSeerX Informatica 29 (2005) xxx–yyy 1 An Overview of Current Trends in European AOSE Research Bernon, Carole IRIT – University Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse, France [email protected] – http://www.irit.fr/SMAC Cossentino, Massimo ICAR-CNR, National Research Council, Viale delle Scienze, ed. 11, 90128 Palermo, Italy [email protected] – http://www.pa.icar.cnr.it/~cossentino Pavón, Juan Fac. Informática, Universidad Complutense Madrid, Ciudad Universitaria s/n, 28040 Madrid, Spain [email protected] – http://grasia.fdi.ucm.es/jpavon Keywords: Agent Oriented Software Engineering (AOSE), Agent oriented methodologies, Multi-Agent Systems Received: 31-08-2005 The agent oriented approach is doing great steps towards its (not yet reached) maturity; from a software engineering point of view, it is today positively used for the analysis and design of complex systems. In this paper, which is related to the activity of the AgentLink AOSE TFG (Agent Oriented Software Engineering Technical Forum Group), we provide a perspective of current research trends in this area with a specific attention for results coming from European groups. We start with a discussion of what are agents, specially from the perspective of the software engineer. We present recent trends in modelling agents and multi-agent systems, and then we review the different activities in the agent development process: from analysis and design to implementation, verification and finally testing. extensive bibliography), and is complemented in relevant 1 Introduction topics with other papers in this special issue.
    [Show full text]
  • World's Largest Science, Technology & Medicine Open
    We are IntechOpen, the world’s leading publisher of Open Access books Built by scientists, for scientists 5,400 134,000 165M Open access books available International authors and editors Downloads Our authors are among the 154 TOP 1% 12.2% Countries delivered to most cited scientists Contributors from top 500 universities Selection of our books indexed in the Book Citation Index in Web of Science™ Core Collection (BKCI) Interested in publishing with us? Contact [email protected] Numbers displayed above are based on latest data collected. For more information visit www.intechopen.com Chapter 9 A Multi-Agent Approach for Designing Next Generation of Air Traffic Systems José Miguel Canino, Juan Besada Portas, José Manuel Molina and Jesús García Additional information is available at the end of the chapter http://dx.doi.org/10.5772/50284 1. Introduction Current implementation of new technologies for Communication, Navigation, Surveillance and Air Traffic Management (CNS/ATM systems) along with computational improvements on airborne and ground systems developed in the last two decades, point out the need for more strategic navigation and air-traffic control procedures based on four-dimensional (position plus time) trajectories. Moreover, the CNS/ATM infrastructure will help to achieve more shared real-time information among aircraft, airlines and air-traffic services providers (i.e. Air Traffic Control –ATC- providers, meteorological information providers and air space resources information providers). Then, general requirements for a next-generation of Air Traffic Management (ATM) system is that entities must share real-time information about aircraft state and intentions, air-space state and resources, meteorological conditions and forecast, etc.
    [Show full text]
  • Software Agents Engineering (INGENIAS 2) TIN2005-08501-C03
    Jornadas de Seguimiento de Proyectos, 2007 Programa Nacional de Tecnologías Informáticas Software Agents Engineering (INGENIAS 2) TIN2005-08501-C03 Juan Pavón * Juan Carlos González Moreno** Project coordinator Subproject Leader Universidad Complutense Madrid Universidad de Vigo Juan A. Botía*** Subproject leader Universidad de Murcia Abstract Agent-oriented methodologies are paving the way towards the adoption of agent technology in software industry. However, there are still several issues to address: testing mechanisms, specialized verification methods, a formally defined agent oriented development process, illustrative case studies, or better development tools. This should be considered in a changing context because of innovations in related areas, which are integrated in the agent paradigm. The purpose of this project is to address these needs and contribute to the agent- oriented software engineering field by providing, on the basis of a well-specified software development process, an open multi-agent systems (MAS) development framework that integrates methods, techniques and tools. This framework should facilitate the different activities of the development process, including requirements elicitation and validation, MAS modelling and specification, properties verification, code generation and testing. The framework follows a model-driven engineering approach, which facilitates the particularization to different application domains and the implementation of models in several target platforms (from standard agent execution platforms such as JADE or FIPA OS to specific application environments, such as mobile systems or agent based simulation engines). Related tools will be distributed as open source code at SourceForge.net, and the results of the project will be published at international conferences and journals, and presented in standardization and special interest groups in the area of agents (FIPA and AgentLink).
    [Show full text]
  • Reviewing Microgrids from a Multi-Agent Systems Perspective
    Energies 2014, 7, 3355-3382; doi:10.3390/en7053355 OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Review Reviewing Microgrids from a Multi-Agent Systems Perspective Jorge J. Gomez-Sanz 1;*, Sandra Garcia-Rodriguez 1, Nuria Cuartero-Soler 1 and Luis Hernandez-Callejo 2 1 Faculty of Computer Science, Complutense University of Madrid, Madrid 28040, Spain; E-Mails: [email protected] (S.G.-R.); [email protected] (N.C.-S.) 2 CIEMAT: Centro de Investigaciones Energeticas,´ Medioambientales y Tecnologicas,´ Avenida Complutense 40, Madrid 28040, Spain; E-Mail: [email protected] * Author to whom correspondence should be addressed; E-Mail: [email protected]; Tel.: +34-91-394-7644; Fax: +34-91-394-7547. Received: 10 February 2014; in revised form: 5 May 2014 / Accepted: 8 May 2014 / Published: 22 May 2014 Abstract: The construction of Smart Grids leads to the main question of what kind of intelligence such grids require and how to build it. Some authors choose an agent based solution to realize this intelligence. However, there may be some misunderstandings in the way this technology is being applied. This paper exposes some considerations of this subject, focusing on the Microgrid level, and shows a practical example through INGENIAS methodology, which is a methodology for the development of Agent Oriented systems that applies Model Driven Development techniques to produce fully functional Multi-Agent Systems. Keywords: microgrid; smart grid; multi-agent systems (MAS); INGENIAS; intelligence 1. Introduction Following Farhangi [1], when comparing a Smart Grid with the conventional Power Grid at the distribution level, the following extra elements can be highlighted: a sensor and metering network, network nodes with computation capabilities, switches or actuators that allow the grid setup to be changed and the capability of plug in or plug out new devices.
    [Show full text]
  • Downloaded from Along with a Cover Letter Containing the Corresponding Author's Details Should Be Sent to Official Journal E-Mail
    ComSIS is an international journal published by the ComSIS Consortium ComSIS Consortium: University of Belgrade: University of Novi Sad: Faculty of Organizational Science, Belgrade, Serbia Faculty of Sciences, Novi Sad, Serbia Faculty of Mathematics, Belgrade, Serbia Faculty of Technical Sciences, Novi Sad, Serbia School of Electrical Engineering, Belgrade, Serbia Faculty of Economics, Subotica, Serbia Serbian Academy of Science and Art: Technical Faculty "Mihajlo Pupin", Zrenjanin, Serbia Mathematical Institute, Belgrade, Serbia University of Montenegro: Union University: Faculty of Economics, Podgorica, Montenegro School of Computing, Belgrade, Serbia EDITORIAL BOARD: Editor-in-Chief: Mirjana Ivanović, University of Novi Sad Editorial Assistants: Vice Editor-in-Chief: Ivan Luković, University of Novi Sad Vladimir Kurbalija, University of Novi Sad Managing Editors: Jovana Vidaković, University of Novi Sad Miloš Radovanović, University of Novi Sad Ivan Pribela, University of Novi Sad Zoran Putnik, University of Novi Sad Slavica Aleksić, University of Novi Sad Srđan Škrbić, University of Novi Sad Editorial Board: S. Ambroszkiewicz, Polish Academy of Science, Poland Lj. Kašćelan, University of Montenegro, Montenegro P. Andreae, Victoria University, New Zealand Z. Konjović, University of Novi Sad, Serbia Z. Arsovski, University of Kragujevac, Serbia I. Koskosas, University of Western Macedonia, Greece D. Banković, University of Kragujevac, Serbia W. Lamersdorf, University of Hamburg, Germany T. Bell, University of Canterbury, New Zealand T.C. Lethbridge, University of Ottawa, Canada D. Bojić, University of Belgrade, Serbia A. Lojpur, University of Montenegro, Montenegro Z. Bosnić, University of Ljubljana, Slovenia M. Maleković, University of Zagreb, Croatia B. Delibašić, University of Belgrade, Serbia Y. Manolopoulos, Aristotle University, Greece I. Berković, University of Novi Sad, Serbia A.
    [Show full text]