Chapter 16

Multi-Agent System for Integrating Quality and Process Control in a Home Appliance Production Line

Paulo Leitão1,2; Nelson Rodrigues1,2; Claudio Turrin3; Arnaldo Pagani3    1 Polytechnic Institute of Bragança, Bragança, Portugal
2 LIACC—Artificial Intelligence and Computer Science Laboratory, Porto, Portugal
3 Whirlpool Europe, Cassinetta di Biandronno, Italy

Abstract

This chapter describes the development, installation, and operation of a multi-agent system, designated as GRACE, integrating quality and process control to operate in a real home appliance production line, producing laundry washing machines owned by Whirlpool and located in Naples, Italy.

Keywords

Intelligent and reconfigurable manufacturing control

Multi-agent systems

Industrial agents

Self-adaptation

Factory automation

Intelligent products

Acknowledgments

This work has been partly financed by the EU Commission, within the research contract GRACE coordinated by Univ. Politecnica delle Marche, and having partners SINTEF, AEA srl, Instituto Politécnico de Bragança, Whirlpool Europe srl, Siemens AG.

16.1 Introduction/Motivation

A current trend in manufacturing is the deployment of modular, distributed, and intelligent control systems that introduce adaptation that face unexpected deviations and failures, namely in terms of production conditions and product demand fluctuation. The integration of quality and process control allows the implementation of dynamic self-adaptation procedures and feedback control loops to address a large variety of disturbances and changes in process parameters and variables, aiming to improve the production efficiency and the product quality.

Multi-agent systems (MASs) technology (Wooldridge, 2002; Leitão et al., 2013) is suitable to face this challenge, offering an alternative way to design these adaptive systems, based on the decentralization of functions over distributed autonomous and cooperative agents, providing modularity, flexibility, adaptation, and robustness. In spite of the potential benefits of the MAS technology, the number of deployed agent-based solutions in industrial environments (reported in the literature) is few, as illustrated in Leitão et al. (2013) and Pěchouček & Mařík (2008).

This chapter describes the development, installation, and operation of a MAS, designated as GRACE, integrating quality and process control to operate in a real home appliance production line, producing laundry washing machines owned by Whirlpool and located in Naples, Italy. The use of the MAS technology acts as the intelligent and distributed infrastructure to support the implementation of real-time monitoring and feedback control loops that apply dynamic self-adaptation and optimization mechanisms to adjust the process and product variables. The agent-based solution was developed using the JADE (Java Agent DEvelopment) framework and was successfully installed in the industrial factory plant, demonstrating the effective applicability and benefits of MAS technology, namely in terms of production efficiency and product quality.

16.2 Application Overview

16.2.1 Problem Description

The problem addressed in this work considers a washing machine production line, composed of several workstations arranged in a sequential order, and linked together by conveyors. Each individual workstation performs one operation in the product being produced, which can be from different types: processing (e.g., bearing insertion, seal insertion, or pulley screwing), quality control (e.g., visual inspection, vibration analysis, or functional tests inspection), or manual operation (e.g., cable and electronics assembly). The quality control stations (QCSs) are distributed along the production line to verify the product quality conformity. As an example, the functional tests station comprises 6 boxes to perform a fixed plan of functional tests to all washing machines produced in the production line, which lasts 6 minutes for each one. A simplified vision of the production line is illustrated in Figure 16.1.

f16-01-9780128003411
Figure 16.1 Layout of the production line.

The objective is the integration of the process and quality control levels, creating feedback control loops to allow the adaptation of production parameters, improving the product quality and the process performance—e.g., reducing the production time—correcting earlier deviations or quality problems, skipping unnecessary tests along the line, and customizing the final product.

An important assumption in this work is to maintain the existing low-level control on the shop floor, which already uses state-of-the-art industrial control based on programmable logic controllers (PLCs) running IEC 61131-3 control programs, and introduces the MAS solution at a higher control level to provide intelligence and adaptation.

16.2.2 Agent-Based Architecture

The designed agent-based system, illustrated in Figure 16.2, comprises a society of autonomous and cooperative agents representing the manufacturing components disposed along the production line. These agents may represent a physical resource (e.g., a processing station or a QCS), or a logic activity (e.g., an order).

f16-02-9780128003411
Figure 16.2 Multi-agent system architecture for the production line.

