WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

L'adoption d'une approche organisationnelle pour la conception et la réalisation d'un système multi- agents d'acquisition coopérative d'information

( Télécharger le fichier original )
par Fadwa et Nesrine Ben Hawala et Said
Université de la Manouba Tunis - Maitrise d'informatique appliquée à  la gestion 2008
  

précédent sommaire

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

ANNEXE

Annexe

1. Scripts de création de la base de données Hébergement

Dans cette partie on va s'intéresser à présenter les scripts de création des bases de données, générés par le logiciel AMC designer, dédié essentiellement au développement des applications à base de méthode de conception MERISE. Ces scripts sont générés suite au modèle conceptuel de donnée (MCD) qu'on a élaboré et qui est présenté dans le chapitre d'implémentation.

On va commencer par les scriptes de création de la base de données Hébergement et de scripts de leurs tables : HOTEL, CHAMBRE et RESERVATION .

-- Nom de la base : HEBERGEMENT -- Nom de SGBD : MySQL

-- Date de création : 30/04/2008 04:03

Create database HEBERGEMENT ;

 
 

-- Table: HOTEL

 
 
 

create table HOTEL

( NUMHOTEL varchar(20) not null,

NOM _HOTEL varchar(30) null ,

VILLE varchar(10) null ,

CODEPOSTAL varchar(10) null ,

RUE varchar(30) null ,
constraint PK_HOTEL primary key (NUMHOTEL)

);

-- Table: CHAMBRE

 
 
 

create table CHAMBRE;

 
 
 

( NUMCHAMBRE varchar(20) not null,

NUMHOTEL varchar(20) not null,

constraint PK_CHAMBRE primary key (NUMCHAMBRE)

);

 
 
 

-- Index: LIER_FK

 
 
 

create index LIER _FK on CHAMBRE (NUMHOTEL asc); /

-- Table: RESERVATION

create table RESERVATION

(

NUMRESERVATION varchar(20) not null,

NUMCHAMBRE varchar(20) not null,

DATE_DEBUT date null ,

DATE_FIN date null ,

constraint PK_RESERVATION primary key (NUMRESERVATION)

);

====================================================

-- Index : ASSOC_6_FK

====================================================

create index ASSOC_6_FK on RESERVATION (NUMCHAMBRE asc)

/

alter table CHAMBRE

add constraint FK _CHAMBRE _LIER _HOTEL foreign key (NUMHOTEL)

references HOTEL (NUMHOTEL)

/

alter table RESERVATION

add constraint FK _RESERVAT _ASSOC_6 _CHAMBRE foreign key (NUMCHAMBRE) references CHAMBRE (NUMCHAMBRE)

/

Celui-ci correspond au script de création de la base de données VOYAGE exécutée par le SGBD Access, elle ne contient que la table voyage contenant l'ensemble des voyages.

2. Scripts de création de la base de données Voyage
-- Nom de la base : VOYAGE

create database VOYAGE

/

 
 
 
 
 

-- Table : VOYAGE

 
 

create table VOYAGE (

NUM_VOYAGE TEXT not null,

DATE_DEPART DATE not null,

DATE_ARRIVEE DATE not null,

HEURE _DEPART DATE null ,

HEURE _ARRIVEE DATE null ,

VILLE _DEPART TEXT null ,

VILLE _ARRIVEE TEXT null ,

PRIX FLOAT(10) null );

RÉFÉRENCES BIBLIOGRAPHIQUES

Références Bibliographiques

[Bouslimi 2007] Bouslimi I, Barika F. (2007). A multi-agent organizational design of a distributed intrusion detection system

[CAS 1996] Castelfranchi C., Commitments : From Individual Intentions to Groups and Organizations.

[CAS 1998] Castelfranchi C., Modeling Social Action for AI Agents.

[Demazeau 1997] Demazeau, Y. (1997). Steps towards multi-agent oriented programming. In First international workshop on multi-agent systems.

[Erceau 1991] J.Erceau. J.Feber . 1991. L`Intelligence Artificielle Distribuée. [Ferber 1995] J. Ferber. Les systèmes multi-agents, vers une intelligence collective. [Ferber 1998] J.Feber, design of organizations in multi-agent systems.

[Finin 1994] T. Finin and R. Fritzson. KQML: a language and protocol for knowledge and information exchange.

[Fox 1981] Fox, M. (1981). An organizational view of distributed systems. In IEEE Transactions onSystems, Man, and Cybernetics.

[HAN 2000] Hannoun M., Boissier O., Sichman J, Sayettat C.,MOISE : An Organizational Model for Multi-A gent Systems

[Gutknecht, 2001] Gutknecht, O., Michel, F., et Ferber, J. (2001). Integrating tools and infrastructures for generic multi-agent systems. In Proceedings of Autonomous Agents 2001 conference.

[Gutknecht et al ., 2004] Gutknecht, O., Ferber, J., et Michel, F. (2004). From agents to organizations : an organizational view of multi-agent systems.

[Hoc 1 996]Hoc, J.M (1996) supervision et contrôle de processus la cognition en situation dynamique

[Hübner et al. . 2002] Hübner, J. F., Sichman, J. S., and Boissier, O. (2002). A model for the structural, functional, and deontic specification of organizations in multiagent systems.

[Malone 1988] Malone T. W. (1988) What is coordination theory.

[Müller 1996] J. P. Müller. The Design of Intelligent Agents - A layered Approach. [Ricordel 2001] P.-M. Ricordel. Programmation Orientee Multi-Agents : Developpement et Déploiement de Systèmes Multi-Agents Voyelles.

[Russell et Norvig 1995] : Russell, S. and Norvig, P. (1995). Artificial Intelligence : a Modern Approach.

[Wooldridge 1998] : Wooldridge, Jennings, Sycara, A Roadmap of Agent Research and Development

[Wooldridge et al. 2000] M. Wooldridge, N. R. Jennings, and D. Kinny. The Gaia

Methodology For Agent-Oriented Analysis and Design

.

Liste des URLs

[URL 1]: www.turing.cs.pub.ro/auf2/html/chapters/chapter1/chapter_1_2_4.html [URL 2]: www.limsi.fr/~jps/enseignement/examsma/2005/1.plate-formes_3 [URL 3]: http://www.madkit.org

[URL 4] : http://www.Wikipédia.org

précédent sommaire






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"Enrichissons-nous de nos différences mutuelles "   Paul Valery