INFORMATION INTEGRATION ARCHITECTURE DEVELOPMENT: A MULTI-AGENT APPROACH
|
|
|
- Christine Evans
- 10 years ago
- Views:
Transcription
1 INFORMATION INTEGRATION ARCHITECTURE DEVELOPMENT: A MULTI-AGENT APPROACH Stéphane Faulkner, Manuel Kolp, Tai Nguyen, Adrien Coyette, Tung Do Information Systems Research Unit, University of Louvain, 1 Place des Doyens, 1348 Louvain-la-Neuve, Belgium {faulkner, kolp, nguyen, coyette, do}@isys.ucl.ac.be Abstract. Multi-Agent Systems (MAS) architectures are gaining popularity for building open, distributed, and evolving software required by systems such as information integration applications. Unfortunately, despite considerable work in software architecture during the last decade, few research efforts have aimed at truly defining patterns and languages for designing such multiagent architectures. We propose a modern approach based on organizational structures and architectural description languages to define and specify multi-agent architectures notably in the case of information integration system design as illustrated in this paper. 1 INTRODUCTION Architectures for integrating information extracted from multiple heterogeneous sources allow to effectively exploit the numerous sources available on-line through the World Wide Web. Such architectures permit users to access and query numerous information sources to obtain an integrated answer. The sources may be conventional databases or other types of information, such as collections of Web pages. Designing information integration systems can rapidly become complex. Indeed, such processes require software architecture to operate within distributed environments that must evolve over time to cope with the dynamics and heterogeneity of information sources. Not surprisingly, researchers have been looking for new software designs that cope with such requirements. One promising source of ideas that has been considered in recent years for designing such information integration software is the area of Multi-Agent System (MAS) architectures. They appear to be more flexible, modular and robust than traditional including object-oriented ones. They tend to be open and dynamic in the sense they exist in a changing organizational and operational environment where new components can be added, modified or removed at any time. To cope with the ever-increasing complexity of the design of software architecture, architectural design has received through the last decade increasing attention as an important field of software engineering. Practitioners have come to realize that getting an architecture right is a critical success factor for system life-cycle and have recognized the value of making explicit architectural descriptions and choices in the development of new software. To this end, a number of architectural description languages (ADL) [2] and architectural styles [5] have been proposed for representing and analyzing architectural designs. An architectural description language provides a concrete syntax for specifying architectural abstractions in a descriptive notation while an architectural style constitutes an intellectually manageable abstraction of system structure that describes how system components interact and work together. Unfortunately, despite this considerable work, few research efforts have aimed at truly defining styles and description languages for agent architectural design. To fill this gap, we have defined, in the SKwyRL 1 project, architectural styles for multi-agent systems based on an organizational perspective [3] and have proposed in [4] SKwyRL-ADL, an agent architectural description language. This paper continues and integrates this research: it focuses on a multi-agent perspective for designing and specifying information integration architecture based on organizational styles and SKwyRL- ADL. The joint-venture organizational style will be instantiated to design the architecture of the system and the specifications will be expressed in a formal way with SKwyRL-ADL. The rest of the paper is organized as follows. Section 2 introduces some perspectives of SKwyRL insisting on the BDI model, our ADL and organizational styles. Section 3 describes our multi-agent approach on information integration system development, including 1 Socio-Intentional ArChitecture for Knowledge Systems and Requirements Elicitation (
2 the design of the global architecture with organizational styles, its formal specification with SKwyRL-ADL and the corresponding implementation on an agent-oriented platform. Finally, Section 4 concludes the research. 2 ADL AND STYLES IN SKWYRL We have detailed in the SKwyRL project an agent ADL called SKwyRL-ADL [4] that proposes a set of abstractions that are fundamental to the description and specification of agent architectures based on the BDI (Belief-Desire-Intention) agent model. To help the reader to understand our ADL specification in the rest of the paper, we briefly present the main elements of SKwyRL- ADL including the BDI agent model. SKwyRL-ADL is composed of two sub-models which operate at two different levels of abstraction: internal and global. The internal model captures the states of an agent and its potential behavior. The global model describes the interaction among agents that compose the multi-agent architecture. We will also introduce organizational styles through the description of one of them, the joint venture, that will be used later on in the paper. 2.1 The BDI Agent Model An agent defines a system entity, situated in some environment that is capable of flexible autonomous action in order to meet its design objective [9]. An agent can be useful as a stand-alone entity that delegates particular tasks on behalf of a user. However, in the overwhelming majority of cases, agents exist in an environment that contains other agents. Such environment is a agent system that can be defined as an organization composed of autonomous and proactive agents that interact with each other to achieve common or private goals [7]. In order to reason about themselves and act in an autonomous way, agents are usually built on rationale models and reasoning strategies that have roots in various disciplines including artificial intelligence, cognitive science, psychology or philosophy. An exhaustive evaluation of these models would be out of the scope of this paper or even this research work. A simple yet powerful and mature model coming from cognitive science and philosophy that has received a great deal of attention, notably in artificial intelligence, is the Belief- Desire-Intention (BDI) model [1]. This approach has been intensively used to study the design of rationale agents and is proposed as a keystone model in numerous agentoriented development environments such as JACK [6]. The main concepts of the BDI agent model are in addition to the notion of agent itself we have just explained: - Beliefs that represent the informational state of a BDI agent, that is, what it knows about itself and the world; - Desires (or goals) that are its motivational state, that is, what the agent is trying to achieve; - Intentions that represent the deliberative state of the agent, that is, which plans the agent has chosen for possible execution. 2.2 Internal Model Figure 1 illustrates the main entities and relationships of the internal model of SKwyRL-ADL. The agent needs knowledge about the environment in order to reach decisions. Knowledge is contained in agents in the form of one of many knowledge bases. A Knowledge base consists of a set of beliefs that the agent has about the environment and a set of goals that it pursues. A belief represents a view of the current environment states of an agent. However, beliefs about the current state of the environment are not always enough to decide what to do. In other words, as well as a current state description, the agent needs some goal information, which describes an environment state that is (not) desirable. Kb Base Belief Goal Own Agent Add/Remove/Query 1 Add/Remove 1 Action Has Capability Plan Service Trigger React_to Generate Event Generate Figure 1: Conceptual Representation of the Internal Model The intentional behavior of an agent is represented by its capabilities to react to events. An event is generated either by an action that modifies beliefs or adds new goals, or by services provided from another agent. Note that these services are represented in the global model because they involve interaction among agents that compose the agent system.
3 An event may invoke (trigger) one or more plans; the agent commits to execute one of them, that is, it becomes intention. A plan defines the sequence of action to be chosen by the agent to accomplish a task or achieve a goal. An action can query or change the beliefs, generate new events or submit new goals. 2.3 Global Model Figure 2 conceptualizes the global model which describes the interaction among agents that compose the agent system. Configurations are the central concept of architectural design, consisting of an interconnected set of agents. The topology of a configuration is defined by a set of bindings between provided and required services. An agent interacts with its environment through an interface composed of sensors and effectors. An effector provides to the environment a set of services. Then, a sensor requires a set of services from the environment. A service is an action involving an interaction among agents. The whole agent system is specified with an architecture which contains a set of configurations. An architecture represents the whole system by one or more detailed configuration descriptions. Configuration Agent Contains Has 1 Architecture Interface theories that analyze the structure and design of realworld human organizations. These are the structure-in-5, the joint venture, the chain-of-values, the matrix, the takeover, For instance, the multi-agent architecture we propose in Figure 3 has been designed following and adapting the joint-venture organizational style detailed in [4]. In a few words, the joint-venture organizational style is a meta-structure that defines an organizational system that involves agreement between two or more partners to obtain mutual advantages (greater scale, a partial investment and to lower maintenance costs ). A common actor, the joint manager, assumes two roles: a private interface role to coordinate partners of the alliance, and a public interface role to take strategic decisions, define policy for the private interface, represent the interests of the whole partnership with respect to external stakeholders and ensure communication with the external actors. Each partner can control itself on a local dimension and interact directly with others to exchange resources, data and knowledge. 3 MAS Architecture for Information Integration GOSIS 2 is a typical information integration application we have developed using the architectural concepts explained in Section 2. The application provides a Multi- Agent System architecture to support the integration of information coming from different heterogeneous sources. This section explains how we have used SKwyRL- ADL to formally specify each architectural aspect (belief, goal, plan, action, interface, configuration, service ) of the application. Effector Provide Connect to Service Sensor Require Figure 2: Conceptual Representation of the Global Model 2.4 Multi-Agent Architectural Styles A key aspect to conduct architectural design in SKwyRL is the specification and use of organizational styles (see e.g., [4, 7] ) These are socially-based design alternatives inspired by models and concepts from organizational 3.1 GOSIS Architecture Figure 3 models the architecture of GOSIS using the i* model [8] following the joint-venture organizational style we have introduced in Section 2. i* is a graph, where each node represents an actor (or system component) and each link between two actors indicates that one actor depends on the other for some goal to be attained. A dependency describes an agreement (called dependum) between two actors: the depender and the dependee. The depender is the depending actor, and the dependee, the actor who is depended upon. The type of the dependency describes the nature of the agreement. Goal dependencies represent delegation of responsibility for fulfilling a goal; softgoal 2 agent-oriented Source Integration System
4 dependencies are similar to goal dependencies, but their fulfilment cannot be defined precisely; task dependencies are used in situations where the dependee is required. As show in Figure 3, actors are represented as circles; dependums goals, softgoals, tasks and resources are respectively represented as ovals, clouds, hexagons and rectangles; dependencies have the form depender dependum dependee. the native format of the source and translate the source response in the data model used by the mediator. The monitor is responsible for detecting changes of interest (e.g., a change which affects a materialized view) in the information source and for reporting them to the mediator. Changes are then translated by the wrapper and sent to the mediator. It may also be necessary for the mediator to obtain information concerning the localization of a source and its connected wrapper able to provide current or future relevant information. This kind of information is provided by the matchmaker agent, which lets the mediator directly interact with the correspondent wrapper. The matchmaker plays the role of a yellow-page agent. Each wrapper advertises its capabilities by subscribing to the yellow page agent. The wrapper that no longer wishes to be advertised can request to be unsubscribed. Finally, the multi-criteria analyzer reformulates a sub-query (sent by a mediator to a wrapper) through a set of criteria in order to express the user preferences in a more detailed way, and refines the possible domain of results. 3.2 GOSIS Formal Specification Figure3: The GOSIS Architecture in joint-venture Figure 3 shows that the mediator plays the role of the joint manager private interface, other joint venture partners are the wrapper, the monitor, the matchmaker and the multi-criteria analyzer. The public interface is assumed by the broker. When a user wishes to send a request, it contacts the broker agent, which serves as an intermediary to select one or more mediator(s) that can satisfy the user information needs. Then, the selected mediator(s) decomposes the user s query into one or more sub-queries regarding the appropriate information sources, eventually compiles and synthesizes results from the source and returns the final result to the broker. When the mediator identifies repetitively the same user information needs, this information of interest is extracted from each source, merged with relevant information from the other sources, and stored as knowledge by the mediator. Each stored knowledge constitutes a materialized view the mediator has to maintain up-to-date. A wrapper and a monitor agents are connected to each information source. The wrapper ensures two roles. It has to translate the sub-query issued by the mediator in The architecture described in Figure 3 gives an organizational representation of the system-to-be including relevant actors and their respective goals, tasks and resource inter-dependencies. This model can serve as a basis to understand and discuss the assignment of system functionalities but it is not adequate to provide a precise specification of the system details. As introduced in Section 2, SKwyRL-ADL provides a set of formal agent-oriented constructors that allows to detail in a formal and consistent way the software architecture as well as its agent components and their behaviours. Figure 4 shows a high-level formal description of the Mediator agent. Three aspects of this agent component are of concern here: the interface representing the interactions in which the agent will participate, the knowledge base defining the agent knowledge capacity and the capabilities defining agent behaviors. SkwyRL-ADL allows to work at different levels of architectural abstractions (i.e., different views of the system architecture) to encapsulate different components of the system in independent hierarchical descriptions. For instance, in Figure 4 the Mediator agent has a set of knowledge bases (KB) and a set of capabilities (CP), but the description level chosen here does not specify the
5 details of the beliefs composing the KB or the plans and events composing each capability. The rest of the section focuses on the Mediator agent to give an example of a refinement specification with our ADL for each of the three aspects of the agent: interface, KB and capabilities. Agent:{ Mediator Interface: Sensor[require(query_translation)] Sensor[require(query reformulation)] Sensor[require(change_advertizings)] Effector[provide(founded_items)] KnowledgeBase: Results_KB MatchMaker_Info_KB DataManagement_KB Capabilities: Handle_Request_CP Materialized_Views_CP Wrapper_Localizaion_CP } Figure 4 : Agent Structure Description of the Mediator Interface. The agent interface consists of a number of effectors and sensors for the agent. Each of them represents an action in which the agent will participate. Each effector provides a service that is available to other agents, and each sensor requires a service provided by another agent. The correspondence between a required and a provided service defines an interaction. For example, the Mediator needs the query_translation service that the Wrapper provides. Such interface definition points two aspects of an agent. Firstly, it indicates the expectations the agent has about the agents with which it interacts. Secondly, it reveals that the interaction relationships are a central issue of the architectural description. Such relationships are not only part of the specification of the agent behavior but reflect the potential patterns of communication that characterize the ways the system reason about itself. The required query translation service is described in greater detail in figure 5. We can see that the mediator (sender) initiates the service by asking the wrapper (receiver) to translate a query. To this end, the mediator provides to the wrapper a set of parameters allowing to define the contents of this query. Such mediator query is specified as belief with the predicate search and the following terms: search(requesttype,producttype(+),filteredkeyword(+)) Each term represents, respectively, the type of the query (normal advanced in the case of multi-criteria refinement), the type of product and one or many keywords that must be included in or excluded from the results. Service:{Ask(query_translation) sender: Mediator parameters: rt:requesttype pt:producttype fk(+):filteredkeyword receiver: Wrapper Effect:Add(Translation_Management_KB, search(rt,pt,fk(+)) Figure 5: A Service Specification The service effect indicates that a new search belief is added to the Translation_Management KB of the wrapper. Knowledge Bases. A knowledge base (KB) is specified with a name, a body and a type. The name identifies the KB whenever an agent wants to query or modify them (add or remove a belief). The body represents a set of beliefs in the manner of a relational database schema. It describes the beliefs the agent may have in terms of fields. When the agent acquires a new belief, values for each of its fields are specified and the belief is added to the appropriate KB as a new tuple. The KB type describes the kind of formal knowledge used by the agent. A Closed world assumes that the agent is operating in a world where every tuple it can express is included in a KB at all times as being true or false. Inversely, in an open world KB, any tuple not included as true or false is assumed to be unknown. Figure 6 specifies the Translation_Management_KB: KnowledgeBase: {Translation_Management_KB KB_body: search(requesttype,producttype,filteredkeyword(+)) source_resource(infotype(+)) source_modeling(sourcetype,relation(+),attributes(+)) dictionary(mediatorterm,sourcetype,correspondence) KB_type: closed_world } Figure 6: A Knowledge Base Specification The + symbol means that the attribute is multivalued. Capabilities formalize the behavioral elements of an agent. It is composed of plans and events that together define the agent s abilities. It can also be composed of
6 sub-capabilities that can be combined to provide complex behavior. Figure 7 shows the Handle_Request capability of the Mediator agent. The body contains the plans the capability can execute and the events it can post to be handled by other plans or can send to other agents. For example, the Handle_Request capability is composed of tow plans: DecompNmlRq is used to decompose a normal request, DecompMCRq to decompose a multi-criteria request. Capability: { Handle_Request_CP CP_body: Plan DecompNmlRq Plan DecompMCRq SendEvent FaillUserRq SendEvent FailDecompMCRq PostEvent ReadyToHandleRst } Figure 7: A Capability Specification A plan defines the sequence of actions and/or services (i.e., actions that involve interaction with other agents) the agent selects to accomplish a task or achieve a goal. A plan consists of: - an invocation condition detailing the circumstances, in terms of beliefs or goals, that cause the plan to be triggered; - an optional context that defines the preconditions of the plan, i.e., what must be believed by the agent for a plan to be selected for execution; - the plan body, that specifies either the sequence of formulae that the agent needs to perform, a formula being either an action or a service to be executed; - an end state that defines the post-conditions under which the plan succeeds; - and optionally a set of services or actions that specify what happens when a plan fails or succeeds. Figure 8 specifies the DecompNmlRq plan that decomposes a normal request. The supplementary condition about the existence of a materialized_view belief is specified by the context. The context is used in the selection of the most appropriate plan in a given situation. When the plan specification does not define a context, the plan is selected to be executed only based on the invocation condition. As soon as the invocation condition and the context are true, the sequence of actions or services specified in the plan body can be executed. The DecompNmlRq plan body is composed by an action sequence and a service. The mediator selects from the wrapper beliefs one or many wrappers (wp(+)) able to translate the decomposed sub-queries. A translation service (Ask(query_translation) is then selected from the selected wrappers. Plan:{ DecompNmlRq invoc: A dd(request_kb, user_keyword(pt(+),kw(+)) / with pt:producttype From Mediator.Ask(user_infoneeds).reply_with// context: materialized_view(producttype = pt(+),keyword = kw(+)) body: pt : ProducType user_keyword(pt(+),kw(+)) DO action select_wrapper(wrapper(wrapperlocalization, TranslationService(+)) as wp(+): Wrapper service:{ask(query_translation) sender: Mediator parameters: rt:requesttype pt:producttype kw(+):keyword receiver: wp(+): Wrapper effect: Add(Translation_Management_KB, search(rt,pt,kw(+)) End-DO endstate: pt : ProducType user_keyword(pt(+),kw(+)) Add(Translation_Management_KB, search(rt,pt,fk(+)) suceed: action: count(search(rt,pt,kw(+)) effect: Add(Request_Kb, old_user_keyword(pt,kw(+)) } Figure 8: A Plan Specification The plan succeeds when the endstate statement is or become true. Moreover, SkwyRL-ADL also specifies what happens when a plan reaches its endstate or fails, by considering Further courses of action or service can also be specified to consider what happens next when the plan succeeds of fails For example, the succeed specification for DecompNmlRq counts the number of executions of the current sub-query to identify a potential new materialized view. Configuration To describe the complete topology of the system architecture, the agents of an architectural description are combined into a SKwyRL configuration. Instances of each agent or service that appear in the configuration must be identified with an explicit and unique name. The configuration also describes the collaborations (i.e., which agent participates in which interaction) through a one-to-many mapping between provided and required service instances. Part of the GOSIS configuration with instance declarations and collaborations is given in Figure 9. (min)...(max). indicates the smallest acceptable integer, and the largest. An omitted cardinality (as is the case with (max) in the broker, mediator and wrapper agents), means no limitation.
7 Configuration GOSIS Agent Broker[nb: 1 ] Agent Mediator[nm: 1 ] Agent Wrapper[nw: 1 ns] with ns = number of information sources Agent Monitor[nmo: 1 ns] Agent Matchmaker Agent Multi-Critria-analyzer Service Tell(query_translation) Service Ask(query_translation) Service Achieve(result) Service Do(result). Instances BR nb : Broker ME nm : Mediator WR nw : Wrapper MO nmo : Monitor MA: Matchmaker MCA: Multi-Criteria-Analyzer Tellquerytrans: Tell(query_translation) Askquerytrans: Ask(query_translation) Achres: Achieve(result) Dores: Do(result). Collaborations ME nm.askquerytrans --- Tellquerytrans.WR nw ; ME nm.achres --- Tellres.WR nw ; ME nm.asksubs --- Tellsubs.MA;. End GOSIS Figure 9: The GOSIS Parameterized Configuration Such a configuration allows for dynamic reconfiguration and architecture resolvability at run-time. Configurations separate the description of composite structures from the description of the elements that form those compositions. This permits reasoning about the composition as a whole and to reconfigure it without having to examine each component of the system 4 CONCLUSION Nowadays, software engineering for new enterprise application domains such as data integration is forced to build up open systems able to cope with distributed, heterogeneous, and dynamic information issues. Most of these software systems exist in a changing organizational and operational environment where new components can be added, modified or removed at any time. For these reasons and more, multi-agent systems architectures are gaining popularity in that they do allow dynamic and evolving structures which can change at runtime. Architectural design has received considerable attention for the past decade which has resulted in a collection of well-understood architectural styles and formal architectural description languages. Unfortunately, these works have focused object-oriented rather than agent-oriented systems. This paper has described an approach based on organizational styles and an agent architectural description language we have defined to design multi-agent systems architectures in the context of information integration system engineering. The paper has proposed a validation of the approach: it has been applied to develop GOSIS, an information integration platform implemented on the JACK agent development environment. REFERENCES [1] M. E. Bratman. Intention, Plans and Practical Reason. Harvard University Press, [2] P. C. Clements. A Survey of Architecture Description Languages. In Proc. of the Eighth International Workshop on Software Specification and Design, Paderborn, Germany, March [3] T. T. Do, S. Faulkner and M. Kolp. Organizational Multi- Agent Architectures for Infor-mation Systems. in Proc. of the 5th Int. Conf. on Enterprise Information Systems (ICEIS 2003), Angers, France, April [4] S. Faulkner and M. Kolp. Towards an Agent Architectural Description Language for Information Systems. In Proc. of the 5th Int. Conf. on Enterprise Information Systems (ICEIS 03), Angers, France, April [5] D. Garlan, R. Allen, and J. Ockerbloom. Exploiting Style in Architectural Design Environments. In Proc. of SIGSOFT 94: Foundations of Software Engineering, New Orleans, Louisiana, USA, Dec [6] JACK Intelligent Agents. [7] M. Kolp, P. Giorgini, and J. Mylopoulos. An Organizational Perspective on Multi-agent Architectures. In Proc. of the 8th Int. Workshop on Agent Theories, architectures, and languages, ATAL 01, Seattle, USA, Aug [8] E. Yu. Modeling Strategic Relationships for Process Reengineering, Ph.D. thesis, Department of Computer Science, University of Toronto, Canada, [9] M. Wooldridge and N.R Jennings, editors. Special Issue on Intelligent Agents and Multi-Agent Systems. Applied Artificial Intelligence Journal. Vol. 9(4), 1996.
How To Develop A Multi Agent System (Mma)
S-Tropos: An Iterative SPEM-Centric Software Project Management Process Yves Wautelet, Manuel Kolp, Youssef Achbany IAG Institut d Administration et de Gestion, ISYS Unité de Systèmes d Information, Université
Towards an Agent Oriented approach to Software Engineering
Towards an Agent Oriented approach to Software Engineering Anna Perini and Paolo Bresciani ITC-IRST Via Sommarive 18, 38055 Povo, Trento, Italy perini,bresciani @irst.itc.it John Mylopoulos Department
Agent-Oriented Software Engineering PORTO Methodology AIAD 2013/2014. António Castro and Eugénio Oliveira
Agent-Oriented Software Engineering PORTO Methodology AIAD 2013/2014 António Castro and Eugénio Oliveira NIAD&R Distributed Artificial Intelligence and Robotics Group 1 Contents What is AOSE? Main Existing
Tropos: An Agent-Oriented Software Development Methodology
Autonomous Agents and Multi-Agent Sytems, 8, 203 236, 2004 Ó 2004 Kluwer Academic Publishers. Manufactured in The Netherlands. Tropos: An Agent-Oriented Software Development Methodology PAOLO BRESCIANI
On the Adequacy of i* Models for Representing and Analyzing Software Architectures
On the Adequacy of i* Models for Representing and Analyzing Software Architectures Gemma Grau and Xavier Franch Universitat Politècnica de Catalunya c/ Jordi Girona 1-3, Barcelona E-08034, Spain {ggrau,
An Investigation of Agent Oriented Software Engineering Methodologies to Provide an Extended Methodology
An Investigation of Agent Oriented Software Engineering Methodologies to Provide an Extended Methodology A.Fatemi 1, N.NematBakhsh 2,B. Tork Ladani 3 Department of Computer Science, Isfahan University,
Distributed Database for Environmental Data Integration
Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information
Modeling Mental States in Requirements Engineering An Agent-Oriented Framework Based on i* and CASL
Modeling Mental States in Requirements Engineering An Agent-Oriented Framework Based on i* and CASL Alexei Lapouchnian A thesis submitted to the Faculty of Graduate Studies in partial fulfillment of the
Goal-Based Self-Contextualization
Goal-Based Self-Contextualization Raian Ali, Fabiano Dalpiaz Paolo Giorgini University of Trento - DISI, 38100, Povo, Trento, Italy {raian.ali, fabiano.dalpiaz, paolo.giorgini}@disi.unitn.it Abstract.
4. Multiagent Sys stems Design. Part 2: The PROMETHEUS methodology.
4. Multiagent Systems Design Part 2: Multiagent Syste ems (SMA-UPC) https://kemlg.upc.edu The PROMETHEUS methodology. Javier Vázquez-Salceda SMA-UPC Methodological Extensions to Object-Oriented Approaches
Agent-Oriented Software Development
Agent-Oriented Software Development John Mylopoulos University of Toronto SETN 2002, Thessaloniki, April 11-12, 2002 2002 John Mylopoulos Thessaloniki -- 1 What is Software? An engineering artifact, designed,
Ubiquitous, Pervasive and Mobile Computing: A Reusable-Models-based Non-Functional Catalogue
Ubiquitous, Pervasive and Mobile Computing: A Reusable-Models-based Non-Functional Catalogue Milene Serrano 1 and Maurício Serrano 1 1 Universidade de Brasília (UnB/FGA), Curso de Engenharia de Software,
Information Broker Agents in Intelligent Websites
Information Broker Agents in Intelligent Websites Catholijn M. Jonker, Jan Treur Vrije Universiteit Amsterdam, Department of Artificial Intelligence De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands
Business-Driven Software Engineering Lecture 3 Foundations of Processes
Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster [email protected] Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary
FIPA agent based network distributed control system
FIPA agent based network distributed control system V.Gyurjyan, D. Abbott, G. Heyes, E. Jastrzembski, C. Timmer, E. Wolin TJNAF, Newport News, VA 23606, USA A control system with the capabilities to combine
Deriving Use Cases from Organizational Modeling
Deriving Use Cases from Organizational Modeling Victor F.A. Santander * Jaelson F. B. Castro Universidade Federal de Pernambuco Centro de Informática Cx. Postal 7851, CEP 50732-970, Recife-PE, BRAZIL Phone:
Multi-Agent Architecture for Implementation of ITIL Processes: Case of Incident Management Process
Multi-Agent Architecture for Implementation of ITIL Processes: Case of Incident Management Process Youssef SEKHARA, Hicham MEDROMI, Adil SAYOUTI Equipe Architectures des Systèmes (EAS), Laboratoire d Informatique,
Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique
Migrating Legacy Software Systems to CORBA based Distributed Environments through an Automatic Wrapper Generation Technique Hyeon Soo Kim School of Comp. Eng. and Software Eng., Kum Oh National University
A Review of Agent-Oriented Development Methodologies and Programming Languages/Frameworks
A Review of Agent-Oriented Development Methodologies and Programming Languages/Frameworks Khalil Salah Advanced Informatics School Universiti Teknologi Malaysia Kuala Lumpur, 54100, Malaysia Ardavan Ashabi
Security Attack Testing (SAT) testing the security of information systems at design time $
Information Systems 32 (2007) 1166 1183 www.elsevier.com/locate/infosys Security Attack Testing (SAT) testing the security of information systems at design time $ Haralambos Mouratidis a,, Paolo Giorgini
Goals and Scenarios to Software Product Lines: the GS2SPL Approach
Goals and Scenarios to Software Product Lines: the GS2SPL Approach Gabriela Guedes, Carla Silva, Jaelson Castro Centro de Informática Universidade Federal de Pernambuco (UFPE) CEP 50740-540, Recife/ PE
Lecture 3 Topics on Requirements Engineering
Lecture 3 Topics on Requirements Engineering Some material taken from the Tropos project at U of T Copyright Yijun Yu, 2005 Course information Let s vote Course Project/Final Exam 50-50 or 60-40? Midterm/Final
Glossary of Object Oriented Terms
Appendix E Glossary of Object Oriented Terms abstract class: A class primarily intended to define an instance, but can not be instantiated without additional methods. abstract data type: An abstraction
GQM + Strategies in a Nutshell
GQM + trategies in a Nutshell 2 Data is like garbage. You had better know what you are going to do with it before you collect it. Unknown author This chapter introduces the GQM + trategies approach for
A Pattern-based Framework of Change Operators for Ontology Evolution
A Pattern-based Framework of Change Operators for Ontology Evolution Muhammad Javed 1, Yalemisew M. Abgaz 2, Claus Pahl 3 Centre for Next Generation Localization (CNGL), School of Computing, Dublin City
A View Integration Approach to Dynamic Composition of Web Services
A View Integration Approach to Dynamic Composition of Web Services Snehal Thakkar, Craig A. Knoblock, and José Luis Ambite University of Southern California/ Information Sciences Institute 4676 Admiralty
Managing Variability in Software Architectures 1 Felix Bachmann*
Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA [email protected] Len Bass Software Engineering Institute Carnegie
SERENITY Pattern-based Software Development Life-Cycle
SERENITY Pattern-based Software Development Life-Cycle Francisco Sanchez-Cid, Antonio Maña Computer Science Department University of Malaga. Spain {cid, amg}@lcc.uma.es Abstract Most of current methodologies
The i* conceptual model for requirements analysis
Information Systems Analysis and Design The i* conceptual model for requirements analysis Background and Motivations Basic concepts The Strategic Dependency Model Example + Exercise i* modeling framework
Enabling Self Organising Logistics on the Web of Things
Enabling Self Organising Logistics on the Web of Things Monika Solanki, Laura Daniele, Christopher Brewster Aston Business School, Aston University, Birmingham, UK TNO Netherlands Organization for Applied
GOAL-BASED WEB DESIGN TOWARDS BRIDGING THE GAP BETWEEN REQUIREMENTS AND DESIGN OF WEB APPLICATIONS
13_BOLCHINI.qxd 3/26/2003 10:25 Pagina 187 SComS: New Media in Education (2003) 187-191 DAVIDE BOLCHINI* GOAL-BASED WEB DESIGN TOWARDS BRIDGING THE GAP BETWEEN REQUIREMENTS AND DESIGN OF WEB APPLICATIONS
MULTI AGENT-BASED DISTRIBUTED DATA MINING
MULTI AGENT-BASED DISTRIBUTED DATA MINING REECHA B. PRAJAPATI 1, SUMITRA MENARIA 2 Department of Computer Science and Engineering, Parul Institute of Technology, Gujarat Technology University Abstract:
Chap 1. Introduction to Software Architecture
Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)
Integrating Heterogeneous Data Sources Using XML
Integrating Heterogeneous Data Sources Using XML 1 Yogesh R.Rochlani, 2 Prof. A.R. Itkikar 1 Department of Computer Science & Engineering Sipna COET, SGBAU, Amravati (MH), India 2 Department of Computer
Patterns for Business Object Model Integration in Process-Driven and Service-Oriented Architectures
Patterns for Business Object Model Integration in Process-Driven and Service-Oriented Architectures Carsten Hentrich IBM Business Consulting Services, SerCon GmbH c/o IBM Deutschland GmbH Hechtsheimer
Location-based Software Modeling and Analysis: Tropos-based Approach
Location-based Software Modeling and Analysis: Tropos-based Approach Raian Ali, Fabiano Dalpiaz, and Paolo Giorgini University of Trento - DISI, 38100, Povo, Trento, Italy. {raian.ali, fabiano.dalpiaz,
Tool Support for Software Variability Management and Product Derivation in Software Product Lines
Tool Support for Software Variability Management and Product Derivation in Software s Hassan Gomaa 1, Michael E. Shin 2 1 Dept. of Information and Software Engineering, George Mason University, Fairfax,
Introduction to Service Oriented Architectures (SOA)
Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction
Journal of Information Technology Management SIGNS OF IT SOLUTIONS FAILURE: REASONS AND A PROPOSED SOLUTION ABSTRACT
Journal of Information Technology Management ISSN #1042-1319 A Publication of the Association of Management SIGNS OF IT SOLUTIONS FAILURE: REASONS AND A PROPOSED SOLUTION MAJED ABUSAFIYA NEW MEXICO TECH
ARMMS - Architecture Reference Model for Multilingual Software
ARMMS - Architecture Reference Model for Multilingual Software V. Prasanna Venkatesan, S. Kuppuswami ARMMS - Architecture Reference Model for Multilingual Software V. Prasanna Venkatesan *1, S. Kuppuswami
feature requirements engineering
feature requirements engineering Exploring Alternatives during Requirements Analysis John Mylopoulos, University of Toronto Goal-oriented requirements analysis techniques provide ways to refine organizational
The Agent Modeling Language (AMOLA)
The Agent Modeling Language (AMOLA) Nikolaos Spanoudakis 1,2 and Pavlos Moraitis 2 1 Technical University of Crete, Department of Sciences, University Campus, 73100, Kounoupidiana, Greece [email protected]
Characteristics of Computational Intelligence (Quantitative Approach)
Characteristics of Computational Intelligence (Quantitative Approach) Shiva Vafadar, Ahmad Abdollahzadeh Barfourosh Intelligent Systems Lab Computer Engineering and Information Faculty Amirkabir University
Generating Aspect Code from UML Models
Generating Aspect Code from UML Models Iris Groher Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich, Germany [email protected] Stefan Schulze Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich,
Reverse Engineering of Relational Databases to Ontologies: An Approach Based on an Analysis of HTML Forms
Reverse Engineering of Relational Databases to Ontologies: An Approach Based on an Analysis of HTML Forms Irina Astrova 1, Bela Stantic 2 1 Tallinn University of Technology, Ehitajate tee 5, 19086 Tallinn,
Integration of Application Business Logic and Business Rules with DSL and AOP
Integration of Application Business Logic and Business Rules with DSL and AOP Bogumiła Hnatkowska and Krzysztof Kasprzyk Wroclaw University of Technology, Wyb. Wyspianskiego 27 50-370 Wroclaw, Poland [email protected]
How To Use Data Mining For Knowledge Management In Technology Enhanced Learning
Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 115 Data Mining for Knowledge Management in Technology Enhanced Learning
Master of Science Service Oriented Architecture for Enterprise. Courses description
Master of Science Service Oriented Architecture for Enterprise Courses description SCADA and PLC networks The course aims to consolidate and transfer of extensive knowledge regarding the architecture,
Systems Integration: Co C mp m onent- t bas a e s d s o s ftw ft a w r a e r e ngin i eeri r n i g
Systems Integration: Component-based software engineering Objectives To explain that CBSE is concerned with developing standardised components and composing these into applications To describe components
Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object
Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) SERVICE-ORIENTED LOGICAL DESIGN MODEL LANGUAGE SPECIFICATIONS
SERVICE-ORIENTED MODELING FRAMEWORK (SOMF ) VERSION 2.1 SERVICE-ORIENTED LOGICAL DESIGN MODEL LANGUAGE SPECIFICATIONS 1 TABLE OF CONTENTS INTRODUCTION... 3 About The -Oriented Modeling Framework (SOMF)...
Demonstrating WSMX: Least Cost Supply Management
Demonstrating WSMX: Least Cost Supply Management Eyal Oren 2, Alexander Wahler 1, Bernhard Schreder 1, Aleksandar Balaban 1, Michal Zaremba 2, and Maciej Zaremba 2 1 NIWA Web Solutions, Vienna, Austria
Context Capture in Software Development
Context Capture in Software Development Bruno Antunes, Francisco Correia and Paulo Gomes Knowledge and Intelligent Systems Laboratory Cognitive and Media Systems Group Centre for Informatics and Systems
CHAPTER 1 INTRODUCTION
1 CHAPTER 1 INTRODUCTION Exploration is a process of discovery. In the database exploration process, an analyst executes a sequence of transformations over a collection of data structures to discover useful
Enterprise Architecture Assessment Guide
Enterprise Architecture Assessment Guide Editorial Writer: J. Schekkerman Version 2.2 2006 Preface An enterprise architecture (EA) establishes the organization-wide roadmap to achieve an organization s
Data Integration using Agent based Mediator-Wrapper Architecture. Tutorial Report For Agent Based Software Engineering (SENG 609.
Data Integration using Agent based Mediator-Wrapper Architecture Tutorial Report For Agent Based Software Engineering (SENG 609.22) Presented by: George Shi Course Instructor: Dr. Behrouz H. Far December
The Nature and Importance of a Programming Paradigm
Multiple Software Development Paradigms and Multi-Paradigm Software Development Valentino Vranić [email protected] Abstract: While OOP (including OOA/D) is reaching the level of maturity of structured
Agent-Oriented Software Engineering
ID2209 Distributed Artificial Intelligence and Intelligent Agents Agent-Oriented Software Engineering Mihhail Matskin: www.ict.kth.se/courses/id2209 Autumn 2015 Lecture Outline 1. When is an agent-based
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT
A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT Cléver Ricardo Guareis de Farias, Marten van Sinderen and Luís Ferreira Pires Centre for Telematics and Information Technology (CTIT) PO Box
Chapter 7 Data Modeling Using the Entity- Relationship (ER) Model
Chapter 7 Data Modeling Using the Entity- Relationship (ER) Model Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 7 Outline Using High-Level Conceptual Data Models for
Mastem: A Mathematics Tutoring Multi-Agent System
Mastem: A Mathematics Tutoring Multi-Agent System Jéssyka Vilela 1, Ricardo Ramos 2, Jaelson Castro 1 1 Universidade Federal de Pernambuco Centro de Informática Av. Jornalista Anibal Fernandes, S/N, Cidade