Several types of agents were identified, according to the process to control and their specialization, namely Leitão & Rodrigues (2011):

 Product Type Agents (PTAs): representing the catalog of products that can be produced in the production line (one agent for each type of product). These agents contain the process and product knowledge required to produce the product.

 Product Agents (PAs): handling the production of product instances being produced along the production line (one agent for each washing machine). They possess the process plan to produce the product and interact with the agents responsible for process and quality control.

 Resource Agents (RAs): representing the resources disposed along the production line, namely processing stations, QCSs, and operators. Several specializations were considered according to the type of operations performed, namely machine agents (MAs), associated with processing machines, such as welding robots or screwing stations, and quality control agents (QCAs), associated with QCSs.

 Independent Meta Agents (IMAs): acting at a strategic level and taking advantage of their global perspective to provide global optimization to the production system. In contrast to PAs and RAs, which are placed at the operational execution level and are mandatory, IMAs are positioned in a higher strategic level and are not mandatory (i.e., the system can continue working without them, but will lose some optimization).

The GRACE agent-based solution follows the ADACOR principles (Leitão & Restivo, 2006), namely using a Petri nets methodology to specify the system behavior. In this way, the behavior of each individual agent is modeled by using Petri nets formalism (Murata, 1989), taking advantage of the well-founded mathematical theory that allows to design the control system behavior, but also validate the system specifications, supporting the design-implementation path. In this work, the modeling phase is illustrated by modeling the behavior of the RA agent. The Petri nets behavioral model is illustrated in Figure 16.3.

f16-03-9780128003411
Figure 16.3 Behavior of the RA using Petri nets formalism.

Briefly, after the initialization phase, the agent enters into two sub-behaviors running in parallel, regarding the management of the operation execution (represented by the place p7) and waiting for monitoring requests or feedback suggestions (p4).

The operation execution is started when the station detects the arrival of the pallet, represented by the transition t8 and using a RFID (radio-frequency identification) reader. This activity (i.e., the timed transition t9) can be expanded into a more refined Petri nets model containing details about the executed functions, as illustrated in Figure 16.4. During the execution of the operation activity, the agent may adjust the operation parameters by applying self-adaptation procedures according to its local knowledge, and triggers the execution of the operation by sending a command to the resource (i.e., the physical equipment or operator). At the end of the processing or testing operation, the gathered data is analyzed and the results are sent to the PAs and IMAs to be used in future adaptation procedures.

f16-04-9780128003411
Figure 16.4 Sub-Petri nets model for the activity “Executes operation.”

In parallel with this behavior, the agent may receive information of the execution of the previous operations, sent by QCAs after executing inspection tests, which will support the improvement of its performance in the future (e.g., by using self-learning procedures in the activity “adapts parameters” represented by the timed transition t5). Also, the suggestions sent by IMA agents are stored in the local database for posterior usage.

The Petri net model can be validated using a qualitative (structural and behavioral) and quantitative (performance/simulation) analysis, not only to prove that the model is free of errors, but also to test if it performs the desired specifications. As example, analysing the results from the analysis of the behavioral analysis (see (Leitão & Rodrigues, 2012) for more details), it is possible to verify that the model is bounded, safe (e.g., meaning that it is only possible to execute only one operation at each time), reversible, and is absent of deadlocks.

A similar procedure was applied to formally specify the dynamic behavior of the other agents belonging to the system.

16.2.3 Cooperation Patterns and Ontology

The overall control system for the entire production line emerges from the cooperation among the distributed autonomous agents, coordinating their actions according to the agents’ goals. Of particular importance are the cooperation patterns aiming the integration of process and quality control, closing the control loops and implementing self-adaptation procedures. Examples are the dynamic adaptation of the functional tests plan, the customization of the on-board electronic controller, and the generation of warnings in any point of the production line in case the desired quality is not possible to be achieved anymore.

Figure 16.5 illustrates one example of these interaction diagrams, showing the interaction among the agents during the process of adaptation of the functional tests plan. Note that near the end of the production line, a QCS is devoted to perform a set of functional tests to the produced washing machines. The knowledge of the historical production data allows to customize the plan of tests by removing unnecessary tests, adjusting others, or customizing the messages to the operators.

f16-05-9780128003411
Figure 16.5 Cooperation pattern for the adaptation of the functional tests plan.

