Outils pour utilisateurs

Outils du site


Panneau latéral

Accueil

Select other language :


Apprentissage

Enseignements

Enseignements Département Informatique SI5 et Master IFI

Enseignements Département Bâtiment Polytech'Nice

Autres Formations française et étrangère

Activités administratives, Ingénierie et Innovation Pédagogiques

Apprentissage Département Informatique SI5/Master 2 ingénierie informatique EUR DS4H


Recherche

Valorisation de la Recherche

Dépôts Logiciels à l’Agence de Protection des Programme (APP)

Valorisation des résultats de recherche et transfert

Diffusion de la Culture scientifique et Technologique

Communications de presse

Séminaire ENSI Tunis

Pédagogie Innovante

Relations industrielles et socio-économique

Organisation de Manifestations

  • Conférence sur les FabLabs, Alexandre Schneider, Professeur Agrégé en Génie Mécanique, Université de Reims Champagne-Ardenne Web
  • Journées UbiMob'14 Site Web

Animation de la Recherche

U-Santé

Privé

Outils

Sources d'Informations

exemple_de_descriptions_de_scenario

<?xml version=“1.0” encoding=“UTF-8”?> <scenarios xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=“Scenarios.xsd”>

<scenarios_list name="SR_CofriendScenarios">
	
	
	<scenario type="CompositeState" name="Vehicle_Arrived_In_ERA">
		<physical_objects>
			<po type="Vehicle" name="v1"/>
			<po type="Zone" name="z1"/>
		</physical_objects>
		<components>
			<comp type="CompositeState" code="c1" name="Vehicle_Arrived_In_Zone">
				<attribute name="v1"/>
				<attribute name="z1"/>
			</comp>
		</components>
		<constraints>
			<cons  operator="=" >
				<predicat>
					<cons  operator="->" >
						<predicat value="z1"/>
						<predicat value="Name"/>
					</cons>
				</predicat>
				<predicat value="ERA"/>
			</cons>
		</constraints>
		<alarm_display>
			<text value="GPU_Scenario"/>
			<level value="NOTURGENT"/>
			<pos_3d value="v1's Position"/>
		</alarm_display>
		<miscellaneous />
	</scenario>
	
	
	
	<scenario type="CompositeEvent" name="Handler_Gets_Out_GPU">
		<physical_objects>
			<po type="Person" name="p1"/>
			<po type="Vehicle" name="v1"/>
			<po type="Zone" name="z1"/>
		</physical_objects>
		<components>
			<comp type="CompositeState" code="c1" name="GPU_Arrival">
				<attribute name="p1"/>
				<attribute name="z1"/>
			</comp>
			<comp type="PrimitiveEvent" code="c2" name="p_Enters_Zone">
				<attribute name="p1"/>
				<attribute name="z1"/>
			</comp>
		</components>
		<constraints>
			<cons  operator="=" >
				<predicat>
					<cons  operator="->" >
						<predicat value="z1"/>
						<predicat value="Name"/>
					</cons>
				</predicat>
				<predicat value="GPU_Zone"/>
			</cons>
			<cons operator=">=">
				<predicat>
					<cons operator="duration">
						<predicat value="c2"/>
					</cons>
				</predicat>
				<predicat value="10"/>
			</cons>
			<cons operator="meet">
				<predicat value="c1"/>
				<predicat value="c2"/>
			</cons>
		</constraints>
		<alarm_display>
			<text value="GPU_Scenario"/>
			<level value="URGENT"/>
			<pos_3d value="p1's Position"/>
		</alarm_display>
		<miscellaneous>
			<misc name="PTZ">
				<attribute name="Object" value="z1"/>
				<attribute name="priority" value="HIGH"/>
				<attribute name="CmdType" value="CENTER"/>
				<attribute name="Duration" value="MIN_TIME_STAYS_IN_ZONE"/>
			</misc>
		</miscellaneous>
	</scenario>		
	
</scenarios_list>

</scenarios>

exemple_de_descriptions_de_scenario.txt · Dernière modification: 2010/01/07 15:33 par tigli