Along the production line, the PA is receiving feedback information related to the results of the execution of the processing and inspection operations, respectively from MAs and QCAs. When the PA arrives at the functional tests station, it executes a self-adaptation procedure to customize the plan of tests for this particular washing machine, correlating the historical production data of the washing machine. In parallel, the PA can request support from IMAs, which, based on their wider perspective, can provide advice on the execution of the self-adaptation procedure.

The interaction among individual agents is crucial in MAS applications, requiring that the agents must understand each other to share knowledge, and use a proper agent communication language and proper knowledge representation. Of special importance is the establishment of a common understanding among the agents, because the exchange of shared knowledge becomes difficult if each agent has its own knowledge structure representation. The solution is to use ontologies (Gruber, 1995) to define a common understanding among distributed entities, defining the vocabulary and the semantics of the knowledge used in the communication between distributed agents.

In this work, an ontology was designed and implemented considering the particularities of the home appliance domain and the integration of process and quality control levels. This ontology formalizes the structure of the knowledge, namely the concepts, the predicates (the relation between the concepts), and the terms (attributes of each concept) (Leitão et al., 2012). The GRACE ontology schema was edited and validated using the Protégé framework (Protégé, 2014), which supports the Web Ontology Language (OWL) (W3C, 2004) and has an easy connection with agent development frameworks, such as JADE.

At the end of the design phase, the MAS application is ready for being implemented and deployed using a proper MAS development framework.

16.3 Application Details

16.3.1 Implementation of the Agent-Based Solution

The designed agent-based solution was implemented using the JADE framework (Bellifemine et al., 2007) and following the existing standards in the field, namely the FIPA (Foundation for Intelligent Physical Agents) specifications (FIPA, 2013) (note that JADE is FIPA compliant). Each one of the developed agent types, namely PTAs, PAs, RAs, and IMAs, is a simple Java class that extends the agent class provided by the JADE framework. Each one inherits the basic functionalities from JADE, such as the white and yellow pages services, and the encoding and parsing of ACL messages, and extends them with features that represent the specific behavior of the agent, as detailed in the previous section using the Petri nets models. Each agent is developed, using multi-threaded programming, over JADE’s behavior concept (Bellifemine et al., 2007), allowing the execution of several actions in parallel.

The communication between the distributed agents is asynchronous and done over the Ethernet network using the TCP/IP protocol. The messages exchanged by the agents are encoded using the FIPA-ACL communication language, being their content formatted according to the FIPA-SL0 language. The meaning of the message content is standardized according to the designed GRACE ontology. The integration of the GRACE ontology, edited in Protégé, in the MAS solution was performed by using the OntologyBeanGenerator plug-in, which allows to automatically generate the Java classes from the Protégé tool, following the FIPA specifications. The main generated class represents the vocabulary and main ontological objects (i.e., concepts and predicates) defined in the ontology. The second group of generated Java classes specify the structure and semantics of each ontological object defined in the ontology.

The integration of legacy systems, and particularly the interaction with physical devices hosted in the production line, assumes a critical role when deploying this kind of system into industrial environments. As an example, QCAs are associated with quality control functions, namely the adaptation procedures allowing the improvement of the QCS behavior and consequently the whole system behavior. The interconnection between the QCA and the QCS, illustrated in Figure 16.6, comprises the intelligent part (the agent) and the physical part (the hardware device responsible for the inspection tasks), which in this work also embodies a measurement system developed in LabView™.

f16-06-9780128003411
Figure 16.6 Interconnection of QCA and QCS by the TCP/IP sockets to exchange information related to quality control tests.

Basically, the QCS application receives the data from the QCA, performs the inspection test and sends back the diagnosis result to the QCA. The approach used to perform this data exchange between QCA and QCS relies on opening two TCP/IP sockets: one for the communication from the QCA to the QCS and the other for the communication from the QCS to the QCA. The exchanged messages are described in XML (eXtensible Markup Language) to simplify the common understanding.

Several GUIs (graphical user interfaces) were developed using the Swing toolkit, allowing easy interaction between users and agents.

16.3.2 Installation in the Factory Plant

The installation of the agent-based solution in the Naples factory required the distribution of a plethora of agents by 8 computers disposed along the production line, and interconnected by TCP/IP over an Ethernet network, as illustrated in Figure 16.7.

f16-07-9780128003411
Figure 16.7 Distribution of agents in the installed system at the Naples factory.

Each individual agent is customized according to its particularities, namely role, knowledge, skills, and embedded algorithms, by interpreting an XML file during the startup phase.

Particularly, the algorithms embedded in each agent aim to apply proper self-adaptation mechanisms, based on data mining and learning techniques, according to the scope of the agent. The following algorithms were implemented:

 The RAs perform, in a continuous and individual manner, an analysis of the performance index of the processing/inspection station along the time, to detect trends or degradation in its behavior. This allows to detect deviations in advance and to trigger the implementation of corrective measures (e.g., the automatic calibration of the tool wear or the light source, or to request external maintenance intervention) to mitigate the detected deviation.

 The PAs perform, in a continuous and individual manner, an analysis of the evolution of the quality indexes of each washing machine along the production line, being detected deviations to the expected values specified for that model. This allows to detect, in real time and at any point of the production line, when the desired quality is not possible to be achieved anymore and consequently decide to stop the production of the washing machine to save time and money (because scraps can be reduced).

 Near the end of the production line, the PAs apply an algorithm to adapt the plan of functional tests to be performed in every washing machine according to their production historical data, allowing to correlate the data properly. This permits us to save on inspection time and execute more efficient inspection tests.

 The PAs apply, at the end of the production line, a method to customize the parameters of the electronic controller installed in each washing machine to control its behavior, based on the historical production data. This data can be related to the information of the previous operations of the washing machine and the information of other washing machines from the same model. For this purpose, the calculated customized parameters (e.g., the flow rate parameter) are written in the EEPROM (Electrically Erasable Programmable Read Only Memory) of the onboard controller.

 The PTAs, based on the data supplied by PAs at the end of the washing machine production, perform an adaptation of the process plan for each machine model, mainly adapting the parameters of individual operations.

 The IMAs perform, in the background and continuously, an analysis of historical and real-time data, applying data-mining techniques to generate warnings and guidelines to be proposed to PAs and RAs. As an example, IMAs can complement PAs with their wider scope to detect if the desired quality of a washing machine being produced is at risk: a yellow warning is generated if the achievement of the desired quality is at risk, and a red warning is generated when it is no longer possible to achieve the desired quality (even if the remaining operations will be performed with a performance of 100%). Figure 16.8 illustrates a screenshot of the IMA, showing two washing machines marked with a yellow color and one with red.

f16-08-9780128003411
Figure 16.8 Screenshot of the IMA, showing the current status of the production line and the information about quality indexes for each process and product.

Other self-adaptation mechanisms were implemented, tested, and successfully operated in the factory plant, namely the adaptation of individual processes based on the data captured, analyzed, and correlated from posterior workstations.

16.4 Benefits and Assessment

The MAS deployed in the real industrial production line was intensively tested during its operation, being possible to extract some quantitative and qualitative benefits.

16.4.1 Qualitative Properties

The experimental tests showed that the installed agent-based system reaches several important qualitative properties:

 Modularity and flexibility: the use of the MAS principles simplifies the development of complex computational software applications by dividing the complex problem into simple ones. This allows achieving modularity because the system specifications are built for 4 types of agents (i.e., PTAs, PAs, RAs, and IMAs), each one exhibiting a proper behavior. For the installation in the Naples factory, several instances for each type of agent were created, each one using the same agent codification and inheriting its behavior but customized for its particularities according to an XML file.

 Distribution: due to the distributed architecture provided by the MAS system, the distribution of large-scale systems is easier because agents might be distributed by hardware computational resources according to the application needs (e.g., geographical dependency or processing capabilities). In the installed system, the agents were distributed by several PCs disposed along the production line.

 Runtime and on-the-fly reconfiguration: in such systems, agents can be removed, others can be added, or even some modifications can be performed in the behavior of the agents without the need to stop, re-program, and reinitialize the other components (i.e., the system can continue running without any perturbation). In the installed system, this is illustrated in several ways—for example, shutting down RA agents (e.g., the one associated with the A-Bearing station), adding new RA agents during operation (e.g., those associated with functional tests boxes), or changing the algorithms embedded in the RA associated with the Screwing Upper Counterweight station. These functionalities were successfully tested and validated (note that in a centralized implementation, this feature is not possible).

 Robustness: in case of an individual node breakdown, the system continues running without perturbation (in contrast to the traditional centralized structures where the system collapses). In the installed system, this is illustrated by shutting down some RAs (e.g., those related to the functional tests stations) or IMAs without affecting the global behavior of the system.

 Adaptation: the use of distributed control structures allows the runtime adaptation (i.e., applying local self-adaptive concepts to adapt the system behavior according to unplanned changes). In the installed system, this feature was illustrated by the adaptation of the parameters to execute the processing/inspection operations, to customize the sequence plan of the functional tests, and to customize the flow rate parameter of the onboard controller of each washing machine. Also observed in the installed system is the fast adaptation of the system to the change of washing machine models in the production sequence, and the introduction of new product models in the production line.

 Scalability: a main drawback of MAS solutions is usually associated with the agent middleware (in this case, JADE) and is related to possible delays or congestion in the communication infrastructure due to the growth of the exchanged messages (note that the increase of agents implies an increase of exchanged messages, not in a linear way, but in a more exponential manner). From the achieved experimental results, the increase from several agents to approximately 400 agents running simultaneously and having physical representation, namely connected to washing machines and workstations, some of them exhibiting weighted GUIs, didn’t provoke visible degradation at this level.

 Smooth migration: the use of the MAS technology allows the smooth migration from old technologies/systems to new ones. This is illustrated in the installed system with a consideration of 12 workstations from the entire production line to be controlled by the MAS solution. A slowly and smoothly integration of the remaining workstations along the production line can be performed gradually in time.

16.4.2 Quantitative Impact

The installed agent-based system brings some significant improvements in the factory plant, namely in terms of:

 Production efficiency, e.g., due to the adaptation of the process parameters, the adaptation of the functional tests for each washing machine and the customization of the onboard controller parameters, based on the production history. As an example, with this approach, the functional test time for each washing machine is reduced by approximately 20%, which implies an increase of the flow in the production line, or in alternative the possibility to save one testing box (and consequently save investment and energy).

 Cost reduction, because the earlier identification of defects or quality unconformities in the washing machines being produced can lead to a reduction of the scraps from 5% to 3%. Additionally, stopping, in advance, the production of washing machines that never reach the desired quality, contributes to reduce the waste costs and also save production time.

 Product quality, because most effective quality control procedures are performed along the production line (e.g., using customized testing plans in the functional tests area), and because the onboard controller of each individual washing machine is customized according to the production historical data.

16.5 Discussion

The experience gathered from the development and installation of the agent-based solution in a real industrial production line allowed us to learn some important lessons.

The first one is related to the design-deployment path of MASs. The design, debugging, and deployment of agent-based systems are a complex process, usually performed in an ad-hoc manner. Traditionally, the correctness of the design can only be validated after the implementation phase, leading to a very time-consuming design-implementation process that presents high rates of misunderstanding and mistakes, and, as a consequence, it is very expensive (Colombo, 1998). The use of a formal methodology, based on the Petri nets formalism, allowed a rigorous specification of the proposed solution, and posterior validation and simulation during the design phase, ensuring that the model represents correctly the specifications of the real system, permitting the correction of errors and misunderstandings, and improving the control strategies before the implementation phase.

In these scenarios, the offline tests are important to ensure that errors are corrected, but they do not replace the use of online experimentation in the industrial production line, because there are situations that arise only in real industrial environments. For this reason, it is important to properly balance the negative impacts of occupying the production line for testing and the benefits of deploying the system in a real environment.

The second lesson is related to the use of agent development frameworks. In fact, the use of an agent development framework simplifies the development of MAS solutions because it provides a set of important functionalities that support the development, debugging, and operation of these systems. However, these frameworks present some drawbacks, namely the existence of a centralized node reflecting the DF (Directory Facilitator) service, the system scalability and the performance affected by the use of Java-synchronized methods (Vrba, 2003), which should be improved in the future.

A particular problem is the lack of compliance when deploying MAS systems to industrial environments, which is mainly a problem of standardization in the field. FIPA, which is the main standardization body in the field, made a very important job in defining the specifications to develop MAS systems, but important issues are currently missing and require further standardization work. Examples are protocols that better fit the behavior of industrial control systems, event notification at low control levels, and integration with legacy systems in a transparent manner.

The installation in a real factory plant confirmed that real industrial production environments are different playgrounds from those found in theoretical, simulated, and laboratorial ones, presenting very challenging and demanding requirements and technical constraints. As an example, industrial environments exhibit strong constraints in terms of communication infrastructure that impose additional technical problems upon the implementation of MAS solutions.

The integration with legacy systems (e.g., LabView™ applications and processing stations) are very time consuming and usually are developed as one-of-a-kind processes according to the particularities of the hardware/software devices, constituting an important task that increases the complexity of the deployment process. Additionally, the equipment disposed in such industrial environments usually has close and proprietary protocols, making it difficult to develop the required interfaces.

In the end, the successful installation of an agent-based solution in a real industrial production line producing laundry washing machines contributes to reducing the skepticism of the industry players in adopting MAS technology, at least in the near future, and thus solve the emergent problems they face.

16.6 Conclusions

This chapter describes the use of MAS technology to develop and install a modular and adaptive system, integrating quality and process control in a real industrial production line producing laundry washing machines. The MAS system provides intelligence and adaptation to a rigid production line, allowing it to improve product quality and production efficiency.

For this purpose, the behavior of individual agents, using the Petri nets formalism, the cooperation patterns reflecting the interaction among distributed agents that leads to the implementation of the feedback control loops, as well as the technical details related to the implementation of the agent-based solution using the JADE framework, were described.

The results achieved from the operation of the agent-based solution in the factory plant allowed us to summarize a set of benefits, mainly related to the production efficiency (reflected in the customization of the plan of functional tests and optimization of process parameters) and product quality (reflected in the execution of more efficient inspection tests and customization of the onboard controller of each washing machine). The lessons learned from the gathered experience were also described.

Finally, and summarizing, the installation of the agent-based solution in the real industrial production line will contribute to a wider dissemination of MAS technology in industry environments, reducing the skepticism of industry players in adopting MAS technology.

References

Bellifemine F, Caire G, Greenwood D. Developing Multi-Agent Systems with JADE. Chichester: Wiley; 2007.

Colombo AW. Development and Implementation of Hierarchical Control Structures of Flexible Production Systems Using High-Level Petri Nets. Manufacturing Automation Series. Germany: Meisenbach Verlag Bamberg; 1998.

FIPA. The Foundation for Intelligent Physical Agents. IEEE Computer Society; 2013. Available at: http://www.fipa.org/ (accessed 08.02.14).

Gruber TR. Toward principles for the design of ontologies used for knowledge sharing. Int. J. Human Comput. Stud. 1995;43(5–6):907–928.

Leitão P, Rodrigues N. Modelling and validating the multi-agent system behaviour for a washing machine production line. In: Proceedings of the IEEE International Symposium on Industrial Electronics (ISIE´12), Hangzhou, China; 2012:1203–1208.

Leitão P, Restivo F. ADACOR: a holonic architecture for agile and adaptive manufacturing control. Comput. Ind. 2006;57:121–130.

Leitão P, Rodrigues N. Multi-agent system for on-demand production integrating production and quality control. In: Marik V, Vrba P, Leitão P, eds. Holonic and Multi-Agent Systems for Manufacturing. Berlin, Heidelberg: Springer; 84–93. Lecture Notes in Computer Science. 2011;vol. 6867.

Leitão P, Rodrigues N, Turrin C, Pagani A, Petrali P. GRACE ontology integrating process and quality control. In: Proceedings of the 38th Annual Conference of the IEEE Industrial Electronics Society (IECON’12), Montreal, Canada, 25-28 October; 2012:4328–4333.

Leitão P, Marik V, Vrba P. Past, present, and future of industrial agent applications. IEEE Trans. Ind. Informat. 2013;9(4):2360–2372.

Murata T. Petri nets: properties, analysis and applications. Proc. IEEE. 1989;77:541–580.

Pěchouček M, Mařík V. Industrial deployment of multi-agent technologies: review and selected case studies. Auton. Agent Multi Agent Syst. 2008;17(3):397–431.

Protégé, 2014. Available at: http://protege.stanford.edu/ (accessed 08.02.14).

Vrba P. Java-based agent platform evaluation. In: Marik V, McFarlane D, Valckenaers P, eds. Holonic and Multi-Agent Systems for Manufacturing. Berlin, Heidelberg: Springer; 47–58. Lecture Notes in Computer Science. 2003;vol, 2744.

W3C, 2004. (OWL) Web Ontology Language Reference, W3C Recommendation.

Wooldridge M. An Introduction to Multi-agent Systems. Chichester, UK: John Wiley & Sons; 2002.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset