diff --git a/Makefile b/Makefile
index ce67662128a59b61d8786fb2bf77ec8a52a69134..cee59cfdac99deeb0c189e3036e16c110cfd60dd 100755
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ jar: launcher ttooljar tiftranslator tmltranslator rundse remotesimulator
 ttooljar:
 	rm -f $(TTOOL_BIN)/$(TTOOL_BINARY)
 	cp $(TTOOL_SRC)/ui/images/$(STD_LOGO) $(TTOOL_SRC)/ui/images/$(LOGO) 
-	cd $(TTOOL_SRC);  $(JAR) cmf $(TTOOL_JAR_TXT) $(TTOOL_BIN)/$(TTOOL_BINARY) Main.class vcd/*.class avatartranslator/*.class avatartranslator/toexecutable/*.class avatartranslator/directsimulation/*.class avatartranslator/touppaal/*.class avatartranslator/toproverif/*.class avatartranslator/totpn/* avatartranslator/*.class avatartranslator/toturtle/*.java automata/*.class compiler/tmlparser/*.class nc/*.class  tepe/*.class tmltranslator/*.class tmltranslator/tmlcp/*.class tmltranslator/toautomata/*.class tmatrix/*.class tmltranslator/toturtle/*.class tmltranslator/touppaal/*.class tmltranslator/tosystemc/*.class tmltranslator/tomappingsystemc/*.class tmltranslator/tomappingsystemc2/*.class tmltranslator/tomappingsystemc3/*.class  tpndescription/*.class ddtranslator/*.class launcher/*.class myutil/*.class sddescription/*.class sdtranslator/*.class translator/*.class translator/tojava/*.class  translator/tosimujava/*.class translator/touppaal/*.class translator/totpn/*.class req/ebrdd/*.java ui/*.class ui/*/*.class ui/*/*/*.class proverifspec/*.class uppaaldesc/*.class ui/images/*.* ui/images/toolbarButtonGraphics/general/*.gif ui/images/toolbarButtonGraphics/navigation/*.gif  ui/images/toolbarButtonGraphics/media/*.gif $(TTOOL_BIN)/$(LAUNCHER_BINARY) RTLLauncher.class launcher/*.class fr/inria/oasis/vercors/cttool/model/*.class remotesimulation/*.class tmltranslator/ctranslator/*.class attacktrees/*.class myutil/externalSearch/*.class #compiler/tmlCPparser/parser/*.class
+	cd $(TTOOL_SRC);  $(JAR) cmf $(TTOOL_JAR_TXT) $(TTOOL_BIN)/$(TTOOL_BINARY) Main.class vcd/*.class avatartranslator/*.class avatartranslator/toexecutable/*.class avatartranslator/directsimulation/*.class avatartranslator/touppaal/*.class avatartranslator/toproverif/*.class avatartranslator/totpn/* avatartranslator/*.class avatartranslator/toturtle/*.java automata/*.class compiler/tmlparser/*.class nc/*.class  tepe/*.class tmltranslator/*.class tmltranslator/tmlcp/*.class tmltranslator/toautomata/*.class tmatrix/*.class tmltranslator/toturtle/*.class tmltranslator/touppaal/*.class tmltranslator/tosystemc/*.class tmltranslator/tomappingsystemc/*.class tmltranslator/tomappingsystemc2/*.class tmltranslator/tomappingsystemc3/*.class  tpndescription/*.class ddtranslator/*.class launcher/*.class myutil/*.class sddescription/*.class sdtranslator/*.class translator/*.class translator/tojava/*.class  translator/tosimujava/*.class translator/touppaal/*.class translator/totpn/*.class req/ebrdd/*.java ui/*.class ui/*/*.class ui/*/*/*.class proverifspec/*.class uppaaldesc/*.class ui/images/*.* ui/images/toolbarButtonGraphics/general/*.gif ui/images/toolbarButtonGraphics/navigation/*.gif  ui/images/toolbarButtonGraphics/media/*.gif $(TTOOL_BIN)/$(LAUNCHER_BINARY) RTLLauncher.class launcher/*.class fr/inria/oasis/vercors/cttool/model/*.class remotesimulation/*.class tmltranslator/ctranslator/*.class attacktrees/*.class myutil/externalSearch/*.class ddtranslatorSoclib/*.class ddtranslatorSoclib/toSoclib/*.class ddtranslatorSoclib/toTopCell/*.class #compiler/tmlCPparser/parser/*.class
 
 launcher:
 	rm -f $(TTOOL_BIN)/$(LAUNCHER_BINARY)
diff --git a/Makefile_hardware b/Makefile_hardware
deleted file mode 100755
index 13a2b77f14a96e41af875503ebba7b678f76a7a9..0000000000000000000000000000000000000000
--- a/Makefile_hardware
+++ /dev/null
@@ -1,448 +0,0 @@
-
-# TTool Makefile
-# Tested under Linux *only*
-# Meant to work with svn
-export
-
-TARGET_ARCH = linux
-
-JAVA = java
-JAVAC  = javac
-JAVACC = /usr/bin/javacc.sh
-JAR    = jar
-JAVADOC = javadoc
-TAR = tar
-GZIP = gzip -9 -f
-DEBUG  = -g
-CLASSPATH = -classpath
-SOURCEPATH = -sourcepath
-#PACKAGE = avatartranslator avatartranslator/toexecutable avatartranslator/directsimulation avatartranslator/tocppsim avatartranslator/touppaal avatartranslator/toturtle avatartranslator/toproverif avatartranslator/totpn automata compiler/tmlparser vcd nc ddtranslator launcher myutil tpndescription sddescription sdtranslator tepe translator tmltranslator tmltranslator/tmlcp tmltranslator/toautomata tmltranslator/tosystemc  tmltranslator/tomappingsystemc tmltranslator/tomappingsystemc2 tmltranslator/tomappingsystemc3 tmltranslator/touppaal tmltranslator/toturtle translator/tojava translator/tosimujava translator/totpn translator/touppaal  ui ui/avatarbd ui/avatardd ui/avatarsmd ui/avatarrd ui/avatarpd ui/avatarcd ui/avatarad ui/ad ui/cd ui/oscd ui/osad ui/dd ui/ebrdd ui/file ui/graph ui/iod ui/ncdd ui/procsd ui/prosmdui/prosmd/util ui/tmlad ui/tmlcd ui/tmldd ui/tmlcomp ui/req ui/sd ui/tree ui/ucd ui/window tmltranslator tmltranslator/toturtle req/ebrdd tmltranslator/tosystemc tmatrix proverifspec uppaaldesc fr/inria/oasis/vercors/cttool/model remotesimulation tmltranslator/ctranslator attacktrees myutil/externalSearch ddtranslatorSoclib ddtranslatorSoclib/toTopCell ddtranslatorSoclib/toSoclib 
-BUILDER = builder.jar
-BUILD_INFO = build.txt
-BUILD_TO_MODIFY = src/ui/DefaultText.java
-TTOOL_BINARY = ttool.jar
-LAUNCHER_BINARY = launcher.jar
-TIFTRANSLATOR_BINARY = tiftranslator.jar
-TMLTRANSLATOR_BINARY = tmltranslator.jar
-JSOUP_BINARY = jsoup-1.8.1.jar
-COMMON_CODEC_BINARY = commons-codec-1.10.jar
-RUNDSE_BINARY = rundse.jar
-REMOTESIMULATOR_BINARY = simulationcontrol.jar
-RUNDSE_BINARY = rundse.jar
-RUNDSE_JAR_TXT  = rundse.txt
-TTOOL_JAR_TXT = ttool.txt
-LAUNCHER_JAR_TXT = launcher.txt
-TIFTRANSLATOR_JAR_TXT = tiftranslator.txt
-TMLTRANSLATOR_JAR_TXT = tmltranslator.txt
-RUNDSE_JAR_TXT = rundse.txt
-REMOTESIMULATOR_JAR_TXT = simulationcontrol.txt
-TTOOL_CONFIG = config.xml
-TTOOL_CONFIG_SRC = config.xml
-JTTOOL_JAR = jttool.jar
-TTOOL_LOTOS_H =  spec
-TTOOL_LOTOS_H_0 = spec_0.h 
-TTOOL_LOTOS_H_1 = spec_1.h 
-TTOOL_LOTOS_H_2 = spec_2.h 
-TTOOL_LOTOS_H_3 = spec_3.h 
-TTOOL_LOTOS_H_4 = spec_4.h 
-TTOOL_LOTOS_H_5 = spec_5.h 
-TTOOL_LOTOS_H_6 = spec_6.h 
-TTOOL_LOTOS_H_7 = spec_7.h 
-TTOOL_LOTOS_H_8 = spec_8.h 
-TTOOL_LOTOS_H_9 = spec_9.h 
-
-LOGO = starting_logo.gif
-STD_LOGO = std_starting_logo.gif
-ENTERPRISE_LOGO =  starting_logo_enterprise.gif
-
-#Variable that points to TTool installation Path
-TTOOL_PATH := $(shell /bin/pwd)
-TTOOL_SRC = $(TTOOL_PATH)/src
-TTOOL_BIN = $(TTOOL_PATH)/bin
-TTOOL_MODELING = $(TTOOL_PATH)/modeling
-TTOOL_EXECUTABLECODE = $(TTOOL_PATH)/executablecode
-TTOOL_SIMULATORS = $(TTOOL_PATH)/simulators
-TTOOL_DOC = $(TTOOL_PATH)/doc
-TTOOL_DOC_HTML = $(TTOOL_PATH)/doc/html
-TTOOL_VCD = $(TTOOL_PATH)/vcd
-TTOOL_WORD = $(TTOOL_PATH)/doc/word
-TTOOL_STD_RELEASE = $(TTOOL_PATH)/release/
-JTTOOL = $(TTOOL_PATH)/javacode
-JTTOOL_DIR = jttool
-TTOOL_TARGET = $(TTOOL_PATH)/TTool_install/TTool
-TTOOL_TARGET_RELEASE = $(TTOOL_PATH)/TTool_install
-TTOOL_PREINSTALL = $(TTOOL_PATH)/preinstallTTool
-TTOOL_PREINSTALL_LINUX = $(TTOOL_PREINSTALL)/linux
-PACKAGE = $(shell cd $(TTOOL_SRC); find . -type d)
-
-RELEASE_STD_FILES_LINUX_EXE = ttool_unix
-RELEASE_STD_FILES_WINDIWS_EXE = ttool_windows.bat
-
-RELEASE_STD_FILES_XML = manual-HW.xml DrinkMachineV10.xml WebV01.xml Protocol_example1.xml BasicExchange.xml SmartCardProtocol.xml ProtocolPatterns.xml COCOME_V50.xml CoffeeMachine_Avatar.xml Network_Avatar.xml MicroWaveOven_SafetySecurity_fullMethodo.xml
-RELEASE_STD_FILES_LIB =  TClock1.lib TTimerv01.lib
-RELEASE_STD_FILES_BIN = $(LAUNCHER_BINARY) $(TTOOL_BINARY) $(TIFTRANSLATOR_BINARY) $(TMLTRANSLATOR_BINARY) $(REMOTESIMULATOR_BINARY) $(RUNDSE_BINARY) 
-RELEASE_STD_FILES_LICENSES = LICENSE LICENSE_CECILL_ENG LICENSE_CECILL_FR
-
-TEST_DIR        = $(TTOOL_PATH)/tests
-TEST_MK         = test.mk
-TEST_DIRS       = $(shell find $(TEST_DIR)/* -type d)
-TEST_MAKEFILES  = $(patsubst %,%/$(TEST_MK),$(TEST_DIRS))
-
-
-
-define HELP_message
-How to compile TTool:
----------------------
-make all                        builds TTool and produces the jar files in bin/
-
-Usual targets:
----------------
-make (help)                     prints this help
-make svn                        produces the .class files and commit a new build version in the svn
-make basic                      generates the .class files
-make documentation              generates the documentation of java classes using javadoc
-make release                    to prepare a new release for the website. It produces the release.tgz files in releases/
-make test                       tests on TTool. Currently, on tests on ProVerif generation
-make clean                      removes the .class .dot .dta .sim .lot .~ and clears the release and test directories
-make publish_jar                places ttool.jar in perso.telecom-paristech.fr/docs/ttool.jar. Must have the right ssh key installed for this
-make ultraclean                 runs clean and then removes the jar files in bin/
-
-Other targets:
---------------
-make basicsvnapvrille           produces the .class files and commit a new build version in the svn with username "apvrille"
-make jar                        generates the .jar files in bin/
-make publish_jar                places ttool.jar in perso.telecom-paristech.fr/docs/ttool.jar. Must have the right ssh key installed for this
-
-
-Please report bugs or suggestions of improvements to:
-  Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr>
-endef
-export HELP_message
-
-
-# Targets
-help:
-	@echo "$$HELP_message"
-
-
-all: basic jar
-
-.PHONY: svn basicsvnapvrille myrelease basic jar ttooljar launcher tiftranslator tmltranslator rundse remotesimulator documentation stdrelease preinstall preinstall_linux jttooljar updatesimulator test
-
-svn:
-	date
-	svn update build.txt src/ui/DefaultText.java
-	$(JAVA) -jar $(BUILDER) $(BUILD_INFO) $(BUILD_TO_MODIFY)
-	svn --username apvrille commit build.txt src/ui/DefaultText.java -m 'update on build version: builder.txt'
-	$(JAVAC) $(CLASSPATH) $(TTOOL_SRC) $(TTOOL_SRC)/*.java
-
-basicsvnapvrille:
-	date
-	svn --username apvrille update build.txt src/ui/DefaultText.java
-	$(JAVA) -jar $(BUILDER) $(BUILD_INFO) $(BUILD_TO_MODIFY)
-	svn --username apvrille commit build.txt src/ui/DefaultText.java -m 'update on build version: builder.txt'
-	$(JAVAC) $(CLASSPATH) $(TTOOL_SRC) $(TTOOL_SRC)/*.java
-
-myrelease: basic launcher ttooljar 
-
-basic:
-	$(JAVAC) $(SOURCEPATH) $(TTOOL_SRC) $(CLASSPATH) $(TTOOL_BIN)/$(JSOUP_BINARY):$(TTOOL_BIN)/$(COMMON_CODEC_BINARY) $(TTOOL_SRC)/*.java	
-
-jar: launcher ttooljar tiftranslator tmltranslator rundse remotesimulator
-
-ttooljar:
-	rm -f $(TTOOL_BIN)/$(TTOOL_BINARY)
-	cp $(TTOOL_SRC)/ui/images/$(STD_LOGO) $(TTOOL_SRC)/ui/images/$(LOGO) 
-	cd $(TTOOL_SRC);  $(JAR) cmf $(TTOOL_JAR_TXT) $(TTOOL_BIN)/$(TTOOL_BINARY) Main.class vcd/*.class avatartranslator/*.class avatartranslator/toexecutable/*.class avatartranslator/directsimulation/*.class avatartranslator/touppaal/*.class avatartranslator/toproverif/*.class avatartranslator/totpn/* avatartranslator/*.class avatartranslator/toturtle/*.java automata/*.class compiler/tmlparser/*.class nc/*.class  tepe/*.class tmltranslator/*.class tmltranslator/tmlcp/*.class tmltranslator/toautomata/*.class tmatrix/*.class tmltranslator/toturtle/*.class tmltranslator/touppaal/*.class tmltranslator/tosystemc/*.class tmltranslator/tomappingsystemc/*.class tmltranslator/tomappingsystemc2/*.class tmltranslator/tomappingsystemc3/*.class  tpndescription/*.class ddtranslator/*.class launcher/*.class myutil/*.class sddescription/*.class sdtranslator/*.class translator/*.class translator/tojava/*.class  translator/tosimujava/*.class translator/touppaal/*.class translator/totpn/*.class req/ebrdd/*.java ui/*.class ui/*/*.class ui/*/*/*.class proverifspec/*.class uppaaldesc/*.class ui/images/*.* ui/images/toolbarButtonGraphics/general/*.gif ui/images/toolbarButtonGraphics/navigation/*.gif  ui/images/toolbarButtonGraphics/media/*.gif $(TTOOL_BIN)/$(LAUNCHER_BINARY) RTLLauncher.class launcher/*.class fr/inria/oasis/vercors/cttool/model/*.class remotesimulation/*.class tmltranslator/ctranslator/*.class attacktrees/*.class myutil/externalSearch/*.class ddtranslatorSoclib/*.class ddtranslatorSoclib/toSoclib/*.class ddtranslatorSoclib/toTopCell/*.class #compiler/tmlCPparser/parser/*.class
- 
-launcher:
-	rm -f $(TTOOL_BIN)/$(LAUNCHER_BINARY)
-	cd $(TTOOL_SRC);$(JAR) cmf $(LAUNCHER_JAR_TXT) $(TTOOL_BIN)/$(LAUNCHER_BINARY)  RTLLauncher.class launcher/*.class myutil/*.class
-
-tiftranslator:
-	rm -f $(TTOOL_BIN)/$(TIFTRANSLATOR_BINARY)
-	cd $(TTOOL_SRC);$(JAR) cmf $(TIFTRANSLATOR_JAR_TXT) $(TTOOL_BIN)/$(TIFTRANSLATOR_BINARY)  TIFTranslator.class translator/*.class translator/*/*.class myutil/*.class uppaaldesc/*.class ui/CheckingError.class compiler/tmlparser/*.class
-
-tmltranslator:
-	rm -f $(TTOOL_BIN)/$(TMLTRANSLATOR_BINARY)
-	cd $(TTOOL_SRC);$(JAR) cmf $(TMLTRANSLATOR_JAR_TXT) $(TTOOL_BIN)/$(TMLTRANSLATOR_BINARY)  TMLTranslator.class tmltranslator/*.class tmltranslator/*/*.class myutil/*.class translator/*.class uppaaldesc/*.class ui/CheckingError.class compiler/tmlparser/*.class
-
-rundse:
-	rm -f $(TTOOL_BIN)/$(RUNDSE_BINARY)
-	cd $(TTOOL_SRC);$(JAR) cmf $(RUNDSE_JAR_TXT) $(TTOOL_BIN)/$(RUNDSE_BINARY)  RunDSE.class dseengine/*.class tmltranslator/*.class myutil/*.class tmltranslator/tomappingsystemc3/*.class
-
-
-remotesimulator:
-	rm -f $(TTOOL_BIN)/$(REMOTESIMULATOR_BINARY)
-	cd $(TTOOL_SRC);$(JAR) cmf $(REMOTESIMULATOR_JAR_TXT) $(TTOOL_BIN)/$(REMOTESIMULATOR_BINARY)  RemoteSimulationControl.class remotesimulation/*.class
-
-documentation:
-	$(JAVADOC) $(CLASSPATH) $(TTOOL_SRC) -d $(TTOOL_DOC_HTML) $(TTOOL_SRC)/*.java $(TTOOL_SRC)/*/*.java $(TTOOL_SRC)/*/*/*.java $(TTOOL_SRC)/fr/inria/oasis/vercors/cttool/model/*.java
-
-release: jttooljar launcher tiftranslator tmltranslator rundse remotesimulator ttooljar stdrelease 
-	@echo release done
-
-########## RELEASE
-stdrelease:
-	mkdir -p $(TTOOL_TARGET)
-	rm -rf $(TTOOL_TARGET)/*
-# java
-	mkdir -p $(TTOOL_TARGET)/java
-	cp $(TTOOL_BIN)/$(JTTOOL_JAR) $(TTOOL_TARGET)/java
-	cp $(TTOOL_DOC)/README_java $(TTOOL_TARGET)/java
-# modeling
-	mkdir -p $(TTOOL_TARGET)/modeling
-	cd $(TTOOL_MODELING); cp $(RELEASE_STD_FILES_XML) $(TTOOL_TARGET)/modeling
-	cp $(TTOOL_DOC)/README_modeling $(TTOOL_TARGET)/modeling
-# lib
-	mkdir -p $(TTOOL_TARGET)/lib
-	cd $(TTOOL_MODELING); cp $(RELEASE_STD_FILES_LIB) $(TTOOL_TARGET)/lib
-	cp $(TTOOL_DOC)/README_lib $(TTOOL_TARGET)/lib
-# DIPLODOCUS simulators
-	#mkdir -p $(TTOOL_TARGET)/simulators/systemc1/src_simulator
-	#mkdir -p $(TTOOL_TARGET)/simulators/systemc1/lib
-	#cp  $(TTOOL_SIMULATORS)/systemc1/lib/README $(TTOOL_TARGET)/simulators/systemc1/lib/
-	#cp  $(TTOOL_SIMULATORS)/systemc1/Makefile $(TTOOL_TARGET)/simulators/systemc1
-	#cp  $(TTOOL_SIMULATORS)/systemc1/Makefile.defs $(TTOOL_TARGET)/simulators/systemc1
-	#cp  $(TTOOL_SIMULATORS)/systemc1/src_simulator/*.cpp $(TTOOL_TARGET)/simulators/systemc1/src_simulator
-	#cp  $(TTOOL_SIMULATORS)/systemc1/src_simulator/*.h $(TTOOL_TARGET)/simulators/systemc1/src_simulator
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator/app
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator/arch
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator/ebrdd
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator/evt
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator/sim
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/src_simulator/TEPE
-	mkdir -p $(TTOOL_TARGET)/simulators/c++2/lib
-	cp  $(TTOOL_SIMULATORS)/c++2/lib/README $(TTOOL_TARGET)/simulators/c++2/lib/
-	cp  $(TTOOL_SIMULATORS)/c++2/Makefile $(TTOOL_TARGET)/simulators/c++2
-	cp  $(TTOOL_SIMULATORS)/c++2/Makefile.defs $(TTOOL_TARGET)/simulators/c++2
-	cp  $(TTOOL_SIMULATORS)/c++2/schedstyle.css $(TTOOL_TARGET)/simulators/c++2
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/app/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator/app
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/app/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator/app
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/arch/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator/arch
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/arch/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator/arch
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/ebrdd/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator/ebrdd
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/ebrdd/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator/ebrdd
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/evt/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator/evt
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/evt/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator/evt
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/sim/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator/sim
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/sim/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator/sim
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/TEPE/*.cpp $(TTOOL_TARGET)/simulators/c++2/src_simulator/TEPE
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/TEPE/*.h $(TTOOL_TARGET)/simulators/c++2/src_simulator/TEPE
-# Licenses
-	cd $(TTOOL_DOC); cp $(RELEASE_STD_FILES_LICENSES) $(TTOOL_TARGET)
-# Main readme
-	cp $(TTOOL_DOC)/README $(TTOOL_TARGET)
-# LOTOS
-	mkdir -p $(TTOOL_TARGET)/lotos
-	cp $(TTOOL_DOC)/README_lotos $(TTOOL_TARGET)/lotos
-#NC
-	mkdir -p $(TTOOL_TARGET)/nc
-	cp $(TTOOL_DOC)/README_nc $(TTOOL_TARGET)/nc
-#TML
-	mkdir -p $(TTOOL_TARGET)/tmlcode
-	cp $(TTOOL_DOC)/README_tml $(TTOOL_TARGET)/tmlcode
-#UPPAAL
-	mkdir -p $(TTOOL_TARGET)/uppaal
-	cp $(TTOOL_DOC)/README_uppaal $(TTOOL_TARGET)/uppaal
-# Proverif
-	mkdir -p $(TTOOL_TARGET)/proverif
-	cp $(TTOOL_DOC)/README_proverif $(TTOOL_TARGET)/proverif
-# Figure
-	mkdir -p $(TTOOL_TARGET)/figure
-	cp $(TTOOL_DOC)/README_figure $(TTOOL_TARGET)/figure
-# VCD
-	mkdir -p $(TTOOL_TARGET)/vcd
-	cp $(TTOOL_DOC)/README_vcd $(TTOOL_TARGET)/vcd
-# Basic doc
-	mkdir -p $(TTOOL_TARGET)/doc
-	cp $(TTOOL_DOC)/README_doc $(TTOOL_TARGET)/doc
-# AVATAR executable code
-	mkdir -p $(TTOOL_TARGET)/executablecode
-	mkdir -p $(TTOOL_TARGET)/executablecode/src
-	mkdir -p $(TTOOL_TARGET)/executablecode/generated_src
-	cp $(TTOOL_EXECUTABLECODE)/Makefile $(TTOOL_TARGET)/executablecode/
-	cp $(TTOOL_EXECUTABLECODE)/Makefile.defs $(TTOOL_TARGET)/executablecode/
-	cp $(TTOOL_EXECUTABLECODE)/Makefile.forsoclib $(TTOOL_TARGET)/executablecode/
-	cp $(TTOOL_EXECUTABLECODE)/src/*.c $(TTOOL_TARGET)/executablecode/src/
-	cp $(TTOOL_EXECUTABLECODE)/src/*.h $(TTOOL_TARGET)/executablecode/src/
-	cp $(TTOOL_EXECUTABLECODE)/generated_src/README $(TTOOL_TARGET)/executablecode/generated_src/
-
-# Basic bin
-	mkdir -p $(TTOOL_TARGET)/bin
-	cp $(TTOOL_DOC)/README_bin $(TTOOL_TARGET)/bin
-	cp $(TTOOL_BIN)/configuration.gcf $(TTOOL_TARGET)/bin
-	cp -R $(TTOOL_BIN)/$(TTOOL_LOTOS_H).h $(TTOOL_BIN)/$(TTOOL_LOTOS_H)_?.h $(TTOOL_BIN)/$(TTOOL_LOTOS_H)_?.t  $(TTOOL_BIN)/$(TTOOL_LOTOS_H)_?.f $(TTOOL_TARGET)/bin
-	cp $(TTOOL_BIN)/$(TTOOL_BINARY) $(TTOOL_BIN)/$(LAUNCHER_BINARY) $(TTOOL_BIN)/$(TIFTRANSLATOR_BINARY) $(TTOOL_BIN)/$(TMLTRANSLATOR_BINARY) $(TTOOL_BIN)/$(RUNDSE_BINARY) $(TTOOL_BIN)/$(TTOOL_CONFIG_SRC) $(TTOOL_BIN)/$(JSOUP_BINARY) $(TTOOL_BIN)/$(COMMON_CODEC_BINARY)  $(TTOOL_TARGET)/bin	
-
-# Basic release
-	cd $(TTOOL_TARGET_RELEASE);$(TAR) cfv $(TTOOL_STD_RELEASE)/release.tar *; $(GZIP) -9 $(TTOOL_STD_RELEASE)/release.tar; mv $(TTOOL_STD_RELEASE)/release.tar.gz $(TTOOL_STD_RELEASE)/release.tgz
-# Advanced release
-	$(JAVADOC) -J-Xmx256m $(CLASSPATH) $(TTOOL_SRC) -d $(TTOOL_TARGET)/doc/srcdoc $(TTOOL_SRC)/*.java $(TTOOL_SRC)/*/*.java $(TTOOL_SRC)/*/*/*.java $(TTOOL_SRC)/fr/inria/oasis/vercors/cttool/model/*.java
-	mkdir -p $(TTOOL_TARGET)/src
-	cp -R $(TTOOL_SRC)/* $(TTOOL_TARGET)/src
-	find $(TTOOL_TARGET)/src -type f -not \( -name '*.java' -o -name '*.gif' -o -name '*.jjt' -o -name '*.txt' \) -a -exec rm -f {} \;
-	cp -R $(TTOOL_DOC)/README_src $(TTOOL_TARGET)/src
-	cd $(TTOOL_TARGET_RELEASE);$(TAR) cfv $(TTOOL_STD_RELEASE)/releaseWithSrc.tar *; $(GZIP) $(TTOOL_STD_RELEASE)/releaseWithSrc.tar; mv $(TTOOL_STD_RELEASE)/releaseWithSrc.tar.gz $(TTOOL_STD_RELEASE)/releaseWithSrc.tgz
-
-preinstall: jar preinstall_linux
-
-preinstall_linux:
-#jars
-	cp $(TTOOL_BIN)/*.jar $(TTOOL_PREINSTALL_LINUX)/TTool/bin/
-#models
-	cd $(TTOOL_MODELING); cp $(RELEASE_STD_FILES_XML) $(TTOOL_PREINSTALL_LINUX)/TTool/modeling/
-	cp $(TTOOL_DOC)/README_modeling $(TTOOL_PREINSTALL_LINUX)/TTool/modeling/
-# lib
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/lib
-	cd $(TTOOL_MODELING); cp $(RELEASE_STD_FILES_LIB) $(TTOOL_PREINSTALL_LINUX)/TTool/lib
-	cp $(TTOOL_DOC)/README_lib cp $(RELEASE_STD_FILES_LIB) $(TTOOL_PREINSTALL_LINUX)/TTool/lib
-# DIPLODOCUS simulators
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/app
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/arch
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/ebrdd
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/evt
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/sim
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/TEPE
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/lib
-	cp  $(TTOOL_SIMULATORS)/c++2/lib/README $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/lib/
-	cp  $(TTOOL_SIMULATORS)/c++2/Makefile $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2
-	cp  $(TTOOL_SIMULATORS)/c++2/Makefile.defs $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2
-	cp  $(TTOOL_SIMULATORS)/c++2/schedstyle.css $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/app/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/app
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/app/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/app
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/arch/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/arch
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/arch/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/arch
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/ebrdd/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/ebrdd
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/ebrdd/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/ebrdd
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/evt/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/evt
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/evt/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/evt
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/sim/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/sim
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/sim/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/sim
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/TEPE/*.cpp $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/TEPE
-	cp  $(TTOOL_SIMULATORS)/c++2/src_simulator/TEPE/*.h $(TTOOL_PREINSTALL_LINUX)/TTool/simulators/c++2/src_simulator/TEPE
-# Licenses
-	cd $(TTOOL_DOC); cp $(RELEASE_STD_FILES_LICENSES) $(TTOOL_PREINSTALL_LINUX)/TTool
-# Main readme
-	cp $(TTOOL_DOC)/README $(TTOOL_PREINSTALL_LINUX)/TTool
-# LOTOS
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool)/lotos
-	cp $(TTOOL_DOC)/README_lotos $(TTOOL_PREINSTALL_LINUX)/TTool/lotos
-#NC
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/nc
-	cp $(TTOOL_DOC)/README_nc $(TTOOL_TARGET)/nc
-#TML
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/tmlcode
-	cp $(TTOOL_DOC)/README_tml $(TTOOL_PREINSTALL_LINUX)/TTool/tmlcode
-#UPPAAL
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/uppaal
-	cp $(TTOOL_DOC)/README_uppaal $(TTOOL_PREINSTALL_LINUX)/TTool/uppaal
-# Proverif
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/proverif
-	cp $(TTOOL_DOC)/README_proverif $(TTOOL_PREINSTALL_LINUX)/TTool/proverif
-# Figure
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/figure
-	cp $(TTOOL_DOC)/README_figure $(TTOOL_PREINSTALL_LINUX)/TTool/figure
-# VCD
-	mkdir -p $(TTOOL_PREINSTALL_LINUX)/TTool/vcd
-	cp $(TTOOL_DOC)/README_vcd $(TTOOL_PREINSTALL_LINUX)/TTool/vcd
-# Basic doc
-	mkdir -p $(TTOOL_TARGET)/doc
-	cp $(TTOOL_DOC)/README_doc $(TTOOL_TARGET)/doc
-# AVATAR executable code
-	mkdir -p $(TTOOL_TARGET)/executablecode
-	mkdir -p $(TTOOL_TARGET)/executablecode/src
-	mkdir -p $(TTOOL_TARGET)/executablecode/generated_src
-	cp $(TTOOL_EXECUTABLECODE)/Makefile $(TTOOL_TARGET)/executablecode/
-	cp $(TTOOL_EXECUTABLECODE)/Makefile.defs $(TTOOL_TARGET)/executablecode/
-	cp $(TTOOL_EXECUTABLECODE)/Makefile.forsoclib $(TTOOL_TARGET)/executablecode/
-	cp $(TTOOL_EXECUTABLECODE)/src/*.c $(TTOOL_TARGET)/executablecode/src/
-	cp $(TTOOL_EXECUTABLECODE)/src/*.h $(TTOOL_TARGET)/executablecode/src/
-	cp $(TTOOL_EXECUTABLECODE)/generated_src/README $(TTOOL_TARGET)/executablecode/generated_src/
-
-# Basic bin
-	mkdir -p $(TTOOL_TARGET)/bin
-	cp $(TTOOL_DOC)/README_bin $(TTOOL_TARGET)/bin
-	cp $(TTOOL_BIN)/configuration.gcf $(TTOOL_TARGET)/bin
-	cp -R $(TTOOL_BIN)/$(TTOOL_LOTOS_H).h $(TTOOL_BIN)/$(TTOOL_LOTOS_H)_?.h $(TTOOL_BIN)/$(TTOOL_LOTOS_H)_?.t  $(TTOOL_BIN)/$(TTOOL_LOTOS_H)_?.f $(TTOOL_TARGET)/bin
-	cp $(TTOOL_BIN)/$(TTOOL_BINARY) $(TTOOL_BIN)/$(LAUNCHER_BINARY) $(TTOOL_BIN)/$(TIFTRANSLATOR_BINARY) $(TTOOL_BIN)/$(TMLTRANSLATOR_BINARY) $(TTOOL_BIN)/$(RUNDSE_BINARY) $(TTOOL_BIN)/$(TTOOL_CONFIG_SRC) $(TTOOL_BIN)/$(JSOUP_BINARY) $(TTOOL_BIN)/$(COMMON_CODEC_BINARY)  $(TTOOL_TARGET)/bin	
-
-
-jttooljar:
-	cd $(JTTOOL);$(JAVAC) $(JTTOOL_DIR)/*.java;$(JAR) cmf $(TTOOL_SRC)/$(TTOOL_JAR_TXT) $(TTOOL_BIN)/$(JTTOOL_JAR) $(JTTOOL_DIR)/*.class 
-
-updatesimulator:
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/Doxyfile /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/
-
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/app/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/app/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/app/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/app/
-
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/arch/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/arch/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/arch/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/arch/
-
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/ebrdd/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/ebrdd/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/ebrdd/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/ebrdd/
-
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/evt/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/evt/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/evt/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/evt/
-
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/sim/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/sim/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/sim/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/sim/
-
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/TEPE/*.cpp /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/TEPE/
-	cp /homes/apvrille/TTool/simulators/c++3/src_simulator/TEPE/*.h /homes/apvrille/TechTTool/SystemCCode/generated/src_simulator/TEPE/
-
-	cp /homes/apvrille/TTool/simulators/c++3/Makefile /homes/apvrille/TechTTool/SystemCCode/generated/
-
-	cd /homes/apvrille/TechTTool/SystemCCode/generated/; make ultraclean
-
-test: $(TEST_MAKEFILES)
-	$(foreach m,$(TEST_MAKEFILES),$(MAKE) -s -C $(dir $(m)) -f $(TEST_MK);)
-	@echo "Everything went fine"
-
-$(TEST_DIR)/%/$(TEST_MK): $(TEST_DIR)/$(TEST_MK)
-	@cp $< $@
-
-
-
-publishjar: ttooljar
-	scp bin/ttool.jar apvrille@ssh.enst.fr:public_html/docs/
-	ssh apvrille@ssh.enst.fr "chmod a+r public_html/docs/ttool.jar"
-
-clean:
-	rm -f $(TTOOL_SRC)/*.dot $(TTOOL_SRC)/*.dta $(TTOOL_SRC)/*.sim $(TTOOL_SRC)/*.lot
-	rm -f $(TTOOL_SRC)/*.class $(TTOOL_SRC)/*.java~
-	rm -f $(TTOOL_TARGET)/java/*
-	rm -f $(TTOOL_TARGET)/modeling/*
-	rm -f $(TTOOL_TARGET)/bin/*
-	rm -f $(TTOOL_TARGET)/lotos/*
-	rm -rf $(TTOOL_TARGET)/doc/*
-	rm -rf $(TTOOL_TARGET)/src/*
-	rm -f $(TTOOL_TARGET)/lib/*
-	@@for p in $(PACKAGE); do \
-		echo rm -f $$p/*.class;\
-		rm -f $(TTOOL_SRC)/$$p/*.class $(TTOOL_SRC)/$$p/*.java~; \
-	done
-	@@for t in $(TEST_DIRS); do \
-		if [ -w $$t/$(TEST_MK) ]; \
-		then \
-			$(MAKE) -s -C $$t -f $(TEST_MK) clean; \
-			echo rm -f $$t/*.class; \
-			rm -f $$t/$(TEST_MK); \
-		fi \
-	done
-
-
-ultraclean: clean
-	@@for p in $(RELEASE_STD_FILES_BIN); do \
-		echo rm -f $$p;\
-		rm -f $(TTOOL_BIN)/$$p; \
-	done
diff --git a/executablecode/Makefile b/executablecode/Makefile
index a044518bec3b82420c15f76176447a981fb583b2..1678a90ea9235bc5e820653343b58edb7ac41fc0 100755
--- a/executablecode/Makefile
+++ b/executablecode/Makefile
@@ -1,5 +1,5 @@
 UNAME := $(shell uname -s)
-CC     = gcc
+CC     = /usr/bin/gcc
 #CC     = test2.sh
 #CC = /packages/gcc_3.2.2/bin/g++32
 OPT    = -O1 -pthread
diff --git a/executablecode/Makefile.forsoclib b/executablecode/Makefile.forsoclib
index bef60e8437a022103d41c56b304e617dd2757d84..898b8f0e7f8e8b13c534b9b8732ae85dce4e6950 100644
--- a/executablecode/Makefile.forsoclib
+++ b/executablecode/Makefile.forsoclib
@@ -1,50 +1,42 @@
-SOCLIB_CPU=ppc405
-MUTEKH_CPU=ppc
-SOCLIB_CPU_COUNT=5
-
-#SOCLIB_CPU=sparcv8
-#MUTEKH_CPU=sparc
-#SOCLIB_CPU_COUNT=1
-
-PATH+=/opt/mutekh/bin
-export PATH
-
-updateruntime:
-	cp ~/TTool/executablecode/src/*.c ~/Prog/mutekh/libavatar/
-	cp ~/TTool/executablecode/src/*.h ~/Prog/mutekh/libavatar/include/   
-
-updategeneratedcode:
-	cp ~/TTool/executableCode/generated_src/*.h ~/Prog/mutekh/examples/avatar
-	cp ~/TTool/executableCode/generated_src/*.c ~/Prog/mutekh/examples/avatar 
-	cp ~/TTool/executableCode/Makefile.soclib ~/Prog/mutekh/examples/avatar/Makefile
-
-compilesoclib:
-	cd ~/Prog/mutekh; make CONF=examples/avatar/config BUILD=soclib-$(MUTEKH_CPU):pf-tutorial
-
-runsoclib:
-	echo "running soclib"
-	cd ~/Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial; SOCLIB_GDB=S ./system.x $(SOCLIB_CPU):$(SOCLIB_CPU_COUNT) ~/Prog/mutekh/avatar-soclib-$(MUTEKH_CPU).out
-allsoclib: updateruntime updategeneratedcode compilesoclib runsoclib
-
-
-updateruntime_hw:
-	cp ~/TTool/executablecode/src_soclib/*.c ~/Prog/mutekh/libavatar/
-	cp ~/TTool/executablecode/src_soclib/include/*.h ~/Prog/mutekh/libavatar/include/   
-
-updategeneratedcode_hw:
-#DG 31.10. prendre version du code appli pour soclib materiel
-	cp ~/TTool/executablecode/generated_src_soclib/*.h ~/Prog/mutekh/examples/avatar
-#DG 31.10. prendre version du code appli pour soclib materiel
-	cp ~/TTool/executablecode/generated_src_soclib/*.c ~/Prog/mutekh/examples/avatar 
-
-	cp ~/TTool/executableCode/Makefile.soclib ~/Prog/mutekh/examples/avatar/Makefile
-
-compilesoclib_hw:
-	cd ~/Prog/mutekh; make CONF=examples/avatar/config BUILD=soclib-$(MUTEKH_CPU):pf-tutorial
-
-#DG 31.10.2014 ici ajoute un make dans le repertoire de la plateforme materielle
-runsoclib_hw:
-	echo "running soclib"
-	cd ~/Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial; make; SOCLIB_GDB=S ./system.x $(SOCLIB_CPU):$(SOCLIB_CPU_COUNT) ~/Prog/mutekh/avatar-soclib-$(MUTEKH_CPU).out
-allsoclib: updateruntime updategeneratedcode compilesoclib runsoclib
-
+SOCLIB_CPU=ppc
+MUTEKH_CPU=ppc
+
+include generated_topcell/procinfo.mk
+
+#SOCLIB_CPU=sparcv8
+#MUTEKH_CPU=sparc
+#SOCLIB_CPU_COUNT=1
+
+PATH+=/opt/mutekh/bin
+export PATH
+
+updateruntime:
+	cp ~/TURTLE/executablecode/src/*.c ~/Prog/mutekh/libavatar/
+	cp ~/TURTLE/executablecode/src/*.h ~/Prog/mutekh/libavatar/include/  
+#	cp ~/TURTLE/executablecode/src_soclib/*.c ~/Prog/mutekh/libavatar/
+#	cp ~/TURTLE/executablecode/src_soclib/*.h ~/Prog/mutekh/libavatar/include/  
+#	cp ~/TURTLE/executablecode/src_soclib/Makefile ~/Prog/mutekh/libavatar/
+	
+
+updategeneratedcode:
+	cp ~/TURTLE/executablecode/generated_src/*.h ~/Prog/mutekh/examples/avatar
+	cp ~/TURTLE/executablecode/generated_src/*.c ~/Prog/mutekh/examples/avatar	
+#	cp ~/TURTLE/executablecode/generated_src_soclib/*.h ~/Prog/mutekh/examples/avatar 
+
+#	cp ~/TURTLE/executablecode/generated_src_soclib/*.c ~/Prog/mutekh/examples/avatar 
+
+	cp ~/TURTLE/executablecode/Makefile.soclib ~/Prog/mutekh/examples/avatar/Makefile
+
+compilesoclib:
+	cp ~/TURTLE/executablecode/generated_topcell/top.cc  ~/Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial/
+	cp ~/TURTLE/executablecode/generated_topcell/deployinfo.h  ~/Prog/mutekh/arch/soclib/
+	cp ~/TURTLE/executablecode/generated_topcell/deployinfo_map.h  ~/Prog/mutekh/arch/soclib/
+	cat ~/TURTLE/executablecode/generated_topcell/config_noproc ~/TURTLE/executablecode/generated_topcell/nbproc > ~/TURTLE/executablecode/generated_topcell/config 
+	cp ~/TURTLE/executablecode/generated_topcell/config  ~/Prog/mutekh/examples/avatar/
+	cd ~/Prog/mutekh; make CONF=examples/avatar/config BUILD=soclib-$(MUTEKH_CPU):pf-tutorial
+
+runsoclib:
+	echo "running soclib"
+	cd ~/Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial; make; SOCLIB_GDB=S ./system.x $(SOCLIB_CPU):$(SOCLIB_CPU_COUNT) ~/Prog/mutekh/avatar-soclib-$(MUTEKH_CPU).out
+allsoclib: updateruntime updategeneratedcode compilesoclib runsoclib
+
diff --git a/executablecode/Makefile.forsoclib_hardware b/executablecode/Makefile.forsoclib_hardware
deleted file mode 100755
index 4418d196051182bac01af52b1d9f7877d678036b..0000000000000000000000000000000000000000
--- a/executablecode/Makefile.forsoclib_hardware
+++ /dev/null
@@ -1,41 +0,0 @@
-SOCLIB_CPU=ppc
-MUTEKH_CPU=ppc
-
-include generated_topcell/procinfo.mk
-
-#SOCLIB_CPU=sparcv8
-#MUTEKH_CPU=sparc
-#SOCLIB_CPU_COUNT=1
-
-PATH+=/opt/mutekh/bin
-export PATH
-
-updateruntime:
-#	cp ~/TTool/executablecode/src/*.c ~/Prog/mutekh/libavatar/
-#	cp ~/TTool/executablecode/src/*.h ~/Prog/mutekh/libavatar/include/  
-	cp ~/TTool/executablecode/src_soclib/*.c ~/Prog/mutekh/libavatar/
-	cp ~/TTool/executablecode/src_soclib/*.h ~/Prog/mutekh/libavatar/include/  
-	cp ~/TTool/executablecode/src_soclib/Makefile ~/Prog/mutekh/libavatar/
-
-updategeneratedcode:
-#	cp ~/TTool/executablecode/generated_src/*.h ~/Prog/mutekh/examples/avatar
-#	cp ~/TTool/executablecode/generated_src/*.c ~/Prog/mutekh/examples/avatar	
-	cp ~/TTool/executablecode/generated_src_soclib/*.h ~/Prog/mutekh/examples/avatar 
-
-	cp ~/TTool/executablecode/generated_src_soclib/*.c ~/Prog/mutekh/examples/avatar 
-
-	cp ~/TTool/executablecode/Makefile.soclib ~/Prog/mutekh/examples/avatar/Makefile
-
-compilesoclib:
-	cp ~/TTool/executablecode/generated_topcell/top.cc  ~/Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial/
-	cp ~/TTool/executablecode/generated_topcell/deployinfo.h  ~/Prog/mutekh/arch/soclib/
-	cp ~/TTool/executablecode/generated_topcell/deployinfo_map.h  ~/Prog/mutekh/arch/soclib/
-	cat ~/TTool/executablecode/generated_topcell/config_noproc ~/TTool/executablecode/generated_topcell/nbproc > ~/TTool/executablecode/generated_topcell/config 
-	cp ~/TTool/executablecode/generated_topcell/config  ~/Prog/mutekh/examples/avatar/
-	cd ~/Prog/mutekh; make CONF=examples/avatar/config BUILD=soclib-$(MUTEKH_CPU):pf-tutorial
-
-runsoclib:
-	echo "running soclib"
-	cd ~/Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kernel_tutorial; make; SOCLIB_GDB=S ./system.x $(SOCLIB_CPU):$(SOCLIB_CPU_COUNT) ~/Prog/mutekh/avatar-soclib-$(MUTEKH_CPU).out
-allsoclib: updateruntime updategeneratedcode compilesoclib runsoclib
-
diff --git a/executablecode/Makefile.src b/executablecode/Makefile.src
index 2b21a39070bcbe168dfc79673113a530049f595d..cdf12b5430fd358660700a63ec442af0a3a9b1d8 100755
--- a/executablecode/Makefile.src
+++ b/executablecode/Makefile.src
@@ -1 +1 @@
-SRCS = generated_src/main.c generated_src/System.c generated_src/Bob.c generated_src/Alice.c 
\ No newline at end of file
+SRCS = generated_src/main.c generated_src/TestBench.c generated_src/EmergencySimulator.c generated_src/CarPositionSimulator.c generated_src/GPSSensor.c generated_src/RadarSensor.c generated_src/SpeedSensor.c generated_src/Communication.c generated_src/CorrectnessChecking.c generated_src/NeighbourhoodTableManagement.c generated_src/DSRSC_Management.c generated_src/PTC.c generated_src/DrivingPowerReductionStrategy.c generated_src/BCU.c generated_src/BrakeManagement.c generated_src/DangerAvoidanceStrategy.c generated_src/CSCU.c generated_src/VehiculeDynamicsManagement.c generated_src/PlausibilityCheck.c generated_src/ObjectListManagement.c 
\ No newline at end of file
diff --git a/modeling/ertss2012_01.xml b/modeling/ertss2012_01.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b91d8437eaf09a02e9e51b130b74ac693fd32120
--- /dev/null
+++ b/modeling/ertss2012_01.xml
@@ -0,0 +1,13517 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<TURTLEGMODELING version="0.98-beta3">
+
+<Modeling type="TML Component Design" nameTab="Braking - FV" >
+<TMLComponentTaskDiagramPanel name="TML Component Task Diagram" minX="10" maxX="1901" minY="10" maxY="1401" channels="true" events="true" requests="true" zoom="1.0000000000000009" >
+<CONNECTOR type="126" id="2" >
+<cdparam x="472" y="108" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="460" y="109" id="29" />
+<P2  x="195" y="81" id="219" />
+<Point x="460" y="95" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="1" >
+<father id="2" num="0" />
+<cdparam x="460" y="95" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="126" id="3" >
+<cdparam x="168" y="107" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="195" y="174" id="217" />
+<P2  x="355" y="174" id="31" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="5" >
+<cdparam x="1018" y="479" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="1018" y="479" id="204" />
+<P2  x="525" y="154" id="27" />
+<Point x="1018" y="168" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4" >
+<father id="5" num="0" />
+<cdparam x="1018" y="168" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="126" id="6" >
+<cdparam x="221" y="113" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="195" y="125" id="215" />
+<P2  x="355" y="125" id="25" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="7" >
+<cdparam x="1309" y="685" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="1360" y="664" id="53" />
+<P2  x="1415" y="739" id="42" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="8" >
+<cdparam x="1183" y="534" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="1138" y="555" id="196" />
+<P2  x="1241" y="625" id="55" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="9" >
+<cdparam x="1555" y="370" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="1353" y="380" id="183" />
+<P2  x="1449" y="380" id="66" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="10" >
+<cdparam x="1235" y="470" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="1080" y="479" id="200" />
+<P2  x="1160" y="382" id="185" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="11" >
+<cdparam x="843" y="483" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="828" y="457" id="129" />
+<P2  x="977" y="518" id="202" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="12" >
+<cdparam x="686" y="624" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="692" y="584" id="159" />
+<P2  x="692" y="487" id="127" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="13" >
+<cdparam x="701" y="708" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="695" y="707" id="172" />
+<P2  x="695" y="646" id="161" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="14" >
+<cdparam x="247" y="495" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="375" y="208" id="23" />
+<P2  x="301" y="454" id="88" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="15" >
+<cdparam x="245" y="605" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="263" y="605" id="77" />
+<P2  x="317" y="516" id="90" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="16" >
+<cdparam x="247" y="467" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="480" y="208" id="21" />
+<P2  x="521" y="291" id="103" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="17" >
+<cdparam x="555" y="415" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="548" y="495" id="92" />
+<P2  x="605" y="479" id="131" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="18" >
+<cdparam x="531" y="310" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="569" y="351" id="105" />
+<P2  x="605" y="444" id="133" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="19" >
+<cdparam x="708" y="372" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="708" y="359" id="146" />
+<P2  x="708" y="421" id="135" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="126" id="20" >
+<cdparam x="707" y="234" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" />
+<P1  x="706" y="116" id="116" />
+<P2  x="706" y="302" id="148" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<COMPONENT type="1202" id="41" >
+<cdparam x="355" y="122" />
+<sizeparam width="170" height="99" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="DSRCManagement" />
+<TGConnectingPoint num="0" id="33" />
+<TGConnectingPoint num="1" id="34" />
+<TGConnectingPoint num="2" id="35" />
+<TGConnectingPoint num="3" id="36" />
+<TGConnectingPoint num="4" id="37" />
+<TGConnectingPoint num="5" id="38" />
+<TGConnectingPoint num="6" id="39" />
+<TGConnectingPoint num="7" id="40" />
+<extraparam>
+<Attribute access="2" id="x" value="4" type="0" typeOther="" />
+<Attribute access="2" id="y" value="5" type="0" typeOther="" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="22" >
+<father id="41" num="0" />
+<cdparam x="467" y="208" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="157" minY="-13" maxY="86" />
+<infoparam name="Primitive port" value="Event emergencyBrake" />
+<TGConnectingPoint num="0" id="21" />
+<extraparam>
+<Prop commName="emergencyBrake" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="24" >
+<father id="41" num="1" />
+<cdparam x="362" y="208" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="157" minY="-13" maxY="86" />
+<infoparam name="Primitive port" value="Channel neighbourhoodInfo" />
+<TGConnectingPoint num="0" id="23" />
+<extraparam>
+<Prop commName="neighbourhoodInfo" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="26" >
+<father id="41" num="2" />
+<cdparam x="342" y="125" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="157" minY="-13" maxY="86" />
+<infoparam name="Primitive port" value="Event DSRCEmergencyBrake" />
+<TGConnectingPoint num="0" id="25" />
+<extraparam>
+<Prop commName="DSRCEmergencyBrake" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="28" >
+<father id="41" num="3" />
+<cdparam x="512" y="154" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="157" minY="-13" maxY="86" />
+<infoparam name="Primitive port" value="Event sendEmergencyBraking" />
+<TGConnectingPoint num="0" id="27" />
+<extraparam>
+<Prop commName="sendEmergencyBraking" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="30" >
+<father id="41" num="4" />
+<cdparam x="447" y="109" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="157" minY="-13" maxY="86" />
+<infoparam name="Primitive port" value="Event broadcastInfoEmergencyBraking" />
+<TGConnectingPoint num="0" id="29" />
+<extraparam>
+<Prop commName="broadcastInfoEmergencyBraking" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="32" >
+<father id="41" num="5" />
+<cdparam x="342" y="174" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="157" minY="-13" maxY="86" />
+<infoparam name="Primitive port" value="Channel neighbourhoodData" />
+<TGConnectingPoint num="0" id="31" />
+<extraparam>
+<Prop commName="neighbourhoodData" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="52" >
+<cdparam x="1353" y="752" />
+<sizeparam width="233" height="60" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="doReduceDrivingPower" />
+<TGConnectingPoint num="0" id="44" />
+<TGConnectingPoint num="1" id="45" />
+<TGConnectingPoint num="2" id="46" />
+<TGConnectingPoint num="3" id="47" />
+<TGConnectingPoint num="4" id="48" />
+<TGConnectingPoint num="5" id="49" />
+<TGConnectingPoint num="6" id="50" />
+<TGConnectingPoint num="7" id="51" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="43" >
+<father id="52" num="0" />
+<cdparam x="1402" y="739" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="220" minY="-13" maxY="47" />
+<infoparam name="Primitive port" value="Event commandDP" />
+<TGConnectingPoint num="0" id="42" />
+<extraparam>
+<Prop commName="commandDP" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="65" >
+<cdparam x="1241" y="613" />
+<sizeparam width="245" height="64" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="DrivingPowerReductionstrategy" />
+<TGConnectingPoint num="0" id="57" />
+<TGConnectingPoint num="1" id="58" />
+<TGConnectingPoint num="2" id="59" />
+<TGConnectingPoint num="3" id="60" />
+<TGConnectingPoint num="4" id="61" />
+<TGConnectingPoint num="5" id="62" />
+<TGConnectingPoint num="6" id="63" />
+<TGConnectingPoint num="7" id="64" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="54" >
+<father id="65" num="0" />
+<cdparam x="1347" y="664" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="232" minY="-13" maxY="51" />
+<infoparam name="Primitive port" value="Event commandDP" />
+<TGConnectingPoint num="0" id="53" />
+<extraparam>
+<Prop commName="commandDP" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="56" >
+<father id="65" num="1" />
+<cdparam x="1228" y="625" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="232" minY="-13" maxY="51" />
+<infoparam name="Primitive port" value="Event drivingPowerReduction" />
+<TGConnectingPoint num="0" id="55" />
+<extraparam>
+<Prop commName="drivingPowerReduction" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="76" >
+<cdparam x="1449" y="354" />
+<sizeparam width="141" height="67" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="DoBrake" />
+<TGConnectingPoint num="0" id="68" />
+<TGConnectingPoint num="1" id="69" />
+<TGConnectingPoint num="2" id="70" />
+<TGConnectingPoint num="3" id="71" />
+<TGConnectingPoint num="4" id="72" />
+<TGConnectingPoint num="5" id="73" />
+<TGConnectingPoint num="6" id="74" />
+<TGConnectingPoint num="7" id="75" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="67" >
+<father id="76" num="0" />
+<cdparam x="1436" y="380" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="128" minY="-13" maxY="54" />
+<infoparam name="Primitive port" value="Event brake" />
+<TGConnectingPoint num="0" id="66" />
+<extraparam>
+<Prop commName="brake" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="87" >
+<cdparam x="188" y="618" />
+<sizeparam width="146" height="50" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="GPSReception" />
+<TGConnectingPoint num="0" id="79" />
+<TGConnectingPoint num="1" id="80" />
+<TGConnectingPoint num="2" id="81" />
+<TGConnectingPoint num="3" id="82" />
+<TGConnectingPoint num="4" id="83" />
+<TGConnectingPoint num="5" id="84" />
+<TGConnectingPoint num="6" id="85" />
+<TGConnectingPoint num="7" id="86" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="78" >
+<father id="87" num="0" />
+<cdparam x="250" y="605" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="133" minY="-13" maxY="37" />
+<infoparam name="Primitive port" value="Channel positionInformation" />
+<TGConnectingPoint num="0" id="77" />
+<extraparam>
+<Prop commName="positionInformation" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="102" >
+<cdparam x="273" y="467" />
+<sizeparam width="275" height="62" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="NeighbourhoodTableManagement" />
+<TGConnectingPoint num="0" id="94" />
+<TGConnectingPoint num="1" id="95" />
+<TGConnectingPoint num="2" id="96" />
+<TGConnectingPoint num="3" id="97" />
+<TGConnectingPoint num="4" id="98" />
+<TGConnectingPoint num="5" id="99" />
+<TGConnectingPoint num="6" id="100" />
+<TGConnectingPoint num="7" id="101" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="89" >
+<father id="102" num="0" />
+<cdparam x="288" y="454" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="262" minY="-13" maxY="49" />
+<infoparam name="Primitive port" value="Channel neighbourhoodInfo" />
+<TGConnectingPoint num="0" id="88" />
+<extraparam>
+<Prop commName="neighbourhoodInfo" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="91" >
+<father id="102" num="1" />
+<cdparam x="304" y="516" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="262" minY="-13" maxY="49" />
+<infoparam name="Primitive port" value="Channel positionInformation" />
+<TGConnectingPoint num="0" id="90" />
+<extraparam>
+<Prop commName="positionInformation" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="93" >
+<father id="102" num="2" />
+<cdparam x="535" y="495" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="262" minY="-13" maxY="49" />
+<infoparam name="Primitive port" value="Channel neigbourhoodTable" />
+<TGConnectingPoint num="0" id="92" />
+<extraparam>
+<Prop commName="neigbourhoodTable" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="115" >
+<cdparam x="402" y="304" />
+<sizeparam width="176" height="60" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="CorrectnessChecking" />
+<TGConnectingPoint num="0" id="107" />
+<TGConnectingPoint num="1" id="108" />
+<TGConnectingPoint num="2" id="109" />
+<TGConnectingPoint num="3" id="110" />
+<TGConnectingPoint num="4" id="111" />
+<TGConnectingPoint num="5" id="112" />
+<TGConnectingPoint num="6" id="113" />
+<TGConnectingPoint num="7" id="114" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="104" >
+<father id="115" num="0" />
+<cdparam x="508" y="291" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="163" minY="-13" maxY="47" />
+<infoparam name="Primitive port" value="Event emergencyBrake" />
+<TGConnectingPoint num="0" id="103" />
+<extraparam>
+<Prop commName="emergencyBrake" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="106" >
+<father id="115" num="1" />
+<cdparam x="556" y="351" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="163" minY="-13" maxY="47" />
+<infoparam name="Primitive port" value="Event emergencyBrake" />
+<TGConnectingPoint num="0" id="105" />
+<extraparam>
+<Prop commName="emergencyBrake" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="126" >
+<cdparam x="600" y="68" />
+<sizeparam width="239" height="61" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="GetEnvironmentInformation" />
+<TGConnectingPoint num="0" id="118" />
+<TGConnectingPoint num="1" id="119" />
+<TGConnectingPoint num="2" id="120" />
+<TGConnectingPoint num="3" id="121" />
+<TGConnectingPoint num="4" id="122" />
+<TGConnectingPoint num="5" id="123" />
+<TGConnectingPoint num="6" id="124" />
+<TGConnectingPoint num="7" id="125" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="117" >
+<father id="126" num="0" />
+<cdparam x="693" y="116" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="226" minY="-13" maxY="48" />
+<infoparam name="Primitive port" value="Channel rawData01" />
+<TGConnectingPoint num="0" id="116" />
+<extraparam>
+<Prop commName="rawData01" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="145" >
+<cdparam x="605" y="434" />
+<sizeparam width="223" height="66" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="PlausibilityCheck" />
+<TGConnectingPoint num="0" id="137" />
+<TGConnectingPoint num="1" id="138" />
+<TGConnectingPoint num="2" id="139" />
+<TGConnectingPoint num="3" id="140" />
+<TGConnectingPoint num="4" id="141" />
+<TGConnectingPoint num="5" id="142" />
+<TGConnectingPoint num="6" id="143" />
+<TGConnectingPoint num="7" id="144" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="128" >
+<father id="145" num="0" />
+<cdparam x="679" y="487" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="210" minY="-13" maxY="53" />
+<infoparam name="Primitive port" value="Channel vehicleDynamics" />
+<TGConnectingPoint num="0" id="127" />
+<extraparam>
+<Prop commName="vehicleDynamics" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="130" >
+<father id="145" num="1" />
+<cdparam x="815" y="457" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="210" minY="-13" maxY="53" />
+<infoparam name="Primitive port" value="Event emergencyBrake" />
+<TGConnectingPoint num="0" id="129" />
+<extraparam>
+<Prop commName="emergencyBrake" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="132" >
+<father id="145" num="2" />
+<cdparam x="592" y="479" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="210" minY="-13" maxY="53" />
+<infoparam name="Primitive port" value="Channel neighbourhoodTable" />
+<TGConnectingPoint num="0" id="131" />
+<extraparam>
+<Prop commName="neighbourhoodTable" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="134" >
+<father id="145" num="3" />
+<cdparam x="592" y="444" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="210" minY="-13" maxY="53" />
+<infoparam name="Primitive port" value="Event emergencyBrake" />
+<TGConnectingPoint num="0" id="133" />
+<extraparam>
+<Prop commName="emergencyBrake" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="136" >
+<father id="145" num="4" />
+<cdparam x="695" y="421" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="210" minY="-13" maxY="53" />
+<infoparam name="Primitive port" value="Channel objList01" />
+<TGConnectingPoint num="0" id="135" />
+<extraparam>
+<Prop commName="objList01" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="158" >
+<cdparam x="605" y="315" />
+<sizeparam width="227" height="57" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="ObjectListManagement" />
+<TGConnectingPoint num="0" id="150" />
+<TGConnectingPoint num="1" id="151" />
+<TGConnectingPoint num="2" id="152" />
+<TGConnectingPoint num="3" id="153" />
+<TGConnectingPoint num="4" id="154" />
+<TGConnectingPoint num="5" id="155" />
+<TGConnectingPoint num="6" id="156" />
+<TGConnectingPoint num="7" id="157" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="147" >
+<father id="158" num="0" />
+<cdparam x="695" y="359" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="214" minY="-13" maxY="44" />
+<infoparam name="Primitive port" value="Channel objList01" />
+<TGConnectingPoint num="0" id="146" />
+<extraparam>
+<Prop commName="objList01" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="149" >
+<father id="158" num="1" />
+<cdparam x="693" y="302" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="214" minY="-13" maxY="44" />
+<infoparam name="Primitive port" value="Channel rawData01" />
+<TGConnectingPoint num="0" id="148" />
+<extraparam>
+<Prop commName="rawData01" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="171" >
+<cdparam x="615" y="597" />
+<sizeparam width="242" height="62" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="VehicleDynamicsManagement" />
+<TGConnectingPoint num="0" id="163" />
+<TGConnectingPoint num="1" id="164" />
+<TGConnectingPoint num="2" id="165" />
+<TGConnectingPoint num="3" id="166" />
+<TGConnectingPoint num="4" id="167" />
+<TGConnectingPoint num="5" id="168" />
+<TGConnectingPoint num="6" id="169" />
+<TGConnectingPoint num="7" id="170" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="160" >
+<father id="171" num="0" />
+<cdparam x="679" y="584" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="229" minY="-13" maxY="49" />
+<infoparam name="Primitive port" value="Channel vehicleDynamics" />
+<TGConnectingPoint num="0" id="159" />
+<extraparam>
+<Prop commName="vehicleDynamics" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="162" >
+<father id="171" num="1" />
+<cdparam x="682" y="646" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="229" minY="-13" maxY="49" />
+<infoparam name="Primitive port" value="Channel rawData02" />
+<TGConnectingPoint num="0" id="161" />
+<extraparam>
+<Prop commName="rawData02" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="182" >
+<cdparam x="613" y="720" />
+<sizeparam width="215" height="61" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="GetVehicleDynamics" />
+<TGConnectingPoint num="0" id="174" />
+<TGConnectingPoint num="1" id="175" />
+<TGConnectingPoint num="2" id="176" />
+<TGConnectingPoint num="3" id="177" />
+<TGConnectingPoint num="4" id="178" />
+<TGConnectingPoint num="5" id="179" />
+<TGConnectingPoint num="6" id="180" />
+<TGConnectingPoint num="7" id="181" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="173" >
+<father id="182" num="0" />
+<cdparam x="682" y="707" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="202" minY="-13" maxY="48" />
+<infoparam name="Primitive port" value="Channel rawData02" />
+<TGConnectingPoint num="0" id="172" />
+<extraparam>
+<Prop commName="rawData02" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="195" >
+<cdparam x="1160" y="366" />
+<sizeparam width="193" height="60" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="BrakeManagement" />
+<TGConnectingPoint num="0" id="187" />
+<TGConnectingPoint num="1" id="188" />
+<TGConnectingPoint num="2" id="189" />
+<TGConnectingPoint num="3" id="190" />
+<TGConnectingPoint num="4" id="191" />
+<TGConnectingPoint num="5" id="192" />
+<TGConnectingPoint num="6" id="193" />
+<TGConnectingPoint num="7" id="194" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="184" >
+<father id="195" num="0" />
+<cdparam x="1340" y="380" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="180" minY="-13" maxY="47" />
+<infoparam name="Primitive port" value="Event brake" />
+<TGConnectingPoint num="0" id="183" />
+<extraparam>
+<Prop commName="brake" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="186" >
+<father id="195" num="1" />
+<cdparam x="1147" y="382" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="180" minY="-13" maxY="47" />
+<infoparam name="Primitive port" value="Event brakeCommand" />
+<TGConnectingPoint num="0" id="185" />
+<extraparam>
+<Prop commName="brakeCommand" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="214" >
+<cdparam x="977" y="492" />
+<sizeparam width="200" height="76" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="DangerAvoidanceStrategy" />
+<TGConnectingPoint num="0" id="206" />
+<TGConnectingPoint num="1" id="207" />
+<TGConnectingPoint num="2" id="208" />
+<TGConnectingPoint num="3" id="209" />
+<TGConnectingPoint num="4" id="210" />
+<TGConnectingPoint num="5" id="211" />
+<TGConnectingPoint num="6" id="212" />
+<TGConnectingPoint num="7" id="213" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="197" >
+<father id="214" num="0" />
+<cdparam x="1125" y="555" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="63" />
+<infoparam name="Primitive port" value="Event drivingPowerReduction" />
+<TGConnectingPoint num="0" id="196" />
+<extraparam>
+<Prop commName="drivingPowerReduction" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="199" >
+<father id="214" num="1" />
+<cdparam x="1164" y="519" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="63" />
+<infoparam name="Primitive port" value="Event infoEmergencyBraking" />
+<TGConnectingPoint num="0" id="198" />
+<extraparam>
+<Prop commName="infoEmergencyBraking" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="201" >
+<father id="214" num="2" />
+<cdparam x="1067" y="479" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="63" />
+<infoparam name="Primitive port" value="Event brakeCommand" />
+<TGConnectingPoint num="0" id="200" />
+<extraparam>
+<Prop commName="brakeCommand" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="203" >
+<father id="214" num="3" />
+<cdparam x="964" y="518" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="63" />
+<infoparam name="Primitive port" value="Event emergencyBrake" />
+<TGConnectingPoint num="0" id="202" />
+<extraparam>
+<Prop commName="emergencyBrake" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="205" >
+<father id="214" num="4" />
+<cdparam x="1005" y="479" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="63" />
+<infoparam name="Primitive port" value="Event sendEmergencyBraking" />
+<TGConnectingPoint num="0" id="204" />
+<extraparam>
+<Prop commName="sendEmergencyBraking" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1202" id="229" >
+<cdparam x="37" y="72" />
+<sizeparam width="158" height="149" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Primitive component" value="DSRCRxTx" />
+<TGConnectingPoint num="0" id="221" />
+<TGConnectingPoint num="1" id="222" />
+<TGConnectingPoint num="2" id="223" />
+<TGConnectingPoint num="3" id="224" />
+<TGConnectingPoint num="4" id="225" />
+<TGConnectingPoint num="5" id="226" />
+<TGConnectingPoint num="6" id="227" />
+<TGConnectingPoint num="7" id="228" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1203" id="216" >
+<father id="229" num="0" />
+<cdparam x="182" y="125" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="145" minY="-13" maxY="136" />
+<infoparam name="Primitive port" value="Event DSRCEmergencyBrake" />
+<TGConnectingPoint num="0" id="215" />
+<extraparam>
+<Prop commName="DSRCEmergencyBrake" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="218" >
+<father id="229" num="1" />
+<cdparam x="182" y="174" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="145" minY="-13" maxY="136" />
+<infoparam name="Primitive port" value="Channel neighbourhoodData" />
+<TGConnectingPoint num="0" id="217" />
+<extraparam>
+<Prop commName="neighbourhoodData" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1203" id="220" >
+<father id="229" num="2" />
+<cdparam x="182" y="81" />
+<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="-13" maxX="145" minY="-13" maxY="136" />
+<infoparam name="Primitive port" value="Event broadcastInfoEmergencyBraking" />
+<TGConnectingPoint num="0" id="219" />
+<extraparam>
+<Prop commName="broadcastInfoEmergencyBraking" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="-1" dataFlowType="" associatedEvent="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+<Type type="0" typeOther="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1200" id="238" >
+<cdparam x="30" y="44" />
+<sizeparam width="498" height="184" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="1401" />
+<infoparam name="Composite component" value="DSRCTask" />
+<TGConnectingPoint num="0" id="230" />
+<TGConnectingPoint num="1" id="231" />
+<TGConnectingPoint num="2" id="232" />
+<TGConnectingPoint num="3" id="233" />
+<TGConnectingPoint num="4" id="234" />
+<TGConnectingPoint num="5" id="235" />
+<TGConnectingPoint num="6" id="236" />
+<TGConnectingPoint num="7" id="237" />
+<extraparam>
+<info hiddeni="false" />
+</extraparam>
+</COMPONENT>
+
+
+</TMLComponentTaskDiagramPanel>
+
+<TMLActivityDiagramPanel name="DSRCManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="240" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="239" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="doReduceDrivingPower" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="242" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="241" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="DrivingPowerReductionstrategy" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="244" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="243" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="DoBrake" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="246" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="245" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="GPSReception" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="248" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="247" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="NeighbourhoodTableManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="250" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="249" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="CorrectnessChecking" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="252" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="251" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="GetEnvironmentInformation" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="254" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="253" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="PlausibilityCheck" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="256" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="255" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="ObjectListManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="258" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="257" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="VehicleDynamicsManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="260" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="259" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="GetVehicleDynamics" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="262" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="261" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="BrakeManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="264" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="263" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="DangerAvoidanceStrategy" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="266" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="265" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+<TMLActivityDiagramPanel name="DSRCRxTx" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="1000" id="268" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="267" />
+</COMPONENT>
+
+
+</TMLActivityDiagramPanel>
+
+</Modeling>
+
+
+
+
+<Modeling type="TML Architecture" nameTab="Braking - MV" >
+<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="2400" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" >
+<COMPONENT type="1104" id="302" >
+<cdparam x="1861" y="1201" />
+<sizeparam width="187" height="116" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="BrakingControlDevice" value="name" />
+<TGConnectingPoint num="0" id="278" />
+<TGConnectingPoint num="1" id="279" />
+<TGConnectingPoint num="2" id="280" />
+<TGConnectingPoint num="3" id="281" />
+<TGConnectingPoint num="4" id="282" />
+<TGConnectingPoint num="5" id="283" />
+<TGConnectingPoint num="6" id="284" />
+<TGConnectingPoint num="7" id="285" />
+<TGConnectingPoint num="8" id="286" />
+<TGConnectingPoint num="9" id="287" />
+<TGConnectingPoint num="10" id="288" />
+<TGConnectingPoint num="11" id="289" />
+<TGConnectingPoint num="12" id="290" />
+<TGConnectingPoint num="13" id="291" />
+<TGConnectingPoint num="14" id="292" />
+<TGConnectingPoint num="15" id="293" />
+<TGConnectingPoint num="16" id="294" />
+<TGConnectingPoint num="17" id="295" />
+<TGConnectingPoint num="18" id="296" />
+<TGConnectingPoint num="19" id="297" />
+<TGConnectingPoint num="20" id="298" />
+<TGConnectingPoint num="21" id="299" />
+<TGConnectingPoint num="22" id="300" />
+<TGConnectingPoint num="23" id="301" />
+<extraparam>
+<info stereotype="HWA" nodeName="BrakingControlDevice" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="277" >
+<father id="302" num="0" />
+<cdparam x="1884" y="1259" />
+<sizeparam width="155" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="32" minY="0" maxY="66" />
+<infoparam name="TGComponent" value="Braking - FV::DoBrake" />
+<TGConnectingPoint num="0" id="269" />
+<TGConnectingPoint num="1" id="270" />
+<TGConnectingPoint num="2" id="271" />
+<TGConnectingPoint num="3" id="272" />
+<TGConnectingPoint num="4" id="273" />
+<TGConnectingPoint num="5" id="274" />
+<TGConnectingPoint num="6" id="275" />
+<TGConnectingPoint num="7" id="276" />
+<extraparam>
+<info value="Braking - FV::DoBrake" taskName="DoBrake" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1105" id="327" >
+<cdparam x="1544" y="1205" />
+<sizeparam width="145" height="108" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="RAM_BCU" value="name" />
+<TGConnectingPoint num="0" id="303" />
+<TGConnectingPoint num="1" id="304" />
+<TGConnectingPoint num="2" id="305" />
+<TGConnectingPoint num="3" id="306" />
+<TGConnectingPoint num="4" id="307" />
+<TGConnectingPoint num="5" id="308" />
+<TGConnectingPoint num="6" id="309" />
+<TGConnectingPoint num="7" id="310" />
+<TGConnectingPoint num="8" id="311" />
+<TGConnectingPoint num="9" id="312" />
+<TGConnectingPoint num="10" id="313" />
+<TGConnectingPoint num="11" id="314" />
+<TGConnectingPoint num="12" id="315" />
+<TGConnectingPoint num="13" id="316" />
+<TGConnectingPoint num="14" id="317" />
+<TGConnectingPoint num="15" id="318" />
+<TGConnectingPoint num="16" id="319" />
+<TGConnectingPoint num="17" id="320" />
+<TGConnectingPoint num="18" id="321" />
+<TGConnectingPoint num="19" id="322" />
+<TGConnectingPoint num="20" id="323" />
+<TGConnectingPoint num="21" id="324" />
+<TGConnectingPoint num="22" id="325" />
+<TGConnectingPoint num="23" id="326" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="RAM_BCU" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1100" id="370" >
+<cdparam x="1432" y="971" />
+<sizeparam width="262" height="172" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CPU_BCU" value="name" />
+<TGConnectingPoint num="0" id="346" />
+<TGConnectingPoint num="1" id="347" />
+<TGConnectingPoint num="2" id="348" />
+<TGConnectingPoint num="3" id="349" />
+<TGConnectingPoint num="4" id="350" />
+<TGConnectingPoint num="5" id="351" />
+<TGConnectingPoint num="6" id="352" />
+<TGConnectingPoint num="7" id="353" />
+<TGConnectingPoint num="8" id="354" />
+<TGConnectingPoint num="9" id="355" />
+<TGConnectingPoint num="10" id="356" />
+<TGConnectingPoint num="11" id="357" />
+<TGConnectingPoint num="12" id="358" />
+<TGConnectingPoint num="13" id="359" />
+<TGConnectingPoint num="14" id="360" />
+<TGConnectingPoint num="15" id="361" />
+<TGConnectingPoint num="16" id="362" />
+<TGConnectingPoint num="17" id="363" />
+<TGConnectingPoint num="18" id="364" />
+<TGConnectingPoint num="19" id="365" />
+<TGConnectingPoint num="20" id="366" />
+<TGConnectingPoint num="21" id="367" />
+<TGConnectingPoint num="22" id="368" />
+<TGConnectingPoint num="23" id="369" />
+<extraparam>
+<info stereotype="CPURR" nodeName="CPU_BCU" />
+<attributes nbOfCores="1" byteDataSize="4"  schedulingPolicy="0"  sliceTime="10000"  goIdleTime="10"  maxConsecutiveIdleCycles="10"  pipelineSize="5"  taskSwitchingTime="20"  branchingPredictionPenalty="2"  cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0"/>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="336" >
+<father id="370" num="0" />
+<cdparam x="1466" y="1073" />
+<sizeparam width="211" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="51" minY="0" maxY="122" />
+<infoparam name="TGComponent" value="Braking - FV::BrakeManagement" />
+<TGConnectingPoint num="0" id="328" />
+<TGConnectingPoint num="1" id="329" />
+<TGConnectingPoint num="2" id="330" />
+<TGConnectingPoint num="3" id="331" />
+<TGConnectingPoint num="4" id="332" />
+<TGConnectingPoint num="5" id="333" />
+<TGConnectingPoint num="6" id="334" />
+<TGConnectingPoint num="7" id="335" />
+<extraparam>
+<info value="Braking - FV::BrakeManagement" taskName="BrakeManagement" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1101" id="345" >
+<father id="370" num="1" />
+<cdparam x="1437" y="1017" />
+<sizeparam width="248" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="14" minY="0" maxY="122" />
+<infoparam name="TGComponent" value="Braking - FV::DangerAvoidanceStrategy" />
+<TGConnectingPoint num="0" id="337" />
+<TGConnectingPoint num="1" id="338" />
+<TGConnectingPoint num="2" id="339" />
+<TGConnectingPoint num="3" id="340" />
+<TGConnectingPoint num="4" id="341" />
+<TGConnectingPoint num="5" id="342" />
+<TGConnectingPoint num="6" id="343" />
+<TGConnectingPoint num="7" id="344" />
+<extraparam>
+<info value="Braking - FV::DangerAvoidanceStrategy" taskName="DangerAvoidanceStrategy" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1102" id="395" >
+<cdparam x="1733" y="956" />
+<sizeparam width="100" height="404" minWidth="100" minHeight="50" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CAN_BCU" value="name" />
+<TGConnectingPoint num="0" id="371" />
+<TGConnectingPoint num="1" id="372" />
+<TGConnectingPoint num="2" id="373" />
+<TGConnectingPoint num="3" id="374" />
+<TGConnectingPoint num="4" id="375" />
+<TGConnectingPoint num="5" id="376" />
+<TGConnectingPoint num="6" id="377" />
+<TGConnectingPoint num="7" id="378" />
+<TGConnectingPoint num="8" id="379" />
+<TGConnectingPoint num="9" id="380" />
+<TGConnectingPoint num="10" id="381" />
+<TGConnectingPoint num="11" id="382" />
+<TGConnectingPoint num="12" id="383" />
+<TGConnectingPoint num="13" id="384" />
+<TGConnectingPoint num="14" id="385" />
+<TGConnectingPoint num="15" id="386" />
+<TGConnectingPoint num="16" id="387" />
+<TGConnectingPoint num="17" id="388" />
+<TGConnectingPoint num="18" id="389" />
+<TGConnectingPoint num="19" id="390" />
+<TGConnectingPoint num="20" id="391" />
+<TGConnectingPoint num="21" id="392" />
+<TGConnectingPoint num="22" id="393" />
+<TGConnectingPoint num="23" id="394" />
+<extraparam>
+<info stereotype="BUS-RR" nodeName="CAN_BCU" />
+<attributes byteDataSize="4"  arbitrationPolicy="0"  sliceTime="10000"  pipelineSize="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1106" id="420" >
+<cdparam x="1262" y="812" />
+<sizeparam width="250" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="BCU_to_CSCU" value="name" />
+<TGConnectingPoint num="0" id="396" />
+<TGConnectingPoint num="1" id="397" />
+<TGConnectingPoint num="2" id="398" />
+<TGConnectingPoint num="3" id="399" />
+<TGConnectingPoint num="4" id="400" />
+<TGConnectingPoint num="5" id="401" />
+<TGConnectingPoint num="6" id="402" />
+<TGConnectingPoint num="7" id="403" />
+<TGConnectingPoint num="8" id="404" />
+<TGConnectingPoint num="9" id="405" />
+<TGConnectingPoint num="10" id="406" />
+<TGConnectingPoint num="11" id="407" />
+<TGConnectingPoint num="12" id="408" />
+<TGConnectingPoint num="13" id="409" />
+<TGConnectingPoint num="14" id="410" />
+<TGConnectingPoint num="15" id="411" />
+<TGConnectingPoint num="16" id="412" />
+<TGConnectingPoint num="17" id="413" />
+<TGConnectingPoint num="18" id="414" />
+<TGConnectingPoint num="19" id="415" />
+<TGConnectingPoint num="20" id="416" />
+<TGConnectingPoint num="21" id="417" />
+<TGConnectingPoint num="22" id="418" />
+<TGConnectingPoint num="23" id="419" />
+<extraparam>
+<info stereotype="BRIDGE" nodeName="BCU_to_CSCU" />
+<attributes bufferByteDataSize="4"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1104" id="454" >
+<cdparam x="1118" y="1178" />
+<sizeparam width="278" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="EnvSensors" value="name" />
+<TGConnectingPoint num="0" id="430" />
+<TGConnectingPoint num="1" id="431" />
+<TGConnectingPoint num="2" id="432" />
+<TGConnectingPoint num="3" id="433" />
+<TGConnectingPoint num="4" id="434" />
+<TGConnectingPoint num="5" id="435" />
+<TGConnectingPoint num="6" id="436" />
+<TGConnectingPoint num="7" id="437" />
+<TGConnectingPoint num="8" id="438" />
+<TGConnectingPoint num="9" id="439" />
+<TGConnectingPoint num="10" id="440" />
+<TGConnectingPoint num="11" id="441" />
+<TGConnectingPoint num="12" id="442" />
+<TGConnectingPoint num="13" id="443" />
+<TGConnectingPoint num="14" id="444" />
+<TGConnectingPoint num="15" id="445" />
+<TGConnectingPoint num="16" id="446" />
+<TGConnectingPoint num="17" id="447" />
+<TGConnectingPoint num="18" id="448" />
+<TGConnectingPoint num="19" id="449" />
+<TGConnectingPoint num="20" id="450" />
+<TGConnectingPoint num="21" id="451" />
+<TGConnectingPoint num="22" id="452" />
+<TGConnectingPoint num="23" id="453" />
+<extraparam>
+<info stereotype="HWA" nodeName="EnvSensors" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="429" >
+<father id="454" num="0" />
+<cdparam x="1125" y="1221" />
+<sizeparam width="257" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="21" minY="0" maxY="50" />
+<infoparam name="TGComponent" value="Braking - FV::GetEnvironmentInformation" />
+<TGConnectingPoint num="0" id="421" />
+<TGConnectingPoint num="1" id="422" />
+<TGConnectingPoint num="2" id="423" />
+<TGConnectingPoint num="3" id="424" />
+<TGConnectingPoint num="4" id="425" />
+<TGConnectingPoint num="5" id="426" />
+<TGConnectingPoint num="6" id="427" />
+<TGConnectingPoint num="7" id="428" />
+<extraparam>
+<info value="Braking - FV::GetEnvironmentInformation" taskName="GetEnvironmentInformation" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1104" id="488" >
+<cdparam x="1119" y="1042" />
+<sizeparam width="248" height="122" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="ChassisSensors" value="name" />
+<TGConnectingPoint num="0" id="464" />
+<TGConnectingPoint num="1" id="465" />
+<TGConnectingPoint num="2" id="466" />
+<TGConnectingPoint num="3" id="467" />
+<TGConnectingPoint num="4" id="468" />
+<TGConnectingPoint num="5" id="469" />
+<TGConnectingPoint num="6" id="470" />
+<TGConnectingPoint num="7" id="471" />
+<TGConnectingPoint num="8" id="472" />
+<TGConnectingPoint num="9" id="473" />
+<TGConnectingPoint num="10" id="474" />
+<TGConnectingPoint num="11" id="475" />
+<TGConnectingPoint num="12" id="476" />
+<TGConnectingPoint num="13" id="477" />
+<TGConnectingPoint num="14" id="478" />
+<TGConnectingPoint num="15" id="479" />
+<TGConnectingPoint num="16" id="480" />
+<TGConnectingPoint num="17" id="481" />
+<TGConnectingPoint num="18" id="482" />
+<TGConnectingPoint num="19" id="483" />
+<TGConnectingPoint num="20" id="484" />
+<TGConnectingPoint num="21" id="485" />
+<TGConnectingPoint num="22" id="486" />
+<TGConnectingPoint num="23" id="487" />
+<extraparam>
+<info stereotype="HWA" nodeName="ChassisSensors" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="463" >
+<father id="488" num="0" />
+<cdparam x="1133" y="1093" />
+<sizeparam width="221" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="27" minY="0" maxY="72" />
+<infoparam name="TGComponent" value="Braking - FV::GetVehicleDynamics" />
+<TGConnectingPoint num="0" id="455" />
+<TGConnectingPoint num="1" id="456" />
+<TGConnectingPoint num="2" id="457" />
+<TGConnectingPoint num="3" id="458" />
+<TGConnectingPoint num="4" id="459" />
+<TGConnectingPoint num="5" id="460" />
+<TGConnectingPoint num="6" id="461" />
+<TGConnectingPoint num="7" id="462" />
+<extraparam>
+<info value="Braking - FV::GetVehicleDynamics" taskName="GetVehicleDynamics" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1105" id="513" >
+<cdparam x="720" y="1137" />
+<sizeparam width="200" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="RAM_CSCU" value="name" />
+<TGConnectingPoint num="0" id="489" />
+<TGConnectingPoint num="1" id="490" />
+<TGConnectingPoint num="2" id="491" />
+<TGConnectingPoint num="3" id="492" />
+<TGConnectingPoint num="4" id="493" />
+<TGConnectingPoint num="5" id="494" />
+<TGConnectingPoint num="6" id="495" />
+<TGConnectingPoint num="7" id="496" />
+<TGConnectingPoint num="8" id="497" />
+<TGConnectingPoint num="9" id="498" />
+<TGConnectingPoint num="10" id="499" />
+<TGConnectingPoint num="11" id="500" />
+<TGConnectingPoint num="12" id="501" />
+<TGConnectingPoint num="13" id="502" />
+<TGConnectingPoint num="14" id="503" />
+<TGConnectingPoint num="15" id="504" />
+<TGConnectingPoint num="16" id="505" />
+<TGConnectingPoint num="17" id="506" />
+<TGConnectingPoint num="18" id="507" />
+<TGConnectingPoint num="19" id="508" />
+<TGConnectingPoint num="20" id="509" />
+<TGConnectingPoint num="21" id="510" />
+<TGConnectingPoint num="22" id="511" />
+<TGConnectingPoint num="23" id="512" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="RAM_CSCU" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1100" id="565" >
+<cdparam x="691" y="887" />
+<sizeparam width="277" height="221" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CPU_CSCU" value="name" />
+<TGConnectingPoint num="0" id="541" />
+<TGConnectingPoint num="1" id="542" />
+<TGConnectingPoint num="2" id="543" />
+<TGConnectingPoint num="3" id="544" />
+<TGConnectingPoint num="4" id="545" />
+<TGConnectingPoint num="5" id="546" />
+<TGConnectingPoint num="6" id="547" />
+<TGConnectingPoint num="7" id="548" />
+<TGConnectingPoint num="8" id="549" />
+<TGConnectingPoint num="9" id="550" />
+<TGConnectingPoint num="10" id="551" />
+<TGConnectingPoint num="11" id="552" />
+<TGConnectingPoint num="12" id="553" />
+<TGConnectingPoint num="13" id="554" />
+<TGConnectingPoint num="14" id="555" />
+<TGConnectingPoint num="15" id="556" />
+<TGConnectingPoint num="16" id="557" />
+<TGConnectingPoint num="17" id="558" />
+<TGConnectingPoint num="18" id="559" />
+<TGConnectingPoint num="19" id="560" />
+<TGConnectingPoint num="20" id="561" />
+<TGConnectingPoint num="21" id="562" />
+<TGConnectingPoint num="22" id="563" />
+<TGConnectingPoint num="23" id="564" />
+<extraparam>
+<info stereotype="CPURR" nodeName="CPU_CSCU" />
+<attributes nbOfCores="1" byteDataSize="4"  schedulingPolicy="0"  sliceTime="10000"  goIdleTime="10"  maxConsecutiveIdleCycles="10"  pipelineSize="5"  taskSwitchingTime="20"  branchingPredictionPenalty="2"  cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0"/>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="522" >
+<father id="565" num="0" />
+<cdparam x="691" y="1047" />
+<sizeparam width="274" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="3" minY="0" maxY="171" />
+<infoparam name="TGComponent" value="Braking - FV::VehicleDynamicsManagement" />
+<TGConnectingPoint num="0" id="514" />
+<TGConnectingPoint num="1" id="515" />
+<TGConnectingPoint num="2" id="516" />
+<TGConnectingPoint num="3" id="517" />
+<TGConnectingPoint num="4" id="518" />
+<TGConnectingPoint num="5" id="519" />
+<TGConnectingPoint num="6" id="520" />
+<TGConnectingPoint num="7" id="521" />
+<extraparam>
+<info value="Braking - FV::VehicleDynamicsManagement" taskName="VehicleDynamicsManagement" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1101" id="531" >
+<father id="565" num="1" />
+<cdparam x="763" y="986" />
+<sizeparam width="201" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="76" minY="0" maxY="171" />
+<infoparam name="TGComponent" value="Braking - FV::PlausibilityCheck" />
+<TGConnectingPoint num="0" id="523" />
+<TGConnectingPoint num="1" id="524" />
+<TGConnectingPoint num="2" id="525" />
+<TGConnectingPoint num="3" id="526" />
+<TGConnectingPoint num="4" id="527" />
+<TGConnectingPoint num="5" id="528" />
+<TGConnectingPoint num="6" id="529" />
+<TGConnectingPoint num="7" id="530" />
+<extraparam>
+<info value="Braking - FV::PlausibilityCheck" taskName="PlausibilityCheck" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1101" id="540" >
+<father id="565" num="2" />
+<cdparam x="726" y="927" />
+<sizeparam width="234" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="43" minY="0" maxY="171" />
+<infoparam name="TGComponent" value="Braking - FV::ObjectListManagement" />
+<TGConnectingPoint num="0" id="532" />
+<TGConnectingPoint num="1" id="533" />
+<TGConnectingPoint num="2" id="534" />
+<TGConnectingPoint num="3" id="535" />
+<TGConnectingPoint num="4" id="536" />
+<TGConnectingPoint num="5" id="537" />
+<TGConnectingPoint num="6" id="538" />
+<TGConnectingPoint num="7" id="539" />
+<extraparam>
+<info value="Braking - FV::ObjectListManagement" taskName="ObjectListManagement" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1102" id="590" >
+<cdparam x="90" y="646" />
+<sizeparam width="1000" height="50" minWidth="100" minHeight="50" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CAN" value="name" />
+<TGConnectingPoint num="0" id="566" />
+<TGConnectingPoint num="1" id="567" />
+<TGConnectingPoint num="2" id="568" />
+<TGConnectingPoint num="3" id="569" />
+<TGConnectingPoint num="4" id="570" />
+<TGConnectingPoint num="5" id="571" />
+<TGConnectingPoint num="6" id="572" />
+<TGConnectingPoint num="7" id="573" />
+<TGConnectingPoint num="8" id="574" />
+<TGConnectingPoint num="9" id="575" />
+<TGConnectingPoint num="10" id="576" />
+<TGConnectingPoint num="11" id="577" />
+<TGConnectingPoint num="12" id="578" />
+<TGConnectingPoint num="13" id="579" />
+<TGConnectingPoint num="14" id="580" />
+<TGConnectingPoint num="15" id="581" />
+<TGConnectingPoint num="16" id="582" />
+<TGConnectingPoint num="17" id="583" />
+<TGConnectingPoint num="18" id="584" />
+<TGConnectingPoint num="19" id="585" />
+<TGConnectingPoint num="20" id="586" />
+<TGConnectingPoint num="21" id="587" />
+<TGConnectingPoint num="22" id="588" />
+<TGConnectingPoint num="23" id="589" />
+<extraparam>
+<info stereotype="BUS-RR" nodeName="CAN" />
+<attributes byteDataSize="4"  arbitrationPolicy="0"  sliceTime="10000"  pipelineSize="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1106" id="615" >
+<cdparam x="540" y="515" />
+<sizeparam width="100" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CU_to_CAN" value="name" />
+<TGConnectingPoint num="0" id="591" />
+<TGConnectingPoint num="1" id="592" />
+<TGConnectingPoint num="2" id="593" />
+<TGConnectingPoint num="3" id="594" />
+<TGConnectingPoint num="4" id="595" />
+<TGConnectingPoint num="5" id="596" />
+<TGConnectingPoint num="6" id="597" />
+<TGConnectingPoint num="7" id="598" />
+<TGConnectingPoint num="8" id="599" />
+<TGConnectingPoint num="9" id="600" />
+<TGConnectingPoint num="10" id="601" />
+<TGConnectingPoint num="11" id="602" />
+<TGConnectingPoint num="12" id="603" />
+<TGConnectingPoint num="13" id="604" />
+<TGConnectingPoint num="14" id="605" />
+<TGConnectingPoint num="15" id="606" />
+<TGConnectingPoint num="16" id="607" />
+<TGConnectingPoint num="17" id="608" />
+<TGConnectingPoint num="18" id="609" />
+<TGConnectingPoint num="19" id="610" />
+<TGConnectingPoint num="20" id="611" />
+<TGConnectingPoint num="21" id="612" />
+<TGConnectingPoint num="22" id="613" />
+<TGConnectingPoint num="23" id="614" />
+<extraparam>
+<info stereotype="BRIDGE" nodeName="CU_to_CAN" />
+<attributes bufferByteDataSize="4"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1105" id="640" >
+<cdparam x="198" y="367" />
+<sizeparam width="304" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="RAM_CU" value="name" />
+<TGConnectingPoint num="0" id="616" />
+<TGConnectingPoint num="1" id="617" />
+<TGConnectingPoint num="2" id="618" />
+<TGConnectingPoint num="3" id="619" />
+<TGConnectingPoint num="4" id="620" />
+<TGConnectingPoint num="5" id="621" />
+<TGConnectingPoint num="6" id="622" />
+<TGConnectingPoint num="7" id="623" />
+<TGConnectingPoint num="8" id="624" />
+<TGConnectingPoint num="9" id="625" />
+<TGConnectingPoint num="10" id="626" />
+<TGConnectingPoint num="11" id="627" />
+<TGConnectingPoint num="12" id="628" />
+<TGConnectingPoint num="13" id="629" />
+<TGConnectingPoint num="14" id="630" />
+<TGConnectingPoint num="15" id="631" />
+<TGConnectingPoint num="16" id="632" />
+<TGConnectingPoint num="17" id="633" />
+<TGConnectingPoint num="18" id="634" />
+<TGConnectingPoint num="19" id="635" />
+<TGConnectingPoint num="20" id="636" />
+<TGConnectingPoint num="21" id="637" />
+<TGConnectingPoint num="22" id="638" />
+<TGConnectingPoint num="23" id="639" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="RAM_CU" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1102" id="665" >
+<cdparam x="540" y="168" />
+<sizeparam width="100" height="319" minWidth="100" minHeight="50" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CAN_CU" value="name" />
+<TGConnectingPoint num="0" id="641" />
+<TGConnectingPoint num="1" id="642" />
+<TGConnectingPoint num="2" id="643" />
+<TGConnectingPoint num="3" id="644" />
+<TGConnectingPoint num="4" id="645" />
+<TGConnectingPoint num="5" id="646" />
+<TGConnectingPoint num="6" id="647" />
+<TGConnectingPoint num="7" id="648" />
+<TGConnectingPoint num="8" id="649" />
+<TGConnectingPoint num="9" id="650" />
+<TGConnectingPoint num="10" id="651" />
+<TGConnectingPoint num="11" id="652" />
+<TGConnectingPoint num="12" id="653" />
+<TGConnectingPoint num="13" id="654" />
+<TGConnectingPoint num="14" id="655" />
+<TGConnectingPoint num="15" id="656" />
+<TGConnectingPoint num="16" id="657" />
+<TGConnectingPoint num="17" id="658" />
+<TGConnectingPoint num="18" id="659" />
+<TGConnectingPoint num="19" id="660" />
+<TGConnectingPoint num="20" id="661" />
+<TGConnectingPoint num="21" id="662" />
+<TGConnectingPoint num="22" id="663" />
+<TGConnectingPoint num="23" id="664" />
+<extraparam>
+<info stereotype="BUS-RR" nodeName="CAN_CU" />
+<attributes byteDataSize="4"  arbitrationPolicy="0"  sliceTime="10000"  pipelineSize="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1105" id="690" >
+<cdparam x="681" y="54" />
+<sizeparam width="111" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="Flash_CU" value="name" />
+<TGConnectingPoint num="0" id="666" />
+<TGConnectingPoint num="1" id="667" />
+<TGConnectingPoint num="2" id="668" />
+<TGConnectingPoint num="3" id="669" />
+<TGConnectingPoint num="4" id="670" />
+<TGConnectingPoint num="5" id="671" />
+<TGConnectingPoint num="6" id="672" />
+<TGConnectingPoint num="7" id="673" />
+<TGConnectingPoint num="8" id="674" />
+<TGConnectingPoint num="9" id="675" />
+<TGConnectingPoint num="10" id="676" />
+<TGConnectingPoint num="11" id="677" />
+<TGConnectingPoint num="12" id="678" />
+<TGConnectingPoint num="13" id="679" />
+<TGConnectingPoint num="14" id="680" />
+<TGConnectingPoint num="15" id="681" />
+<TGConnectingPoint num="16" id="682" />
+<TGConnectingPoint num="17" id="683" />
+<TGConnectingPoint num="18" id="684" />
+<TGConnectingPoint num="19" id="685" />
+<TGConnectingPoint num="20" id="686" />
+<TGConnectingPoint num="21" id="687" />
+<TGConnectingPoint num="22" id="688" />
+<TGConnectingPoint num="23" id="689" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="Flash_CU" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1104" id="724" >
+<cdparam x="681" y="161" />
+<sizeparam width="207" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="GPS" value="name" />
+<TGConnectingPoint num="0" id="700" />
+<TGConnectingPoint num="1" id="701" />
+<TGConnectingPoint num="2" id="702" />
+<TGConnectingPoint num="3" id="703" />
+<TGConnectingPoint num="4" id="704" />
+<TGConnectingPoint num="5" id="705" />
+<TGConnectingPoint num="6" id="706" />
+<TGConnectingPoint num="7" id="707" />
+<TGConnectingPoint num="8" id="708" />
+<TGConnectingPoint num="9" id="709" />
+<TGConnectingPoint num="10" id="710" />
+<TGConnectingPoint num="11" id="711" />
+<TGConnectingPoint num="12" id="712" />
+<TGConnectingPoint num="13" id="713" />
+<TGConnectingPoint num="14" id="714" />
+<TGConnectingPoint num="15" id="715" />
+<TGConnectingPoint num="16" id="716" />
+<TGConnectingPoint num="17" id="717" />
+<TGConnectingPoint num="18" id="718" />
+<TGConnectingPoint num="19" id="719" />
+<TGConnectingPoint num="20" id="720" />
+<TGConnectingPoint num="21" id="721" />
+<TGConnectingPoint num="22" id="722" />
+<TGConnectingPoint num="23" id="723" />
+<extraparam>
+<info stereotype="HWA" nodeName="GPS" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="699" >
+<father id="724" num="0" />
+<cdparam x="695" y="197" />
+<sizeparam width="188" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="19" minY="0" maxY="50" />
+<infoparam name="TGComponent" value="Braking - FV::GPSReception" />
+<TGConnectingPoint num="0" id="691" />
+<TGConnectingPoint num="1" id="692" />
+<TGConnectingPoint num="2" id="693" />
+<TGConnectingPoint num="3" id="694" />
+<TGConnectingPoint num="4" id="695" />
+<TGConnectingPoint num="5" id="696" />
+<TGConnectingPoint num="6" id="697" />
+<TGConnectingPoint num="7" id="698" />
+<extraparam>
+<info value="Braking - FV::GPSReception" taskName="GPSReception" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1104" id="758" >
+<cdparam x="684" y="384" />
+<sizeparam width="198" height="115" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="DSRC" value="name" />
+<TGConnectingPoint num="0" id="734" />
+<TGConnectingPoint num="1" id="735" />
+<TGConnectingPoint num="2" id="736" />
+<TGConnectingPoint num="3" id="737" />
+<TGConnectingPoint num="4" id="738" />
+<TGConnectingPoint num="5" id="739" />
+<TGConnectingPoint num="6" id="740" />
+<TGConnectingPoint num="7" id="741" />
+<TGConnectingPoint num="8" id="742" />
+<TGConnectingPoint num="9" id="743" />
+<TGConnectingPoint num="10" id="744" />
+<TGConnectingPoint num="11" id="745" />
+<TGConnectingPoint num="12" id="746" />
+<TGConnectingPoint num="13" id="747" />
+<TGConnectingPoint num="14" id="748" />
+<TGConnectingPoint num="15" id="749" />
+<TGConnectingPoint num="16" id="750" />
+<TGConnectingPoint num="17" id="751" />
+<TGConnectingPoint num="18" id="752" />
+<TGConnectingPoint num="19" id="753" />
+<TGConnectingPoint num="20" id="754" />
+<TGConnectingPoint num="21" id="755" />
+<TGConnectingPoint num="22" id="756" />
+<TGConnectingPoint num="23" id="757" />
+<extraparam>
+<info stereotype="HWA" nodeName="DSRC" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="733" >
+<father id="758" num="0" />
+<cdparam x="699" y="427" />
+<sizeparam width="168" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="30" minY="0" maxY="65" />
+<infoparam name="TGComponent" value="Braking - FV::DSRCRxTx" />
+<TGConnectingPoint num="0" id="725" />
+<TGConnectingPoint num="1" id="726" />
+<TGConnectingPoint num="2" id="727" />
+<TGConnectingPoint num="3" id="728" />
+<TGConnectingPoint num="4" id="729" />
+<TGConnectingPoint num="5" id="730" />
+<TGConnectingPoint num="6" id="731" />
+<TGConnectingPoint num="7" id="732" />
+<extraparam>
+<info value="Braking - FV::DSRCRxTx" taskName="DSRCRxTx" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1104" id="783" >
+<cdparam x="683" y="274" />
+<sizeparam width="196" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="UMTS" value="name" />
+<TGConnectingPoint num="0" id="759" />
+<TGConnectingPoint num="1" id="760" />
+<TGConnectingPoint num="2" id="761" />
+<TGConnectingPoint num="3" id="762" />
+<TGConnectingPoint num="4" id="763" />
+<TGConnectingPoint num="5" id="764" />
+<TGConnectingPoint num="6" id="765" />
+<TGConnectingPoint num="7" id="766" />
+<TGConnectingPoint num="8" id="767" />
+<TGConnectingPoint num="9" id="768" />
+<TGConnectingPoint num="10" id="769" />
+<TGConnectingPoint num="11" id="770" />
+<TGConnectingPoint num="12" id="771" />
+<TGConnectingPoint num="13" id="772" />
+<TGConnectingPoint num="14" id="773" />
+<TGConnectingPoint num="15" id="774" />
+<TGConnectingPoint num="16" id="775" />
+<TGConnectingPoint num="17" id="776" />
+<TGConnectingPoint num="18" id="777" />
+<TGConnectingPoint num="19" id="778" />
+<TGConnectingPoint num="20" id="779" />
+<TGConnectingPoint num="21" id="780" />
+<TGConnectingPoint num="22" id="781" />
+<TGConnectingPoint num="23" id="782" />
+<extraparam>
+<info stereotype="HWA" nodeName="UMTS" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1105" id="808" >
+<cdparam x="1861" y="1007" />
+<sizeparam width="100" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="Flash_BCU" value="name" />
+<TGConnectingPoint num="0" id="784" />
+<TGConnectingPoint num="1" id="785" />
+<TGConnectingPoint num="2" id="786" />
+<TGConnectingPoint num="3" id="787" />
+<TGConnectingPoint num="4" id="788" />
+<TGConnectingPoint num="5" id="789" />
+<TGConnectingPoint num="6" id="790" />
+<TGConnectingPoint num="7" id="791" />
+<TGConnectingPoint num="8" id="792" />
+<TGConnectingPoint num="9" id="793" />
+<TGConnectingPoint num="10" id="794" />
+<TGConnectingPoint num="11" id="795" />
+<TGConnectingPoint num="12" id="796" />
+<TGConnectingPoint num="13" id="797" />
+<TGConnectingPoint num="14" id="798" />
+<TGConnectingPoint num="15" id="799" />
+<TGConnectingPoint num="16" id="800" />
+<TGConnectingPoint num="17" id="801" />
+<TGConnectingPoint num="18" id="802" />
+<TGConnectingPoint num="19" id="803" />
+<TGConnectingPoint num="20" id="804" />
+<TGConnectingPoint num="21" id="805" />
+<TGConnectingPoint num="22" id="806" />
+<TGConnectingPoint num="23" id="807" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="Flash_BCU" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1105" id="833" >
+<cdparam x="1118" y="921" />
+<sizeparam width="100" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="Flash_CSCU" value="name" />
+<TGConnectingPoint num="0" id="809" />
+<TGConnectingPoint num="1" id="810" />
+<TGConnectingPoint num="2" id="811" />
+<TGConnectingPoint num="3" id="812" />
+<TGConnectingPoint num="4" id="813" />
+<TGConnectingPoint num="5" id="814" />
+<TGConnectingPoint num="6" id="815" />
+<TGConnectingPoint num="7" id="816" />
+<TGConnectingPoint num="8" id="817" />
+<TGConnectingPoint num="9" id="818" />
+<TGConnectingPoint num="10" id="819" />
+<TGConnectingPoint num="11" id="820" />
+<TGConnectingPoint num="12" id="821" />
+<TGConnectingPoint num="13" id="822" />
+<TGConnectingPoint num="14" id="823" />
+<TGConnectingPoint num="15" id="824" />
+<TGConnectingPoint num="16" id="825" />
+<TGConnectingPoint num="17" id="826" />
+<TGConnectingPoint num="18" id="827" />
+<TGConnectingPoint num="19" id="828" />
+<TGConnectingPoint num="20" id="829" />
+<TGConnectingPoint num="21" id="830" />
+<TGConnectingPoint num="22" id="831" />
+<TGConnectingPoint num="23" id="832" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="Flash_CSCU" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1106" id="858" >
+<cdparam x="285" y="747" />
+<sizeparam width="110" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="PTC_to_CAN" value="name" />
+<TGConnectingPoint num="0" id="834" />
+<TGConnectingPoint num="1" id="835" />
+<TGConnectingPoint num="2" id="836" />
+<TGConnectingPoint num="3" id="837" />
+<TGConnectingPoint num="4" id="838" />
+<TGConnectingPoint num="5" id="839" />
+<TGConnectingPoint num="6" id="840" />
+<TGConnectingPoint num="7" id="841" />
+<TGConnectingPoint num="8" id="842" />
+<TGConnectingPoint num="9" id="843" />
+<TGConnectingPoint num="10" id="844" />
+<TGConnectingPoint num="11" id="845" />
+<TGConnectingPoint num="12" id="846" />
+<TGConnectingPoint num="13" id="847" />
+<TGConnectingPoint num="14" id="848" />
+<TGConnectingPoint num="15" id="849" />
+<TGConnectingPoint num="16" id="850" />
+<TGConnectingPoint num="17" id="851" />
+<TGConnectingPoint num="18" id="852" />
+<TGConnectingPoint num="19" id="853" />
+<TGConnectingPoint num="20" id="854" />
+<TGConnectingPoint num="21" id="855" />
+<TGConnectingPoint num="22" id="856" />
+<TGConnectingPoint num="23" id="857" />
+<extraparam>
+<info stereotype="BRIDGE" nodeName="PTC_to_CAN" />
+<attributes bufferByteDataSize="4"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1106" id="883" >
+<cdparam x="993" y="748" />
+<sizeparam width="110" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CSCU_to_CAN" value="name" />
+<TGConnectingPoint num="0" id="859" />
+<TGConnectingPoint num="1" id="860" />
+<TGConnectingPoint num="2" id="861" />
+<TGConnectingPoint num="3" id="862" />
+<TGConnectingPoint num="4" id="863" />
+<TGConnectingPoint num="5" id="864" />
+<TGConnectingPoint num="6" id="865" />
+<TGConnectingPoint num="7" id="866" />
+<TGConnectingPoint num="8" id="867" />
+<TGConnectingPoint num="9" id="868" />
+<TGConnectingPoint num="10" id="869" />
+<TGConnectingPoint num="11" id="870" />
+<TGConnectingPoint num="12" id="871" />
+<TGConnectingPoint num="13" id="872" />
+<TGConnectingPoint num="14" id="873" />
+<TGConnectingPoint num="15" id="874" />
+<TGConnectingPoint num="16" id="875" />
+<TGConnectingPoint num="17" id="876" />
+<TGConnectingPoint num="18" id="877" />
+<TGConnectingPoint num="19" id="878" />
+<TGConnectingPoint num="20" id="879" />
+<TGConnectingPoint num="21" id="880" />
+<TGConnectingPoint num="22" id="881" />
+<TGConnectingPoint num="23" id="882" />
+<extraparam>
+<info stereotype="BRIDGE" nodeName="CSCU_to_CAN" />
+<attributes bufferByteDataSize="4"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1102" id="908" >
+<cdparam x="987" y="906" />
+<sizeparam width="100" height="368" minWidth="100" minHeight="50" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CAN_CSCU" value="name" />
+<TGConnectingPoint num="0" id="884" />
+<TGConnectingPoint num="1" id="885" />
+<TGConnectingPoint num="2" id="886" />
+<TGConnectingPoint num="3" id="887" />
+<TGConnectingPoint num="4" id="888" />
+<TGConnectingPoint num="5" id="889" />
+<TGConnectingPoint num="6" id="890" />
+<TGConnectingPoint num="7" id="891" />
+<TGConnectingPoint num="8" id="892" />
+<TGConnectingPoint num="9" id="893" />
+<TGConnectingPoint num="10" id="894" />
+<TGConnectingPoint num="11" id="895" />
+<TGConnectingPoint num="12" id="896" />
+<TGConnectingPoint num="13" id="897" />
+<TGConnectingPoint num="14" id="898" />
+<TGConnectingPoint num="15" id="899" />
+<TGConnectingPoint num="16" id="900" />
+<TGConnectingPoint num="17" id="901" />
+<TGConnectingPoint num="18" id="902" />
+<TGConnectingPoint num="19" id="903" />
+<TGConnectingPoint num="20" id="904" />
+<TGConnectingPoint num="21" id="905" />
+<TGConnectingPoint num="22" id="906" />
+<TGConnectingPoint num="23" id="907" />
+<extraparam>
+<info stereotype="BUS-RR" nodeName="CAN_CSCU" />
+<attributes byteDataSize="4"  arbitrationPolicy="0"  sliceTime="10000"  pipelineSize="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1105" id="933" >
+<cdparam x="68" y="1071" />
+<sizeparam width="209" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="RAM_PTC" value="name" />
+<TGConnectingPoint num="0" id="909" />
+<TGConnectingPoint num="1" id="910" />
+<TGConnectingPoint num="2" id="911" />
+<TGConnectingPoint num="3" id="912" />
+<TGConnectingPoint num="4" id="913" />
+<TGConnectingPoint num="5" id="914" />
+<TGConnectingPoint num="6" id="915" />
+<TGConnectingPoint num="7" id="916" />
+<TGConnectingPoint num="8" id="917" />
+<TGConnectingPoint num="9" id="918" />
+<TGConnectingPoint num="10" id="919" />
+<TGConnectingPoint num="11" id="920" />
+<TGConnectingPoint num="12" id="921" />
+<TGConnectingPoint num="13" id="922" />
+<TGConnectingPoint num="14" id="923" />
+<TGConnectingPoint num="15" id="924" />
+<TGConnectingPoint num="16" id="925" />
+<TGConnectingPoint num="17" id="926" />
+<TGConnectingPoint num="18" id="927" />
+<TGConnectingPoint num="19" id="928" />
+<TGConnectingPoint num="20" id="929" />
+<TGConnectingPoint num="21" id="930" />
+<TGConnectingPoint num="22" id="931" />
+<TGConnectingPoint num="23" id="932" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="RAM_PTC" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1102" id="958" >
+<cdparam x="332" y="882" />
+<sizeparam width="100" height="319" minWidth="100" minHeight="50" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CAN_CU" value="name" />
+<TGConnectingPoint num="0" id="934" />
+<TGConnectingPoint num="1" id="935" />
+<TGConnectingPoint num="2" id="936" />
+<TGConnectingPoint num="3" id="937" />
+<TGConnectingPoint num="4" id="938" />
+<TGConnectingPoint num="5" id="939" />
+<TGConnectingPoint num="6" id="940" />
+<TGConnectingPoint num="7" id="941" />
+<TGConnectingPoint num="8" id="942" />
+<TGConnectingPoint num="9" id="943" />
+<TGConnectingPoint num="10" id="944" />
+<TGConnectingPoint num="11" id="945" />
+<TGConnectingPoint num="12" id="946" />
+<TGConnectingPoint num="13" id="947" />
+<TGConnectingPoint num="14" id="948" />
+<TGConnectingPoint num="15" id="949" />
+<TGConnectingPoint num="16" id="950" />
+<TGConnectingPoint num="17" id="951" />
+<TGConnectingPoint num="18" id="952" />
+<TGConnectingPoint num="19" id="953" />
+<TGConnectingPoint num="20" id="954" />
+<TGConnectingPoint num="21" id="955" />
+<TGConnectingPoint num="22" id="956" />
+<TGConnectingPoint num="23" id="957" />
+<extraparam>
+<info stereotype="BUS-RR" nodeName="CAN_CU" />
+<attributes byteDataSize="4"  arbitrationPolicy="0"  sliceTime="10000"  pipelineSize="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1105" id="983" >
+<cdparam x="454" y="906" />
+<sizeparam width="111" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="Flash_PTC" value="name" />
+<TGConnectingPoint num="0" id="959" />
+<TGConnectingPoint num="1" id="960" />
+<TGConnectingPoint num="2" id="961" />
+<TGConnectingPoint num="3" id="962" />
+<TGConnectingPoint num="4" id="963" />
+<TGConnectingPoint num="5" id="964" />
+<TGConnectingPoint num="6" id="965" />
+<TGConnectingPoint num="7" id="966" />
+<TGConnectingPoint num="8" id="967" />
+<TGConnectingPoint num="9" id="968" />
+<TGConnectingPoint num="10" id="969" />
+<TGConnectingPoint num="11" id="970" />
+<TGConnectingPoint num="12" id="971" />
+<TGConnectingPoint num="13" id="972" />
+<TGConnectingPoint num="14" id="973" />
+<TGConnectingPoint num="15" id="974" />
+<TGConnectingPoint num="16" id="975" />
+<TGConnectingPoint num="17" id="976" />
+<TGConnectingPoint num="18" id="977" />
+<TGConnectingPoint num="19" id="978" />
+<TGConnectingPoint num="20" id="979" />
+<TGConnectingPoint num="21" id="980" />
+<TGConnectingPoint num="22" id="981" />
+<TGConnectingPoint num="23" id="982" />
+<extraparam>
+<info stereotype="MEMORY" nodeName="Flash_PTC" />
+<attributes byteDataSize="4"  clockRatio="1"  bufferType="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="1100" id="1017" >
+<cdparam x="21" y="904" />
+<sizeparam width="295" height="138" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CPU_PTC" value="name" />
+<TGConnectingPoint num="0" id="993" />
+<TGConnectingPoint num="1" id="994" />
+<TGConnectingPoint num="2" id="995" />
+<TGConnectingPoint num="3" id="996" />
+<TGConnectingPoint num="4" id="997" />
+<TGConnectingPoint num="5" id="998" />
+<TGConnectingPoint num="6" id="999" />
+<TGConnectingPoint num="7" id="1000" />
+<TGConnectingPoint num="8" id="1001" />
+<TGConnectingPoint num="9" id="1002" />
+<TGConnectingPoint num="10" id="1003" />
+<TGConnectingPoint num="11" id="1004" />
+<TGConnectingPoint num="12" id="1005" />
+<TGConnectingPoint num="13" id="1006" />
+<TGConnectingPoint num="14" id="1007" />
+<TGConnectingPoint num="15" id="1008" />
+<TGConnectingPoint num="16" id="1009" />
+<TGConnectingPoint num="17" id="1010" />
+<TGConnectingPoint num="18" id="1011" />
+<TGConnectingPoint num="19" id="1012" />
+<TGConnectingPoint num="20" id="1013" />
+<TGConnectingPoint num="21" id="1014" />
+<TGConnectingPoint num="22" id="1015" />
+<TGConnectingPoint num="23" id="1016" />
+<extraparam>
+<info stereotype="CPURR" nodeName="CPU_PTC" />
+<attributes nbOfCores="1" byteDataSize="4"  schedulingPolicy="0"  sliceTime="10000"  goIdleTime="10"  maxConsecutiveIdleCycles="10"  pipelineSize="5"  taskSwitchingTime="20"  branchingPredictionPenalty="2"  cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0"/>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="992" >
+<father id="1017" num="0" />
+<cdparam x="28" y="952" />
+<sizeparam width="279" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="16" minY="0" maxY="88" />
+<infoparam name="TGComponent" value="Braking - FV::DrivingPowerReductionstrategy" />
+<TGConnectingPoint num="0" id="984" />
+<TGConnectingPoint num="1" id="985" />
+<TGConnectingPoint num="2" id="986" />
+<TGConnectingPoint num="3" id="987" />
+<TGConnectingPoint num="4" id="988" />
+<TGConnectingPoint num="5" id="989" />
+<TGConnectingPoint num="6" id="990" />
+<TGConnectingPoint num="7" id="991" />
+<extraparam>
+<info value="Braking - FV::DrivingPowerReductionstrategy" taskName="DrivingPowerReductionstrategy" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1104" id="1051" >
+<cdparam x="448" y="1130" />
+<sizeparam width="243" height="100" minWidth="100" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="PTC_Devices" value="name" />
+<TGConnectingPoint num="0" id="1027" />
+<TGConnectingPoint num="1" id="1028" />
+<TGConnectingPoint num="2" id="1029" />
+<TGConnectingPoint num="3" id="1030" />
+<TGConnectingPoint num="4" id="1031" />
+<TGConnectingPoint num="5" id="1032" />
+<TGConnectingPoint num="6" id="1033" />
+<TGConnectingPoint num="7" id="1034" />
+<TGConnectingPoint num="8" id="1035" />
+<TGConnectingPoint num="9" id="1036" />
+<TGConnectingPoint num="10" id="1037" />
+<TGConnectingPoint num="11" id="1038" />
+<TGConnectingPoint num="12" id="1039" />
+<TGConnectingPoint num="13" id="1040" />
+<TGConnectingPoint num="14" id="1041" />
+<TGConnectingPoint num="15" id="1042" />
+<TGConnectingPoint num="16" id="1043" />
+<TGConnectingPoint num="17" id="1044" />
+<TGConnectingPoint num="18" id="1045" />
+<TGConnectingPoint num="19" id="1046" />
+<TGConnectingPoint num="20" id="1047" />
+<TGConnectingPoint num="21" id="1048" />
+<TGConnectingPoint num="22" id="1049" />
+<TGConnectingPoint num="23" id="1050" />
+<extraparam>
+<info stereotype="HWA" nodeName="PTC_Devices" />
+<attributes byteDataSize="4"  execiTime="1"  clockRatio="1" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="1026" >
+<father id="1051" num="0" />
+<cdparam x="448" y="1171" />
+<sizeparam width="237" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="6" minY="0" maxY="50" />
+<infoparam name="TGComponent" value="Braking - FV::doReduceDrivingPower" />
+<TGConnectingPoint num="0" id="1018" />
+<TGConnectingPoint num="1" id="1019" />
+<TGConnectingPoint num="2" id="1020" />
+<TGConnectingPoint num="3" id="1021" />
+<TGConnectingPoint num="4" id="1022" />
+<TGConnectingPoint num="5" id="1023" />
+<TGConnectingPoint num="6" id="1024" />
+<TGConnectingPoint num="7" id="1025" />
+<extraparam>
+<info value="Braking - FV::doReduceDrivingPower" taskName="doReduceDrivingPower" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="1100" id="1103" >
+<cdparam x="196" y="135" />
+<sizeparam width="306" height="215" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="2400" minY="10" maxY="1900" />
+<infoparam name="CPU_CU" value="name" />
+<TGConnectingPoint num="0" id="1079" />
+<TGConnectingPoint num="1" id="1080" />
+<TGConnectingPoint num="2" id="1081" />
+<TGConnectingPoint num="3" id="1082" />
+<TGConnectingPoint num="4" id="1083" />
+<TGConnectingPoint num="5" id="1084" />
+<TGConnectingPoint num="6" id="1085" />
+<TGConnectingPoint num="7" id="1086" />
+<TGConnectingPoint num="8" id="1087" />
+<TGConnectingPoint num="9" id="1088" />
+<TGConnectingPoint num="10" id="1089" />
+<TGConnectingPoint num="11" id="1090" />
+<TGConnectingPoint num="12" id="1091" />
+<TGConnectingPoint num="13" id="1092" />
+<TGConnectingPoint num="14" id="1093" />
+<TGConnectingPoint num="15" id="1094" />
+<TGConnectingPoint num="16" id="1095" />
+<TGConnectingPoint num="17" id="1096" />
+<TGConnectingPoint num="18" id="1097" />
+<TGConnectingPoint num="19" id="1098" />
+<TGConnectingPoint num="20" id="1099" />
+<TGConnectingPoint num="21" id="1100" />
+<TGConnectingPoint num="22" id="1101" />
+<TGConnectingPoint num="23" id="1102" />
+<extraparam>
+<info stereotype="CPURR" nodeName="CPU_CU" />
+<attributes nbOfCores="1" byteDataSize="4"  schedulingPolicy="0"  sliceTime="10000"  goIdleTime="10"  maxConsecutiveIdleCycles="10"  pipelineSize="5"  taskSwitchingTime="20"  branchingPredictionPenalty="2"  cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0"/>
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="1101" id="1060" >
+<father id="1103" num="0" />
+<cdparam x="196" y="230" />
+<sizeparam width="296" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="10" minY="0" maxY="165" />
+<infoparam name="TGComponent" value="Braking - FV::NeighbourhoodTableManagement" />
+<TGConnectingPoint num="0" id="1052" />
+<TGConnectingPoint num="1" id="1053" />
+<TGConnectingPoint num="2" id="1054" />
+<TGConnectingPoint num="3" id="1055" />
+<TGConnectingPoint num="4" id="1056" />
+<TGConnectingPoint num="5" id="1057" />
+<TGConnectingPoint num="6" id="1058" />
+<TGConnectingPoint num="7" id="1059" />
+<extraparam>
+<info value="Braking - FV::NeighbourhoodTableManagement" taskName="NeighbourhoodTableManagement" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1101" id="1069" >
+<father id="1103" num="1" />
+<cdparam x="202" y="175" />
+<sizeparam width="227" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="79" minY="0" maxY="165" />
+<infoparam name="TGComponent" value="Braking - FV::CorrectnessChecking" />
+<TGConnectingPoint num="0" id="1061" />
+<TGConnectingPoint num="1" id="1062" />
+<TGConnectingPoint num="2" id="1063" />
+<TGConnectingPoint num="3" id="1064" />
+<TGConnectingPoint num="4" id="1065" />
+<TGConnectingPoint num="5" id="1066" />
+<TGConnectingPoint num="6" id="1067" />
+<TGConnectingPoint num="7" id="1068" />
+<extraparam>
+<info value="Braking - FV::CorrectnessChecking" taskName="CorrectnessChecking" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="1101" id="1078" >
+<father id="1103" num="2" />
+<cdparam x="204" y="285" />
+<sizeparam width="214" height="50" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="92" minY="0" maxY="165" />
+<infoparam name="TGComponent" value="Braking - FV::DSRCManagement" />
+<TGConnectingPoint num="0" id="1070" />
+<TGConnectingPoint num="1" id="1071" />
+<TGConnectingPoint num="2" id="1072" />
+<TGConnectingPoint num="3" id="1073" />
+<TGConnectingPoint num="4" id="1074" />
+<TGConnectingPoint num="5" id="1075" />
+<TGConnectingPoint num="6" id="1076" />
+<TGConnectingPoint num="7" id="1077" />
+<extraparam>
+<info value="Braking - FV::DSRCManagement" taskName="DSRCManagement" referenceTaskName="Braking - FV" priority="0" operation="" fatherComponentMECType="0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="125" id="1104" >
+<cdparam x="302" y="849" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from PTC_to_CAN to CAN_CU" value="{info}" />
+<P1  x="340" y="847" id="840" />
+<P2  x="382" y="882" id="935" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1105" >
+<cdparam x="211" y="742" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from PTC_to_CAN to CAN" value="{info}" />
+<P1  x="340" y="747" id="835" />
+<P2  x="340" y="696" id="580" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1106" >
+<cdparam x="1932" y="1245" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from BrakingControlDevice to CAN_BCU" value="{info}" />
+<P1  x="1861" y="1259" id="281" />
+<P2  x="1833" y="1259" id="384" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1107" >
+<cdparam x="1899" y="1013" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Flash_CSCU to CAN_BCU" value="{info}" />
+<P1  x="1861" y="1057" id="787" />
+<P2  x="1833" y="1057" id="382" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1108" >
+<cdparam x="1653" y="1311" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RAM_BCU to CAN_BCU" value="{info}" />
+<P1  x="1689" y="1259" id="307" />
+<P2  x="1733" y="1259" id="383" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1109" >
+<cdparam x="1684" y="1069" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CPU_BCU to CAN_BCU" value="{info}" />
+<P1  x="1694" y="1057" id="350" />
+<P2  x="1733" y="1057" id="381" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1110" >
+<cdparam x="1374" y="897" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from BCU_to_CSCU to CAN_BCU" value="{info}" />
+<P1  x="1512" y="862" id="400" />
+<P2  x="1733" y="956" id="371" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1111" >
+<cdparam x="1135" y="901" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from BCU_to_CSCU to Bus0" value="{info}" />
+<P1  x="1262" y="862" id="399" />
+<P2  x="1087" y="906" id="886" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1112" >
+<cdparam x="1141" y="1262" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from EnvSensors to Bus0" value="{info}" />
+<P1  x="1118" y="1203" id="440" />
+<P2  x="1087" y="1182" id="897" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1113" >
+<cdparam x="1136" y="1181" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from ChassisSensors to Bus0" value="{info}" />
+<P1  x="1119" y="1103" id="467" />
+<P2  x="1087" y="1090" id="888" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1114" >
+<cdparam x="1148" y="968" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Flash_CSCU to Bus0" value="{info}" />
+<P1  x="1118" y="971" id="812" />
+<P2  x="1087" y="998" id="895" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1115" >
+<cdparam x="859" y="1198" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Memory0 to Bus0" value="{info}" />
+<P1  x="920" y="1187" id="493" />
+<P2  x="987" y="1182" id="896" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1116" >
+<cdparam x="894" y="1009" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CCPU_CSCU to Bus0" value="{info}" />
+<P1  x="968" y="997" id="545" />
+<P2  x="987" y="998" id="894" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1117" >
+<cdparam x="1011" y="844" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CSCU_to_CAN to Bus0" value="{info}" />
+<P1  x="1048" y="848" id="865" />
+<P2  x="1037" y="906" id="885" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1118" >
+<cdparam x="653" y="754" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CSCU_to_CAN to CAN" value="{info}" />
+<P1  x="1048" y="748" id="860" />
+<P2  x="840" y="696" id="581" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1119" >
+<cdparam x="454" y="636" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CU_to_CAN to CAN" value="{info}" />
+<P1  x="590" y="615" id="597" />
+<P2  x="590" y="646" id="567" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1120" >
+<cdparam x="590" y="534" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CU_to_CAN to CAN_CU" value="{info}" />
+<P1  x="590" y="515" id="592" />
+<P2  x="590" y="487" id="647" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1121" >
+<cdparam x="705" y="461" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from DSRC to CAN_CU" value="{info}" />
+<P1  x="684" y="441" id="737" />
+<P2  x="640" y="407" id="654" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1122" >
+<cdparam x="705" y="336" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from UMTS to CAN_CU" value="{info}" />
+<P1  x="683" y="324" id="762" />
+<P2  x="640" y="327" id="645" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1123" >
+<cdparam x="706" y="223" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from GPS to CAN_CU" value="{info}" />
+<P1  x="681" y="211" id="703" />
+<P2  x="640" y="247" id="652" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1124" >
+<cdparam x="707" y="101" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Flash_CU to CAN_CU" value="{info}" />
+<P1  x="681" y="104" id="669" />
+<P2  x="640" y="168" id="643" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1125" >
+<cdparam x="462" y="291" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RAM_CU to CAN_CU" value="{info}" />
+<P1  x="502" y="417" id="620" />
+<P2  x="540" y="407" id="653" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1126" >
+<cdparam x="463" y="124" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CCPU_CU to CAN_CU" value="{info}" />
+<P1  x="502" y="242" id="1083" />
+<P2  x="540" y="247" id="651" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1127" >
+<cdparam x="538" y="1173" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from GPS to CAN_CU" value="{info}" />
+<P1  x="448" y="1180" id="1030" />
+<P2  x="432" y="1121" id="947" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1128" >
+<cdparam x="539" y="1051" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Flash_CU to CAN_CU" value="{info}" />
+<P1  x="454" y="956" id="962" />
+<P2  x="432" y="961" id="945" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1129" >
+<cdparam x="294" y="1241" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RAM_CU to CAN_CU" value="{info}" />
+<P1  x="277" y="1121" id="913" />
+<P2  x="332" y="1121" id="946" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="125" id="1130" >
+<cdparam x="295" y="1074" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from CCPU_CU to CAN_CU" value="{info}" />
+<P1  x="316" y="973" id="997" />
+<P2  x="332" y="961" id="944" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<info priority="0" />
+</extraparam>
+</CONNECTOR>
+
+</TMLArchiDiagramPanel>
+
+</Modeling>
+
+
+
+
+<Modeling type="Requirement" nameTab="General Requirements" >
+<TRequirementDiagramPanel name="AvailabilityRequirements" minX="10" maxX="1901" minY="10" maxY="901" zoom="1.0000000000000002" >
+<COMPONENT type="900" id="1162" >
+<cdparam x="470" y="532" />
+<sizeparam width="333" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="317" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureHighestAvalabilityForHighestPriorityFunctions" />
+<TGConnectingPoint num="0" id="1131" />
+<TGConnectingPoint num="1" id="1132" />
+<TGConnectingPoint num="2" id="1133" />
+<TGConnectingPoint num="3" id="1134" />
+<TGConnectingPoint num="4" id="1135" />
+<TGConnectingPoint num="5" id="1136" />
+<TGConnectingPoint num="6" id="1137" />
+<TGConnectingPoint num="7" id="1138" />
+<TGConnectingPoint num="8" id="1139" />
+<TGConnectingPoint num="9" id="1140" />
+<TGConnectingPoint num="10" id="1141" />
+<TGConnectingPoint num="11" id="1142" />
+<TGConnectingPoint num="12" id="1143" />
+<TGConnectingPoint num="13" id="1144" />
+<TGConnectingPoint num="14" id="1145" />
+<TGConnectingPoint num="15" id="1146" />
+<TGConnectingPoint num="16" id="1147" />
+<TGConnectingPoint num="17" id="1148" />
+<TGConnectingPoint num="18" id="1149" />
+<TGConnectingPoint num="19" id="1150" />
+<TGConnectingPoint num="20" id="1151" />
+<TGConnectingPoint num="21" id="1152" />
+<TGConnectingPoint num="22" id="1153" />
+<TGConnectingPoint num="23" id="1154" />
+<TGConnectingPoint num="24" id="1155" />
+<TGConnectingPoint num="25" id="1156" />
+<TGConnectingPoint num="26" id="1157" />
+<TGConnectingPoint num="27" id="1158" />
+<TGConnectingPoint num="28" id="1159" />
+<TGConnectingPoint num="29" id="1160" />
+<TGConnectingPoint num="30" id="1161" />
+<extraparam>
+<type data="0" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1194" >
+<cdparam x="196" y="535" />
+<sizeparam width="213" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="196" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureAvailabilityRadioMedium" />
+<TGConnectingPoint num="0" id="1163" />
+<TGConnectingPoint num="1" id="1164" />
+<TGConnectingPoint num="2" id="1165" />
+<TGConnectingPoint num="3" id="1166" />
+<TGConnectingPoint num="4" id="1167" />
+<TGConnectingPoint num="5" id="1168" />
+<TGConnectingPoint num="6" id="1169" />
+<TGConnectingPoint num="7" id="1170" />
+<TGConnectingPoint num="8" id="1171" />
+<TGConnectingPoint num="9" id="1172" />
+<TGConnectingPoint num="10" id="1173" />
+<TGConnectingPoint num="11" id="1174" />
+<TGConnectingPoint num="12" id="1175" />
+<TGConnectingPoint num="13" id="1176" />
+<TGConnectingPoint num="14" id="1177" />
+<TGConnectingPoint num="15" id="1178" />
+<TGConnectingPoint num="16" id="1179" />
+<TGConnectingPoint num="17" id="1180" />
+<TGConnectingPoint num="18" id="1181" />
+<TGConnectingPoint num="19" id="1182" />
+<TGConnectingPoint num="20" id="1183" />
+<TGConnectingPoint num="21" id="1184" />
+<TGConnectingPoint num="22" id="1185" />
+<TGConnectingPoint num="23" id="1186" />
+<TGConnectingPoint num="24" id="1187" />
+<TGConnectingPoint num="25" id="1188" />
+<TGConnectingPoint num="26" id="1189" />
+<TGConnectingPoint num="27" id="1190" />
+<TGConnectingPoint num="28" id="1191" />
+<TGConnectingPoint num="29" id="1192" />
+<TGConnectingPoint num="30" id="1193" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1226" >
+<cdparam x="764" y="331" />
+<sizeparam width="310" height="102" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="288" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureExternalCommunicationDeviceAvailability" />
+<TGConnectingPoint num="0" id="1195" />
+<TGConnectingPoint num="1" id="1196" />
+<TGConnectingPoint num="2" id="1197" />
+<TGConnectingPoint num="3" id="1198" />
+<TGConnectingPoint num="4" id="1199" />
+<TGConnectingPoint num="5" id="1200" />
+<TGConnectingPoint num="6" id="1201" />
+<TGConnectingPoint num="7" id="1202" />
+<TGConnectingPoint num="8" id="1203" />
+<TGConnectingPoint num="9" id="1204" />
+<TGConnectingPoint num="10" id="1205" />
+<TGConnectingPoint num="11" id="1206" />
+<TGConnectingPoint num="12" id="1207" />
+<TGConnectingPoint num="13" id="1208" />
+<TGConnectingPoint num="14" id="1209" />
+<TGConnectingPoint num="15" id="1210" />
+<TGConnectingPoint num="16" id="1211" />
+<TGConnectingPoint num="17" id="1212" />
+<TGConnectingPoint num="18" id="1213" />
+<TGConnectingPoint num="19" id="1214" />
+<TGConnectingPoint num="20" id="1215" />
+<TGConnectingPoint num="21" id="1216" />
+<TGConnectingPoint num="22" id="1217" />
+<TGConnectingPoint num="23" id="1218" />
+<TGConnectingPoint num="24" id="1219" />
+<TGConnectingPoint num="25" id="1220" />
+<TGConnectingPoint num="26" id="1221" />
+<TGConnectingPoint num="27" id="1222" />
+<TGConnectingPoint num="28" id="1223" />
+<TGConnectingPoint num="29" id="1224" />
+<TGConnectingPoint num="30" id="1225" />
+<extraparam>
+<type data="2" />
+<textline data="Communication buffer overflow" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-1.4" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1258" >
+<cdparam x="527" y="329" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="144" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureRAMAvailability" />
+<TGConnectingPoint num="0" id="1227" />
+<TGConnectingPoint num="1" id="1228" />
+<TGConnectingPoint num="2" id="1229" />
+<TGConnectingPoint num="3" id="1230" />
+<TGConnectingPoint num="4" id="1231" />
+<TGConnectingPoint num="5" id="1232" />
+<TGConnectingPoint num="6" id="1233" />
+<TGConnectingPoint num="7" id="1234" />
+<TGConnectingPoint num="8" id="1235" />
+<TGConnectingPoint num="9" id="1236" />
+<TGConnectingPoint num="10" id="1237" />
+<TGConnectingPoint num="11" id="1238" />
+<TGConnectingPoint num="12" id="1239" />
+<TGConnectingPoint num="13" id="1240" />
+<TGConnectingPoint num="14" id="1241" />
+<TGConnectingPoint num="15" id="1242" />
+<TGConnectingPoint num="16" id="1243" />
+<TGConnectingPoint num="17" id="1244" />
+<TGConnectingPoint num="18" id="1245" />
+<TGConnectingPoint num="19" id="1246" />
+<TGConnectingPoint num="20" id="1247" />
+<TGConnectingPoint num="21" id="1248" />
+<TGConnectingPoint num="22" id="1249" />
+<TGConnectingPoint num="23" id="1250" />
+<TGConnectingPoint num="24" id="1251" />
+<TGConnectingPoint num="25" id="1252" />
+<TGConnectingPoint num="26" id="1253" />
+<TGConnectingPoint num="27" id="1254" />
+<TGConnectingPoint num="28" id="1255" />
+<TGConnectingPoint num="29" id="1256" />
+<TGConnectingPoint num="30" id="1257" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-1.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1290" >
+<cdparam x="303" y="331" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="145" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureCPUAvailability" />
+<TGConnectingPoint num="0" id="1259" />
+<TGConnectingPoint num="1" id="1260" />
+<TGConnectingPoint num="2" id="1261" />
+<TGConnectingPoint num="3" id="1262" />
+<TGConnectingPoint num="4" id="1263" />
+<TGConnectingPoint num="5" id="1264" />
+<TGConnectingPoint num="6" id="1265" />
+<TGConnectingPoint num="7" id="1266" />
+<TGConnectingPoint num="8" id="1267" />
+<TGConnectingPoint num="9" id="1268" />
+<TGConnectingPoint num="10" id="1269" />
+<TGConnectingPoint num="11" id="1270" />
+<TGConnectingPoint num="12" id="1271" />
+<TGConnectingPoint num="13" id="1272" />
+<TGConnectingPoint num="14" id="1273" />
+<TGConnectingPoint num="15" id="1274" />
+<TGConnectingPoint num="16" id="1275" />
+<TGConnectingPoint num="17" id="1276" />
+<TGConnectingPoint num="18" id="1277" />
+<TGConnectingPoint num="19" id="1278" />
+<TGConnectingPoint num="20" id="1279" />
+<TGConnectingPoint num="21" id="1280" />
+<TGConnectingPoint num="22" id="1281" />
+<TGConnectingPoint num="23" id="1282" />
+<TGConnectingPoint num="24" id="1283" />
+<TGConnectingPoint num="25" id="1284" />
+<TGConnectingPoint num="26" id="1285" />
+<TGConnectingPoint num="27" id="1286" />
+<TGConnectingPoint num="28" id="1287" />
+<TGConnectingPoint num="29" id="1288" />
+<TGConnectingPoint num="30" id="1289" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-1.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1322" >
+<cdparam x="72" y="334" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="141" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureBusAvailability" />
+<TGConnectingPoint num="0" id="1291" />
+<TGConnectingPoint num="1" id="1292" />
+<TGConnectingPoint num="2" id="1293" />
+<TGConnectingPoint num="3" id="1294" />
+<TGConnectingPoint num="4" id="1295" />
+<TGConnectingPoint num="5" id="1296" />
+<TGConnectingPoint num="6" id="1297" />
+<TGConnectingPoint num="7" id="1298" />
+<TGConnectingPoint num="8" id="1299" />
+<TGConnectingPoint num="9" id="1300" />
+<TGConnectingPoint num="10" id="1301" />
+<TGConnectingPoint num="11" id="1302" />
+<TGConnectingPoint num="12" id="1303" />
+<TGConnectingPoint num="13" id="1304" />
+<TGConnectingPoint num="14" id="1305" />
+<TGConnectingPoint num="15" id="1306" />
+<TGConnectingPoint num="16" id="1307" />
+<TGConnectingPoint num="17" id="1308" />
+<TGConnectingPoint num="18" id="1309" />
+<TGConnectingPoint num="19" id="1310" />
+<TGConnectingPoint num="20" id="1311" />
+<TGConnectingPoint num="21" id="1312" />
+<TGConnectingPoint num="22" id="1313" />
+<TGConnectingPoint num="23" id="1314" />
+<TGConnectingPoint num="24" id="1315" />
+<TGConnectingPoint num="25" id="1316" />
+<TGConnectingPoint num="26" id="1317" />
+<TGConnectingPoint num="27" id="1318" />
+<TGConnectingPoint num="28" id="1319" />
+<TGConnectingPoint num="29" id="1320" />
+<TGConnectingPoint num="30" id="1321" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1354" >
+<cdparam x="467" y="123" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="164" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1901" minY="10" maxY="901" />
+<infoparam name="Requirement" value="EnsureAvailabilityOfECUs" />
+<TGConnectingPoint num="0" id="1323" />
+<TGConnectingPoint num="1" id="1324" />
+<TGConnectingPoint num="2" id="1325" />
+<TGConnectingPoint num="3" id="1326" />
+<TGConnectingPoint num="4" id="1327" />
+<TGConnectingPoint num="5" id="1328" />
+<TGConnectingPoint num="6" id="1329" />
+<TGConnectingPoint num="7" id="1330" />
+<TGConnectingPoint num="8" id="1331" />
+<TGConnectingPoint num="9" id="1332" />
+<TGConnectingPoint num="10" id="1333" />
+<TGConnectingPoint num="11" id="1334" />
+<TGConnectingPoint num="12" id="1335" />
+<TGConnectingPoint num="13" id="1336" />
+<TGConnectingPoint num="14" id="1337" />
+<TGConnectingPoint num="15" id="1338" />
+<TGConnectingPoint num="16" id="1339" />
+<TGConnectingPoint num="17" id="1340" />
+<TGConnectingPoint num="18" id="1341" />
+<TGConnectingPoint num="19" id="1342" />
+<TGConnectingPoint num="20" id="1343" />
+<TGConnectingPoint num="21" id="1344" />
+<TGConnectingPoint num="22" id="1345" />
+<TGConnectingPoint num="23" id="1346" />
+<TGConnectingPoint num="24" id="1347" />
+<TGConnectingPoint num="25" id="1348" />
+<TGConnectingPoint num="26" id="1349" />
+<TGConnectingPoint num="27" id="1350" />
+<TGConnectingPoint num="28" id="1351" />
+<TGConnectingPoint num="29" id="1352" />
+<TGConnectingPoint num="30" id="1353" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="ASR-1" />
+<satisfied data="true" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<CONNECTOR type="129" id="1355" >
+<cdparam x="889" y="343" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="841" y="331" id="1201" />
+<P2  x="557" y="237" id="1349" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1356" >
+<cdparam x="669" y="337" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="617" y="329" id="1234" />
+<P2  x="557" y="237" id="1348" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1357" >
+<cdparam x="440" y="335" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="393" y="331" id="1266" />
+<P2  x="557" y="237" id="1333" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1358" >
+<cdparam x="160" y="332" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="162" y="334" id="1298" />
+<P2  x="557" y="237" id="1347" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+
+</TRequirementDiagramPanel>
+
+<TRequirementDiagramPanel name="Privacy requirements" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" >
+<COMPONENT type="901" id="1374" >
+<cdparam x="799" y="707" />
+<sizeparam width="566" height="120" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="197" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="RequirementObserver" value="PreventOrderingEcallMessages" />
+<TGConnectingPoint num="0" id="1359" />
+<TGConnectingPoint num="1" id="1360" />
+<TGConnectingPoint num="2" id="1361" />
+<TGConnectingPoint num="3" id="1362" />
+<TGConnectingPoint num="4" id="1363" />
+<TGConnectingPoint num="5" id="1364" />
+<TGConnectingPoint num="6" id="1365" />
+<TGConnectingPoint num="7" id="1366" />
+<TGConnectingPoint num="8" id="1367" />
+<TGConnectingPoint num="9" id="1368" />
+<TGConnectingPoint num="10" id="1369" />
+<TGConnectingPoint num="11" id="1370" />
+<TGConnectingPoint num="12" id="1371" />
+<TGConnectingPoint num="13" id="1372" />
+<TGConnectingPoint num="14" id="1373" />
+<extraparam>
+<diagramText data="The ecall service center should not be able to establish liabilities in car accidents" />
+<violated data="noAction" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1406" >
+<cdparam x="942" y="96" />
+<sizeparam width="345" height="150" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="259" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="ControlledAccessToEServiceMessageData" />
+<TGConnectingPoint num="0" id="1375" />
+<TGConnectingPoint num="1" id="1376" />
+<TGConnectingPoint num="2" id="1377" />
+<TGConnectingPoint num="3" id="1378" />
+<TGConnectingPoint num="4" id="1379" />
+<TGConnectingPoint num="5" id="1380" />
+<TGConnectingPoint num="6" id="1381" />
+<TGConnectingPoint num="7" id="1382" />
+<TGConnectingPoint num="8" id="1383" />
+<TGConnectingPoint num="9" id="1384" />
+<TGConnectingPoint num="10" id="1385" />
+<TGConnectingPoint num="11" id="1386" />
+<TGConnectingPoint num="12" id="1387" />
+<TGConnectingPoint num="13" id="1388" />
+<TGConnectingPoint num="14" id="1389" />
+<TGConnectingPoint num="15" id="1390" />
+<TGConnectingPoint num="16" id="1391" />
+<TGConnectingPoint num="17" id="1392" />
+<TGConnectingPoint num="18" id="1393" />
+<TGConnectingPoint num="19" id="1394" />
+<TGConnectingPoint num="20" id="1395" />
+<TGConnectingPoint num="21" id="1396" />
+<TGConnectingPoint num="22" id="1397" />
+<TGConnectingPoint num="23" id="1398" />
+<TGConnectingPoint num="24" id="1399" />
+<TGConnectingPoint num="25" id="1400" />
+<TGConnectingPoint num="26" id="1401" />
+<TGConnectingPoint num="27" id="1402" />
+<TGConnectingPoint num="28" id="1403" />
+<TGConnectingPoint num="29" id="1404" />
+<TGConnectingPoint num="30" id="1405" />
+<extraparam>
+<type data="2" />
+<textline data="An EServiceMessage is a message sent from a car to" />
+<textline data="an entity external to the TOE and car maker, " />
+<textline data="and providing a service, for example:" />
+<textline data="* service center residing in the infrastructure (e.g. ecall" />
+<textline data="center, etoll)" />
+<textline data="* garage (e.g. remote flashing)" />
+<kind data="Controlled access (authorization)" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1438" >
+<cdparam x="560" y="493" />
+<sizeparam width="338" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="271" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="UnlikableDriverIdentificationBetweenServices" />
+<TGConnectingPoint num="0" id="1407" />
+<TGConnectingPoint num="1" id="1408" />
+<TGConnectingPoint num="2" id="1409" />
+<TGConnectingPoint num="3" id="1410" />
+<TGConnectingPoint num="4" id="1411" />
+<TGConnectingPoint num="5" id="1412" />
+<TGConnectingPoint num="6" id="1413" />
+<TGConnectingPoint num="7" id="1414" />
+<TGConnectingPoint num="8" id="1415" />
+<TGConnectingPoint num="9" id="1416" />
+<TGConnectingPoint num="10" id="1417" />
+<TGConnectingPoint num="11" id="1418" />
+<TGConnectingPoint num="12" id="1419" />
+<TGConnectingPoint num="13" id="1420" />
+<TGConnectingPoint num="14" id="1421" />
+<TGConnectingPoint num="15" id="1422" />
+<TGConnectingPoint num="16" id="1423" />
+<TGConnectingPoint num="17" id="1424" />
+<TGConnectingPoint num="18" id="1425" />
+<TGConnectingPoint num="19" id="1426" />
+<TGConnectingPoint num="20" id="1427" />
+<TGConnectingPoint num="21" id="1428" />
+<TGConnectingPoint num="22" id="1429" />
+<TGConnectingPoint num="23" id="1430" />
+<TGConnectingPoint num="24" id="1431" />
+<TGConnectingPoint num="25" id="1432" />
+<TGConnectingPoint num="26" id="1433" />
+<TGConnectingPoint num="27" id="1434" />
+<TGConnectingPoint num="28" id="1435" />
+<TGConnectingPoint num="29" id="1436" />
+<TGConnectingPoint num="30" id="1437" />
+<extraparam>
+<type data="2" />
+<textline data="Prevent two different services from linking their " />
+<textline data="respective knowledge of the drivers" />
+<kind data="Privacy" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1.3.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1470" >
+<cdparam x="93" y="152" />
+<sizeparam width="270" height="126" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="155" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="UserDrivenPrivacyPolicy" />
+<TGConnectingPoint num="0" id="1439" />
+<TGConnectingPoint num="1" id="1440" />
+<TGConnectingPoint num="2" id="1441" />
+<TGConnectingPoint num="3" id="1442" />
+<TGConnectingPoint num="4" id="1443" />
+<TGConnectingPoint num="5" id="1444" />
+<TGConnectingPoint num="6" id="1445" />
+<TGConnectingPoint num="7" id="1446" />
+<TGConnectingPoint num="8" id="1447" />
+<TGConnectingPoint num="9" id="1448" />
+<TGConnectingPoint num="10" id="1449" />
+<TGConnectingPoint num="11" id="1450" />
+<TGConnectingPoint num="12" id="1451" />
+<TGConnectingPoint num="13" id="1452" />
+<TGConnectingPoint num="14" id="1453" />
+<TGConnectingPoint num="15" id="1454" />
+<TGConnectingPoint num="16" id="1455" />
+<TGConnectingPoint num="17" id="1456" />
+<TGConnectingPoint num="18" id="1457" />
+<TGConnectingPoint num="19" id="1458" />
+<TGConnectingPoint num="20" id="1459" />
+<TGConnectingPoint num="21" id="1460" />
+<TGConnectingPoint num="22" id="1461" />
+<TGConnectingPoint num="23" id="1462" />
+<TGConnectingPoint num="24" id="1463" />
+<TGConnectingPoint num="25" id="1464" />
+<TGConnectingPoint num="26" id="1465" />
+<TGConnectingPoint num="27" id="1466" />
+<TGConnectingPoint num="28" id="1467" />
+<TGConnectingPoint num="29" id="1468" />
+<TGConnectingPoint num="30" id="1469" />
+<extraparam>
+<type data="2" />
+<textline data="Users shall be able to settle disclosure of" />
+<textline data="information regarding their private profile or their" />
+<textline data="car profile, providing it is lawful (e.g. car plate)" />
+<kind data="Privacy" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1502" >
+<cdparam x="984" y="531" />
+<sizeparam width="306" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="228" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="UnlinkableTimeOrderingOfMessages" />
+<TGConnectingPoint num="0" id="1471" />
+<TGConnectingPoint num="1" id="1472" />
+<TGConnectingPoint num="2" id="1473" />
+<TGConnectingPoint num="3" id="1474" />
+<TGConnectingPoint num="4" id="1475" />
+<TGConnectingPoint num="5" id="1476" />
+<TGConnectingPoint num="6" id="1477" />
+<TGConnectingPoint num="7" id="1478" />
+<TGConnectingPoint num="8" id="1479" />
+<TGConnectingPoint num="9" id="1480" />
+<TGConnectingPoint num="10" id="1481" />
+<TGConnectingPoint num="11" id="1482" />
+<TGConnectingPoint num="12" id="1483" />
+<TGConnectingPoint num="13" id="1484" />
+<TGConnectingPoint num="14" id="1485" />
+<TGConnectingPoint num="15" id="1486" />
+<TGConnectingPoint num="16" id="1487" />
+<TGConnectingPoint num="17" id="1488" />
+<TGConnectingPoint num="18" id="1489" />
+<TGConnectingPoint num="19" id="1490" />
+<TGConnectingPoint num="20" id="1491" />
+<TGConnectingPoint num="21" id="1492" />
+<TGConnectingPoint num="22" id="1493" />
+<TGConnectingPoint num="23" id="1494" />
+<TGConnectingPoint num="24" id="1495" />
+<TGConnectingPoint num="25" id="1496" />
+<TGConnectingPoint num="26" id="1497" />
+<TGConnectingPoint num="27" id="1498" />
+<TGConnectingPoint num="28" id="1499" />
+<TGConnectingPoint num="29" id="1500" />
+<TGConnectingPoint num="30" id="1501" />
+<extraparam>
+<type data="2" />
+<textline data="Prevent or limit the possibility to order a set of " />
+<textline data="predetermined critical messages." />
+<kind data="Privacy" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1.3.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1534" >
+<cdparam x="616" y="298" />
+<sizeparam width="339" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="219" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EServiceCriticalMessageUnlikability" />
+<TGConnectingPoint num="0" id="1503" />
+<TGConnectingPoint num="1" id="1504" />
+<TGConnectingPoint num="2" id="1505" />
+<TGConnectingPoint num="3" id="1506" />
+<TGConnectingPoint num="4" id="1507" />
+<TGConnectingPoint num="5" id="1508" />
+<TGConnectingPoint num="6" id="1509" />
+<TGConnectingPoint num="7" id="1510" />
+<TGConnectingPoint num="8" id="1511" />
+<TGConnectingPoint num="9" id="1512" />
+<TGConnectingPoint num="10" id="1513" />
+<TGConnectingPoint num="11" id="1514" />
+<TGConnectingPoint num="12" id="1515" />
+<TGConnectingPoint num="13" id="1516" />
+<TGConnectingPoint num="14" id="1517" />
+<TGConnectingPoint num="15" id="1518" />
+<TGConnectingPoint num="16" id="1519" />
+<TGConnectingPoint num="17" id="1520" />
+<TGConnectingPoint num="18" id="1521" />
+<TGConnectingPoint num="19" id="1522" />
+<TGConnectingPoint num="20" id="1523" />
+<TGConnectingPoint num="21" id="1524" />
+<TGConnectingPoint num="22" id="1525" />
+<TGConnectingPoint num="23" id="1526" />
+<TGConnectingPoint num="24" id="1527" />
+<TGConnectingPoint num="25" id="1528" />
+<TGConnectingPoint num="26" id="1529" />
+<TGConnectingPoint num="27" id="1530" />
+<TGConnectingPoint num="28" id="1531" />
+<TGConnectingPoint num="29" id="1532" />
+<TGConnectingPoint num="30" id="1533" />
+<extraparam>
+<type data="2" />
+<textline data="Prevent some critical messages, for instance, " />
+<textline data="connected with an accident (e-call), a payment " />
+<textline data="(e-toll) from being linked with the behavior of a driver" />
+<textline data="or his car." />
+<kind data="Privacy" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="901" id="1550" >
+<cdparam x="98" y="658" />
+<sizeparam width="577" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="284" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="RequirementObserver" value="PreventAttackersFromGatheringDriversBehavior" />
+<TGConnectingPoint num="0" id="1535" />
+<TGConnectingPoint num="1" id="1536" />
+<TGConnectingPoint num="2" id="1537" />
+<TGConnectingPoint num="3" id="1538" />
+<TGConnectingPoint num="4" id="1539" />
+<TGConnectingPoint num="5" id="1540" />
+<TGConnectingPoint num="6" id="1541" />
+<TGConnectingPoint num="7" id="1542" />
+<TGConnectingPoint num="8" id="1543" />
+<TGConnectingPoint num="9" id="1544" />
+<TGConnectingPoint num="10" id="1545" />
+<TGConnectingPoint num="11" id="1546" />
+<TGConnectingPoint num="12" id="1547" />
+<TGConnectingPoint num="13" id="1548" />
+<TGConnectingPoint num="14" id="1549" />
+<extraparam>
+<diagramText data="Using a modified car to read emergency braking messages to determine drivers' profile" />
+<violated data="noAction" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1582" >
+<cdparam x="157" y="463" />
+<sizeparam width="303" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="163" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="Car2XMessageAnonymity" />
+<TGConnectingPoint num="0" id="1551" />
+<TGConnectingPoint num="1" id="1552" />
+<TGConnectingPoint num="2" id="1553" />
+<TGConnectingPoint num="3" id="1554" />
+<TGConnectingPoint num="4" id="1555" />
+<TGConnectingPoint num="5" id="1556" />
+<TGConnectingPoint num="6" id="1557" />
+<TGConnectingPoint num="7" id="1558" />
+<TGConnectingPoint num="8" id="1559" />
+<TGConnectingPoint num="9" id="1560" />
+<TGConnectingPoint num="10" id="1561" />
+<TGConnectingPoint num="11" id="1562" />
+<TGConnectingPoint num="12" id="1563" />
+<TGConnectingPoint num="13" id="1564" />
+<TGConnectingPoint num="14" id="1565" />
+<TGConnectingPoint num="15" id="1566" />
+<TGConnectingPoint num="16" id="1567" />
+<TGConnectingPoint num="17" id="1568" />
+<TGConnectingPoint num="18" id="1569" />
+<TGConnectingPoint num="19" id="1570" />
+<TGConnectingPoint num="20" id="1571" />
+<TGConnectingPoint num="21" id="1572" />
+<TGConnectingPoint num="22" id="1573" />
+<TGConnectingPoint num="23" id="1574" />
+<TGConnectingPoint num="24" id="1575" />
+<TGConnectingPoint num="25" id="1576" />
+<TGConnectingPoint num="26" id="1577" />
+<TGConnectingPoint num="27" id="1578" />
+<TGConnectingPoint num="28" id="1579" />
+<TGConnectingPoint num="29" id="1580" />
+<TGConnectingPoint num="30" id="1581" />
+<extraparam>
+<type data="2" />
+<textline data="The sending of a critical message should not " />
+<textline data="make it possible to connect the driver to other" />
+<textline data="messages previously sent, e.g.  promiscuous" />
+<textline data="listening of the network" />
+<kind data="Privacy" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1.3.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1614" >
+<cdparam x="565" y="90" />
+<sizeparam width="183" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="131" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Requirement" value="ProtectDriverPrivacy" />
+<TGConnectingPoint num="0" id="1583" />
+<TGConnectingPoint num="1" id="1584" />
+<TGConnectingPoint num="2" id="1585" />
+<TGConnectingPoint num="3" id="1586" />
+<TGConnectingPoint num="4" id="1587" />
+<TGConnectingPoint num="5" id="1588" />
+<TGConnectingPoint num="6" id="1589" />
+<TGConnectingPoint num="7" id="1590" />
+<TGConnectingPoint num="8" id="1591" />
+<TGConnectingPoint num="9" id="1592" />
+<TGConnectingPoint num="10" id="1593" />
+<TGConnectingPoint num="11" id="1594" />
+<TGConnectingPoint num="12" id="1595" />
+<TGConnectingPoint num="13" id="1596" />
+<TGConnectingPoint num="14" id="1597" />
+<TGConnectingPoint num="15" id="1598" />
+<TGConnectingPoint num="16" id="1599" />
+<TGConnectingPoint num="17" id="1600" />
+<TGConnectingPoint num="18" id="1601" />
+<TGConnectingPoint num="19" id="1602" />
+<TGConnectingPoint num="20" id="1603" />
+<TGConnectingPoint num="21" id="1604" />
+<TGConnectingPoint num="22" id="1605" />
+<TGConnectingPoint num="23" id="1606" />
+<TGConnectingPoint num="24" id="1607" />
+<TGConnectingPoint num="25" id="1608" />
+<TGConnectingPoint num="26" id="1609" />
+<TGConnectingPoint num="27" id="1610" />
+<TGConnectingPoint num="28" id="1611" />
+<TGConnectingPoint num="29" id="1612" />
+<TGConnectingPoint num="30" id="1613" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Privacy" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="PSR-1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<CONNECTOR type="120" id="1615" >
+<cdparam x="1007" y="710" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="1082" y="707" id="1366" />
+<P2  x="1137" y="645" id="1493" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="1616" >
+<cdparam x="363" y="246" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="363" y="215" id="1443" />
+<P2  x="565" y="147" id="1584" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="1617" >
+<cdparam x="1000" y="427" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="700" y="298" id="1509" />
+<P2  x="702" y="204" id="1594" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="1618" >
+<cdparam x="1053" y="247" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="942" y="171" id="1376" />
+<P2  x="748" y="147" id="1587" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="1619" >
+<cdparam x="734" y="399" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="729" y="493" id="1414" />
+<P2  x="700" y="412" id="1512" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="1620" >
+<cdparam x="1077" y="281" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="1137" y="531" id="1478" />
+<P2  x="870" y="412" id="1514" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="120" id="1621" >
+<cdparam x="759" y="578" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="386" y="658" id="1542" />
+<P2  x="384" y="577" id="1574" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="1622" >
+<cdparam x="539" y="358" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="308" y="463" id="1558" />
+<P2  x="616" y="355" id="1504" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+
+</TRequirementDiagramPanel>
+
+<TRequirementDiagramPanel name="Fake commands requirements" minX="10" maxX="1900" minY="10" maxY="900" zoom="1.0" >
+<COMPONENT type="901" id="1638" >
+<cdparam x="81" y="711" />
+<sizeparam width="436" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="165" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="RequirementObserver" value="PreventHeadUnitSpoofing" />
+<TGConnectingPoint num="0" id="1623" />
+<TGConnectingPoint num="1" id="1624" />
+<TGConnectingPoint num="2" id="1625" />
+<TGConnectingPoint num="3" id="1626" />
+<TGConnectingPoint num="4" id="1627" />
+<TGConnectingPoint num="5" id="1628" />
+<TGConnectingPoint num="6" id="1629" />
+<TGConnectingPoint num="7" id="1630" />
+<TGConnectingPoint num="8" id="1631" />
+<TGConnectingPoint num="9" id="1632" />
+<TGConnectingPoint num="10" id="1633" />
+<TGConnectingPoint num="11" id="1634" />
+<TGConnectingPoint num="12" id="1635" />
+<TGConnectingPoint num="13" id="1636" />
+<TGConnectingPoint num="14" id="1637" />
+<extraparam>
+<diagramText data="emergencyBrake message may be sent by HU pretending to be CU" />
+<violated data="noAction" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1670" >
+<cdparam x="1347" y="524" />
+<sizeparam width="201" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="190" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="FlashingCommandFreshness" />
+<TGConnectingPoint num="0" id="1639" />
+<TGConnectingPoint num="1" id="1640" />
+<TGConnectingPoint num="2" id="1641" />
+<TGConnectingPoint num="3" id="1642" />
+<TGConnectingPoint num="4" id="1643" />
+<TGConnectingPoint num="5" id="1644" />
+<TGConnectingPoint num="6" id="1645" />
+<TGConnectingPoint num="7" id="1646" />
+<TGConnectingPoint num="8" id="1647" />
+<TGConnectingPoint num="9" id="1648" />
+<TGConnectingPoint num="10" id="1649" />
+<TGConnectingPoint num="11" id="1650" />
+<TGConnectingPoint num="12" id="1651" />
+<TGConnectingPoint num="13" id="1652" />
+<TGConnectingPoint num="14" id="1653" />
+<TGConnectingPoint num="15" id="1654" />
+<TGConnectingPoint num="16" id="1655" />
+<TGConnectingPoint num="17" id="1656" />
+<TGConnectingPoint num="18" id="1657" />
+<TGConnectingPoint num="19" id="1658" />
+<TGConnectingPoint num="20" id="1659" />
+<TGConnectingPoint num="21" id="1660" />
+<TGConnectingPoint num="22" id="1661" />
+<TGConnectingPoint num="23" id="1662" />
+<TGConnectingPoint num="24" id="1663" />
+<TGConnectingPoint num="25" id="1664" />
+<TGConnectingPoint num="26" id="1665" />
+<TGConnectingPoint num="27" id="1666" />
+<TGConnectingPoint num="28" id="1667" />
+<TGConnectingPoint num="29" id="1668" />
+<TGConnectingPoint num="30" id="1669" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Freshness" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.3.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1702" >
+<cdparam x="1144" y="521" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="95" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="CodeIntegrity" />
+<TGConnectingPoint num="0" id="1671" />
+<TGConnectingPoint num="1" id="1672" />
+<TGConnectingPoint num="2" id="1673" />
+<TGConnectingPoint num="3" id="1674" />
+<TGConnectingPoint num="4" id="1675" />
+<TGConnectingPoint num="5" id="1676" />
+<TGConnectingPoint num="6" id="1677" />
+<TGConnectingPoint num="7" id="1678" />
+<TGConnectingPoint num="8" id="1679" />
+<TGConnectingPoint num="9" id="1680" />
+<TGConnectingPoint num="10" id="1681" />
+<TGConnectingPoint num="11" id="1682" />
+<TGConnectingPoint num="12" id="1683" />
+<TGConnectingPoint num="13" id="1684" />
+<TGConnectingPoint num="14" id="1685" />
+<TGConnectingPoint num="15" id="1686" />
+<TGConnectingPoint num="16" id="1687" />
+<TGConnectingPoint num="17" id="1688" />
+<TGConnectingPoint num="18" id="1689" />
+<TGConnectingPoint num="19" id="1690" />
+<TGConnectingPoint num="20" id="1691" />
+<TGConnectingPoint num="21" id="1692" />
+<TGConnectingPoint num="22" id="1693" />
+<TGConnectingPoint num="23" id="1694" />
+<TGConnectingPoint num="24" id="1695" />
+<TGConnectingPoint num="25" id="1696" />
+<TGConnectingPoint num="26" id="1697" />
+<TGConnectingPoint num="27" id="1698" />
+<TGConnectingPoint num="28" id="1699" />
+<TGConnectingPoint num="29" id="1700" />
+<TGConnectingPoint num="30" id="1701" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.3.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1734" >
+<cdparam x="939" y="521" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="163" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="CodeOriginAuthentication" />
+<TGConnectingPoint num="0" id="1703" />
+<TGConnectingPoint num="1" id="1704" />
+<TGConnectingPoint num="2" id="1705" />
+<TGConnectingPoint num="3" id="1706" />
+<TGConnectingPoint num="4" id="1707" />
+<TGConnectingPoint num="5" id="1708" />
+<TGConnectingPoint num="6" id="1709" />
+<TGConnectingPoint num="7" id="1710" />
+<TGConnectingPoint num="8" id="1711" />
+<TGConnectingPoint num="9" id="1712" />
+<TGConnectingPoint num="10" id="1713" />
+<TGConnectingPoint num="11" id="1714" />
+<TGConnectingPoint num="12" id="1715" />
+<TGConnectingPoint num="13" id="1716" />
+<TGConnectingPoint num="14" id="1717" />
+<TGConnectingPoint num="15" id="1718" />
+<TGConnectingPoint num="16" id="1719" />
+<TGConnectingPoint num="17" id="1720" />
+<TGConnectingPoint num="18" id="1721" />
+<TGConnectingPoint num="19" id="1722" />
+<TGConnectingPoint num="20" id="1723" />
+<TGConnectingPoint num="21" id="1724" />
+<TGConnectingPoint num="22" id="1725" />
+<TGConnectingPoint num="23" id="1726" />
+<TGConnectingPoint num="24" id="1727" />
+<TGConnectingPoint num="25" id="1728" />
+<TGConnectingPoint num="26" id="1729" />
+<TGConnectingPoint num="27" id="1730" />
+<TGConnectingPoint num="28" id="1731" />
+<TGConnectingPoint num="29" id="1732" />
+<TGConnectingPoint num="30" id="1733" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Data origin authenticity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.3.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1766" >
+<cdparam x="1136" y="301" />
+<sizeparam width="196" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="181" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="ProtectECUFlashingProcess" />
+<TGConnectingPoint num="0" id="1735" />
+<TGConnectingPoint num="1" id="1736" />
+<TGConnectingPoint num="2" id="1737" />
+<TGConnectingPoint num="3" id="1738" />
+<TGConnectingPoint num="4" id="1739" />
+<TGConnectingPoint num="5" id="1740" />
+<TGConnectingPoint num="6" id="1741" />
+<TGConnectingPoint num="7" id="1742" />
+<TGConnectingPoint num="8" id="1743" />
+<TGConnectingPoint num="9" id="1744" />
+<TGConnectingPoint num="10" id="1745" />
+<TGConnectingPoint num="11" id="1746" />
+<TGConnectingPoint num="12" id="1747" />
+<TGConnectingPoint num="13" id="1748" />
+<TGConnectingPoint num="14" id="1749" />
+<TGConnectingPoint num="15" id="1750" />
+<TGConnectingPoint num="16" id="1751" />
+<TGConnectingPoint num="17" id="1752" />
+<TGConnectingPoint num="18" id="1753" />
+<TGConnectingPoint num="19" id="1754" />
+<TGConnectingPoint num="20" id="1755" />
+<TGConnectingPoint num="21" id="1756" />
+<TGConnectingPoint num="22" id="1757" />
+<TGConnectingPoint num="23" id="1758" />
+<TGConnectingPoint num="24" id="1759" />
+<TGConnectingPoint num="25" id="1760" />
+<TGConnectingPoint num="26" id="1761" />
+<TGConnectingPoint num="27" id="1762" />
+<TGConnectingPoint num="28" id="1763" />
+<TGConnectingPoint num="29" id="1764" />
+<TGConnectingPoint num="30" id="1765" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1798" >
+<cdparam x="13" y="517" />
+<sizeparam width="285" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="194" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="AuthenticationOfFunctionalPath" />
+<TGConnectingPoint num="0" id="1767" />
+<TGConnectingPoint num="1" id="1768" />
+<TGConnectingPoint num="2" id="1769" />
+<TGConnectingPoint num="3" id="1770" />
+<TGConnectingPoint num="4" id="1771" />
+<TGConnectingPoint num="5" id="1772" />
+<TGConnectingPoint num="6" id="1773" />
+<TGConnectingPoint num="7" id="1774" />
+<TGConnectingPoint num="8" id="1775" />
+<TGConnectingPoint num="9" id="1776" />
+<TGConnectingPoint num="10" id="1777" />
+<TGConnectingPoint num="11" id="1778" />
+<TGConnectingPoint num="12" id="1779" />
+<TGConnectingPoint num="13" id="1780" />
+<TGConnectingPoint num="14" id="1781" />
+<TGConnectingPoint num="15" id="1782" />
+<TGConnectingPoint num="16" id="1783" />
+<TGConnectingPoint num="17" id="1784" />
+<TGConnectingPoint num="18" id="1785" />
+<TGConnectingPoint num="19" id="1786" />
+<TGConnectingPoint num="20" id="1787" />
+<TGConnectingPoint num="21" id="1788" />
+<TGConnectingPoint num="22" id="1789" />
+<TGConnectingPoint num="23" id="1790" />
+<TGConnectingPoint num="24" id="1791" />
+<TGConnectingPoint num="25" id="1792" />
+<TGConnectingPoint num="26" id="1793" />
+<TGConnectingPoint num="27" id="1794" />
+<TGConnectingPoint num="28" id="1795" />
+<TGConnectingPoint num="29" id="1796" />
+<TGConnectingPoint num="30" id="1797" />
+<extraparam>
+<type data="2" />
+<textline data="This includes the authentication of functions," />
+<textline data="and of the functions on the ECUs" />
+<kind data="Data origin authenticity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1830" >
+<cdparam x="690" y="295" />
+<sizeparam width="290" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="272" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="PreventReplacementOfChipsOnLocalBusses" />
+<TGConnectingPoint num="0" id="1799" />
+<TGConnectingPoint num="1" id="1800" />
+<TGConnectingPoint num="2" id="1801" />
+<TGConnectingPoint num="3" id="1802" />
+<TGConnectingPoint num="4" id="1803" />
+<TGConnectingPoint num="5" id="1804" />
+<TGConnectingPoint num="6" id="1805" />
+<TGConnectingPoint num="7" id="1806" />
+<TGConnectingPoint num="8" id="1807" />
+<TGConnectingPoint num="9" id="1808" />
+<TGConnectingPoint num="10" id="1809" />
+<TGConnectingPoint num="11" id="1810" />
+<TGConnectingPoint num="12" id="1811" />
+<TGConnectingPoint num="13" id="1812" />
+<TGConnectingPoint num="14" id="1813" />
+<TGConnectingPoint num="15" id="1814" />
+<TGConnectingPoint num="16" id="1815" />
+<TGConnectingPoint num="17" id="1816" />
+<TGConnectingPoint num="18" id="1817" />
+<TGConnectingPoint num="19" id="1818" />
+<TGConnectingPoint num="20" id="1819" />
+<TGConnectingPoint num="21" id="1820" />
+<TGConnectingPoint num="22" id="1821" />
+<TGConnectingPoint num="23" id="1822" />
+<TGConnectingPoint num="24" id="1823" />
+<TGConnectingPoint num="25" id="1824" />
+<TGConnectingPoint num="26" id="1825" />
+<TGConnectingPoint num="27" id="1826" />
+<TGConnectingPoint num="28" id="1827" />
+<TGConnectingPoint num="29" id="1828" />
+<TGConnectingPoint num="30" id="1829" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Controlled access (authorization)" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1862" >
+<cdparam x="332" y="317" />
+<sizeparam width="211" height="102" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="186" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="PreventManInTheMiddleAttack" />
+<TGConnectingPoint num="0" id="1831" />
+<TGConnectingPoint num="1" id="1832" />
+<TGConnectingPoint num="2" id="1833" />
+<TGConnectingPoint num="3" id="1834" />
+<TGConnectingPoint num="4" id="1835" />
+<TGConnectingPoint num="5" id="1836" />
+<TGConnectingPoint num="6" id="1837" />
+<TGConnectingPoint num="7" id="1838" />
+<TGConnectingPoint num="8" id="1839" />
+<TGConnectingPoint num="9" id="1840" />
+<TGConnectingPoint num="10" id="1841" />
+<TGConnectingPoint num="11" id="1842" />
+<TGConnectingPoint num="12" id="1843" />
+<TGConnectingPoint num="13" id="1844" />
+<TGConnectingPoint num="14" id="1845" />
+<TGConnectingPoint num="15" id="1846" />
+<TGConnectingPoint num="16" id="1847" />
+<TGConnectingPoint num="17" id="1848" />
+<TGConnectingPoint num="18" id="1849" />
+<TGConnectingPoint num="19" id="1850" />
+<TGConnectingPoint num="20" id="1851" />
+<TGConnectingPoint num="21" id="1852" />
+<TGConnectingPoint num="22" id="1853" />
+<TGConnectingPoint num="23" id="1854" />
+<TGConnectingPoint num="24" id="1855" />
+<TGConnectingPoint num="25" id="1856" />
+<TGConnectingPoint num="26" id="1857" />
+<TGConnectingPoint num="27" id="1858" />
+<TGConnectingPoint num="28" id="1859" />
+<TGConnectingPoint num="29" id="1860" />
+<TGConnectingPoint num="30" id="1861" />
+<extraparam>
+<type data="2" />
+<textline data="internal attack" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1894" >
+<cdparam x="305" y="518" />
+<sizeparam width="271" height="117" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="247" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="MessageFreshnessAlongFunctionalPath" />
+<TGConnectingPoint num="0" id="1863" />
+<TGConnectingPoint num="1" id="1864" />
+<TGConnectingPoint num="2" id="1865" />
+<TGConnectingPoint num="3" id="1866" />
+<TGConnectingPoint num="4" id="1867" />
+<TGConnectingPoint num="5" id="1868" />
+<TGConnectingPoint num="6" id="1869" />
+<TGConnectingPoint num="7" id="1870" />
+<TGConnectingPoint num="8" id="1871" />
+<TGConnectingPoint num="9" id="1872" />
+<TGConnectingPoint num="10" id="1873" />
+<TGConnectingPoint num="11" id="1874" />
+<TGConnectingPoint num="12" id="1875" />
+<TGConnectingPoint num="13" id="1876" />
+<TGConnectingPoint num="14" id="1877" />
+<TGConnectingPoint num="15" id="1878" />
+<TGConnectingPoint num="16" id="1879" />
+<TGConnectingPoint num="17" id="1880" />
+<TGConnectingPoint num="18" id="1881" />
+<TGConnectingPoint num="19" id="1882" />
+<TGConnectingPoint num="20" id="1883" />
+<TGConnectingPoint num="21" id="1884" />
+<TGConnectingPoint num="22" id="1885" />
+<TGConnectingPoint num="23" id="1886" />
+<TGConnectingPoint num="24" id="1887" />
+<TGConnectingPoint num="25" id="1888" />
+<TGConnectingPoint num="26" id="1889" />
+<TGConnectingPoint num="27" id="1890" />
+<TGConnectingPoint num="28" id="1891" />
+<TGConnectingPoint num="29" id="1892" />
+<TGConnectingPoint num="30" id="1893" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Freshness" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.1.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1926" >
+<cdparam x="584" y="518" />
+<sizeparam width="319" height="116" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="292" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="IntegrityOfMessageAttributesAlongFunctionalPath" />
+<TGConnectingPoint num="0" id="1895" />
+<TGConnectingPoint num="1" id="1896" />
+<TGConnectingPoint num="2" id="1897" />
+<TGConnectingPoint num="3" id="1898" />
+<TGConnectingPoint num="4" id="1899" />
+<TGConnectingPoint num="5" id="1900" />
+<TGConnectingPoint num="6" id="1901" />
+<TGConnectingPoint num="7" id="1902" />
+<TGConnectingPoint num="8" id="1903" />
+<TGConnectingPoint num="9" id="1904" />
+<TGConnectingPoint num="10" id="1905" />
+<TGConnectingPoint num="11" id="1906" />
+<TGConnectingPoint num="12" id="1907" />
+<TGConnectingPoint num="13" id="1908" />
+<TGConnectingPoint num="14" id="1909" />
+<TGConnectingPoint num="15" id="1910" />
+<TGConnectingPoint num="16" id="1911" />
+<TGConnectingPoint num="17" id="1912" />
+<TGConnectingPoint num="18" id="1913" />
+<TGConnectingPoint num="19" id="1914" />
+<TGConnectingPoint num="20" id="1915" />
+<TGConnectingPoint num="21" id="1916" />
+<TGConnectingPoint num="22" id="1917" />
+<TGConnectingPoint num="23" id="1918" />
+<TGConnectingPoint num="24" id="1919" />
+<TGConnectingPoint num="25" id="1920" />
+<TGConnectingPoint num="26" id="1921" />
+<TGConnectingPoint num="27" id="1922" />
+<TGConnectingPoint num="28" id="1923" />
+<TGConnectingPoint num="29" id="1924" />
+<TGConnectingPoint num="30" id="1925" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.1.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="1958" >
+<cdparam x="693" y="73" />
+<sizeparam width="278" height="113" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="196" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="PreventSendingFakeCommand" />
+<TGConnectingPoint num="0" id="1927" />
+<TGConnectingPoint num="1" id="1928" />
+<TGConnectingPoint num="2" id="1929" />
+<TGConnectingPoint num="3" id="1930" />
+<TGConnectingPoint num="4" id="1931" />
+<TGConnectingPoint num="5" id="1932" />
+<TGConnectingPoint num="6" id="1933" />
+<TGConnectingPoint num="7" id="1934" />
+<TGConnectingPoint num="8" id="1935" />
+<TGConnectingPoint num="9" id="1936" />
+<TGConnectingPoint num="10" id="1937" />
+<TGConnectingPoint num="11" id="1938" />
+<TGConnectingPoint num="12" id="1939" />
+<TGConnectingPoint num="13" id="1940" />
+<TGConnectingPoint num="14" id="1941" />
+<TGConnectingPoint num="15" id="1942" />
+<TGConnectingPoint num="16" id="1943" />
+<TGConnectingPoint num="17" id="1944" />
+<TGConnectingPoint num="18" id="1945" />
+<TGConnectingPoint num="19" id="1946" />
+<TGConnectingPoint num="20" id="1947" />
+<TGConnectingPoint num="21" id="1948" />
+<TGConnectingPoint num="22" id="1949" />
+<TGConnectingPoint num="23" id="1950" />
+<TGConnectingPoint num="24" id="1951" />
+<TGConnectingPoint num="25" id="1952" />
+<TGConnectingPoint num="26" id="1953" />
+<TGConnectingPoint num="27" id="1954" />
+<TGConnectingPoint num="28" id="1955" />
+<TGConnectingPoint num="29" id="1956" />
+<TGConnectingPoint num="30" id="1957" />
+<extraparam>
+<type data="2" />
+<textline data="no description" />
+<kind data="Functional" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<CONNECTOR type="129" id="1960" >
+<cdparam x="448" y="293" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="437" y="317" id="1838" />
+<P2  x="832" y="186" id="1952" />
+<Point x="832" y="223" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="1959" >
+<father id="1960" num="0" />
+<cdparam x="832" y="223" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="129" id="1962" >
+<cdparam x="1166" y="296" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="1185" y="301" id="1741" />
+<P2  x="832" y="186" id="1951" />
+<Point x="836" y="224" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="1961" >
+<father id="1962" num="0" />
+<cdparam x="836" y="224" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="120" id="1963" >
+<cdparam x="248" y="736" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="190" y="711" id="1629" />
+<P2  x="155" y="631" id="1789" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1964" >
+<cdparam x="1334" y="520" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="1397" y="524" id="1645" />
+<P2  x="1283" y="415" id="1746" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1965" >
+<cdparam x="1147" y="520" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="1234" y="521" id="1678" />
+<P2  x="1234" y="415" id="1745" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1966" >
+<cdparam x="917" y="520" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="1029" y="521" id="1710" />
+<P2  x="1185" y="415" id="1744" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1967" >
+<cdparam x="837" y="296" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="835" y="295" id="1806" />
+<P2  x="832" y="186" id="1937" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1968" >
+<cdparam x="622" y="521" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="663" y="518" id="1901" />
+<P2  x="437" y="419" id="1855" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1969" >
+<cdparam x="448" y="522" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="440" y="518" id="1870" />
+<P2  x="437" y="419" id="1841" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="1970" >
+<cdparam x="216" y="520" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="155" y="517" id="1774" />
+<P2  x="437" y="419" id="1856" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+
+</TRequirementDiagramPanel>
+
+<TRequirementDiagramPanel name="Environment related requirements" minX="10" maxX="1900" minY="10" maxY="900" zoom="1.0" >
+<COMPONENT type="901" id="1986" >
+<cdparam x="416" y="834" />
+<sizeparam width="654" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="264" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="RequirementObserver" value="PreventionOfWronglySignedFakeNotification" />
+<TGConnectingPoint num="0" id="1971" />
+<TGConnectingPoint num="1" id="1972" />
+<TGConnectingPoint num="2" id="1973" />
+<TGConnectingPoint num="3" id="1974" />
+<TGConnectingPoint num="4" id="1975" />
+<TGConnectingPoint num="5" id="1976" />
+<TGConnectingPoint num="6" id="1977" />
+<TGConnectingPoint num="7" id="1978" />
+<TGConnectingPoint num="8" id="1979" />
+<TGConnectingPoint num="9" id="1980" />
+<TGConnectingPoint num="10" id="1981" />
+<TGConnectingPoint num="11" id="1982" />
+<TGConnectingPoint num="12" id="1983" />
+<TGConnectingPoint num="13" id="1984" />
+<TGConnectingPoint num="14" id="1985" />
+<extraparam>
+<diagramText data="Modify the credential and then compromised head unit sending bogus yet correctly signed event notification " />
+<violated data="" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2018" >
+<cdparam x="1197" y="294" />
+<sizeparam width="297" height="150" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="221" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EnvironmentRelatedDataFreshness" />
+<TGConnectingPoint num="0" id="1987" />
+<TGConnectingPoint num="1" id="1988" />
+<TGConnectingPoint num="2" id="1989" />
+<TGConnectingPoint num="3" id="1990" />
+<TGConnectingPoint num="4" id="1991" />
+<TGConnectingPoint num="5" id="1992" />
+<TGConnectingPoint num="6" id="1993" />
+<TGConnectingPoint num="7" id="1994" />
+<TGConnectingPoint num="8" id="1995" />
+<TGConnectingPoint num="9" id="1996" />
+<TGConnectingPoint num="10" id="1997" />
+<TGConnectingPoint num="11" id="1998" />
+<TGConnectingPoint num="12" id="1999" />
+<TGConnectingPoint num="13" id="2000" />
+<TGConnectingPoint num="14" id="2001" />
+<TGConnectingPoint num="15" id="2002" />
+<TGConnectingPoint num="16" id="2003" />
+<TGConnectingPoint num="17" id="2004" />
+<TGConnectingPoint num="18" id="2005" />
+<TGConnectingPoint num="19" id="2006" />
+<TGConnectingPoint num="20" id="2007" />
+<TGConnectingPoint num="21" id="2008" />
+<TGConnectingPoint num="22" id="2009" />
+<TGConnectingPoint num="23" id="2010" />
+<TGConnectingPoint num="24" id="2011" />
+<TGConnectingPoint num="25" id="2012" />
+<TGConnectingPoint num="26" id="2013" />
+<TGConnectingPoint num="27" id="2014" />
+<TGConnectingPoint num="28" id="2015" />
+<TGConnectingPoint num="29" id="2016" />
+<TGConnectingPoint num="30" id="2017" />
+<extraparam>
+<type data="2" />
+<textline data="It is already ensured for internal events in the " />
+<textline data="current architecture (gateways are considered" />
+<textline data="as sources of events / data, and the bus authenticates" />
+<textline data="gateways) but has to be enforced for external " />
+<textline data="sources" />
+<kind data="Freshness" />
+<criticality data="High" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="901" id="2034" >
+<cdparam x="561" y="490" />
+<sizeparam width="367" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="249" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="RequirementObserver" value="MajorityVoteBetweenNeighbourhoodCars" />
+<TGConnectingPoint num="0" id="2019" />
+<TGConnectingPoint num="1" id="2020" />
+<TGConnectingPoint num="2" id="2021" />
+<TGConnectingPoint num="3" id="2022" />
+<TGConnectingPoint num="4" id="2023" />
+<TGConnectingPoint num="5" id="2024" />
+<TGConnectingPoint num="6" id="2025" />
+<TGConnectingPoint num="7" id="2026" />
+<TGConnectingPoint num="8" id="2027" />
+<TGConnectingPoint num="9" id="2028" />
+<TGConnectingPoint num="10" id="2029" />
+<TGConnectingPoint num="11" id="2030" />
+<TGConnectingPoint num="12" id="2031" />
+<TGConnectingPoint num="13" id="2032" />
+<TGConnectingPoint num="14" id="2033" />
+<extraparam>
+<diagramText data="One car transmits wrong info about the neighbourhood" />
+<violated data="" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="901" id="2050" >
+<cdparam x="173" y="556" />
+<sizeparam width="298" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="246" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="RequirementObserver" value="RoadsideUnitMessageReplayPrevention" />
+<TGConnectingPoint num="0" id="2035" />
+<TGConnectingPoint num="1" id="2036" />
+<TGConnectingPoint num="2" id="2037" />
+<TGConnectingPoint num="3" id="2038" />
+<TGConnectingPoint num="4" id="2039" />
+<TGConnectingPoint num="5" id="2040" />
+<TGConnectingPoint num="6" id="2041" />
+<TGConnectingPoint num="7" id="2042" />
+<TGConnectingPoint num="8" id="2043" />
+<TGConnectingPoint num="9" id="2044" />
+<TGConnectingPoint num="10" id="2045" />
+<TGConnectingPoint num="11" id="2046" />
+<TGConnectingPoint num="12" id="2047" />
+<TGConnectingPoint num="13" id="2048" />
+<TGConnectingPoint num="14" id="2049" />
+<extraparam>
+<diagramText data="Roadside is too far to transmit information" />
+<violated data="" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2082" >
+<cdparam x="24" y="305" />
+<sizeparam width="181" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="135" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="IntegrityOfMessages" />
+<TGConnectingPoint num="0" id="2051" />
+<TGConnectingPoint num="1" id="2052" />
+<TGConnectingPoint num="2" id="2053" />
+<TGConnectingPoint num="3" id="2054" />
+<TGConnectingPoint num="4" id="2055" />
+<TGConnectingPoint num="5" id="2056" />
+<TGConnectingPoint num="6" id="2057" />
+<TGConnectingPoint num="7" id="2058" />
+<TGConnectingPoint num="8" id="2059" />
+<TGConnectingPoint num="9" id="2060" />
+<TGConnectingPoint num="10" id="2061" />
+<TGConnectingPoint num="11" id="2062" />
+<TGConnectingPoint num="12" id="2063" />
+<TGConnectingPoint num="13" id="2064" />
+<TGConnectingPoint num="14" id="2065" />
+<TGConnectingPoint num="15" id="2066" />
+<TGConnectingPoint num="16" id="2067" />
+<TGConnectingPoint num="17" id="2068" />
+<TGConnectingPoint num="18" id="2069" />
+<TGConnectingPoint num="19" id="2070" />
+<TGConnectingPoint num="20" id="2071" />
+<TGConnectingPoint num="21" id="2072" />
+<TGConnectingPoint num="22" id="2073" />
+<TGConnectingPoint num="23" id="2074" />
+<TGConnectingPoint num="24" id="2075" />
+<TGConnectingPoint num="25" id="2076" />
+<TGConnectingPoint num="26" id="2077" />
+<TGConnectingPoint num="27" id="2078" />
+<TGConnectingPoint num="28" id="2079" />
+<TGConnectingPoint num="29" id="2080" />
+<TGConnectingPoint num="30" id="2081" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="High" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2114" >
+<cdparam x="327" y="274" />
+<sizeparam width="287" height="174" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="211" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EnvironmentInformationAttestation" />
+<TGConnectingPoint num="0" id="2083" />
+<TGConnectingPoint num="1" id="2084" />
+<TGConnectingPoint num="2" id="2085" />
+<TGConnectingPoint num="3" id="2086" />
+<TGConnectingPoint num="4" id="2087" />
+<TGConnectingPoint num="5" id="2088" />
+<TGConnectingPoint num="6" id="2089" />
+<TGConnectingPoint num="7" id="2090" />
+<TGConnectingPoint num="8" id="2091" />
+<TGConnectingPoint num="9" id="2092" />
+<TGConnectingPoint num="10" id="2093" />
+<TGConnectingPoint num="11" id="2094" />
+<TGConnectingPoint num="12" id="2095" />
+<TGConnectingPoint num="13" id="2096" />
+<TGConnectingPoint num="14" id="2097" />
+<TGConnectingPoint num="15" id="2098" />
+<TGConnectingPoint num="16" id="2099" />
+<TGConnectingPoint num="17" id="2100" />
+<TGConnectingPoint num="18" id="2101" />
+<TGConnectingPoint num="19" id="2102" />
+<TGConnectingPoint num="20" id="2103" />
+<TGConnectingPoint num="21" id="2104" />
+<TGConnectingPoint num="22" id="2105" />
+<TGConnectingPoint num="23" id="2106" />
+<TGConnectingPoint num="24" id="2107" />
+<TGConnectingPoint num="25" id="2108" />
+<TGConnectingPoint num="26" id="2109" />
+<TGConnectingPoint num="27" id="2110" />
+<TGConnectingPoint num="28" id="2111" />
+<TGConnectingPoint num="29" id="2112" />
+<TGConnectingPoint num="30" id="2113" />
+<extraparam>
+<type data="2" />
+<textline data="Optional" />
+<textline data="Authenticated environment change info may" />
+<textline data="require this aditionnal verification." />
+<textline data="This requirement may also result out of the " />
+<textline data="legal framework if forces to exploit" />
+<textline data="notified events (e.g. ecalls?) even if unauthenticated." />
+<textline data="Risk is high in that latter case." />
+<kind data="Functional" />
+<criticality data="Medium" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.4" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2146" >
+<cdparam x="846" y="276" />
+<sizeparam width="283" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="197" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="AuthenticatingMessageSources" />
+<TGConnectingPoint num="0" id="2115" />
+<TGConnectingPoint num="1" id="2116" />
+<TGConnectingPoint num="2" id="2117" />
+<TGConnectingPoint num="3" id="2118" />
+<TGConnectingPoint num="4" id="2119" />
+<TGConnectingPoint num="5" id="2120" />
+<TGConnectingPoint num="6" id="2121" />
+<TGConnectingPoint num="7" id="2122" />
+<TGConnectingPoint num="8" id="2123" />
+<TGConnectingPoint num="9" id="2124" />
+<TGConnectingPoint num="10" id="2125" />
+<TGConnectingPoint num="11" id="2126" />
+<TGConnectingPoint num="12" id="2127" />
+<TGConnectingPoint num="13" id="2128" />
+<TGConnectingPoint num="14" id="2129" />
+<TGConnectingPoint num="15" id="2130" />
+<TGConnectingPoint num="16" id="2131" />
+<TGConnectingPoint num="17" id="2132" />
+<TGConnectingPoint num="18" id="2133" />
+<TGConnectingPoint num="19" id="2134" />
+<TGConnectingPoint num="20" id="2135" />
+<TGConnectingPoint num="21" id="2136" />
+<TGConnectingPoint num="22" id="2137" />
+<TGConnectingPoint num="23" id="2138" />
+<TGConnectingPoint num="24" id="2139" />
+<TGConnectingPoint num="25" id="2140" />
+<TGConnectingPoint num="26" id="2141" />
+<TGConnectingPoint num="27" id="2142" />
+<TGConnectingPoint num="28" id="2143" />
+<TGConnectingPoint num="29" id="2144" />
+<TGConnectingPoint num="30" id="2145" />
+<extraparam>
+<type data="2" />
+<textline data="Authenticating changes sent from other cars" />
+<textline data="and authenticate the sensors" />
+<kind data="Data origin authenticity" />
+<criticality data="High" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.3" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2178" >
+<cdparam x="525" y="30" />
+<sizeparam width="405" height="126" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="379" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="PreventMaliciousModificationsOnTheEnvironmentRepresentation" />
+<TGConnectingPoint num="0" id="2147" />
+<TGConnectingPoint num="1" id="2148" />
+<TGConnectingPoint num="2" id="2149" />
+<TGConnectingPoint num="3" id="2150" />
+<TGConnectingPoint num="4" id="2151" />
+<TGConnectingPoint num="5" id="2152" />
+<TGConnectingPoint num="6" id="2153" />
+<TGConnectingPoint num="7" id="2154" />
+<TGConnectingPoint num="8" id="2155" />
+<TGConnectingPoint num="9" id="2156" />
+<TGConnectingPoint num="10" id="2157" />
+<TGConnectingPoint num="11" id="2158" />
+<TGConnectingPoint num="12" id="2159" />
+<TGConnectingPoint num="13" id="2160" />
+<TGConnectingPoint num="14" id="2161" />
+<TGConnectingPoint num="15" id="2162" />
+<TGConnectingPoint num="16" id="2163" />
+<TGConnectingPoint num="17" id="2164" />
+<TGConnectingPoint num="18" id="2165" />
+<TGConnectingPoint num="19" id="2166" />
+<TGConnectingPoint num="20" id="2167" />
+<TGConnectingPoint num="21" id="2168" />
+<TGConnectingPoint num="22" id="2169" />
+<TGConnectingPoint num="23" id="2170" />
+<TGConnectingPoint num="24" id="2171" />
+<TGConnectingPoint num="25" id="2172" />
+<TGConnectingPoint num="26" id="2173" />
+<TGConnectingPoint num="27" id="2174" />
+<TGConnectingPoint num="28" id="2175" />
+<TGConnectingPoint num="29" id="2176" />
+<TGConnectingPoint num="30" id="2177" />
+<extraparam>
+<type data="2" />
+<textline data="Try to prevent attackers" />
+<textline data="from feeding wrong information" />
+<textline data="to gateways" />
+<kind data="Functional" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2210" >
+<cdparam x="10" y="674" />
+<sizeparam width="315" height="183" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="209" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EnforceTrustedIntegrityVerification" />
+<TGConnectingPoint num="0" id="2179" />
+<TGConnectingPoint num="1" id="2180" />
+<TGConnectingPoint num="2" id="2181" />
+<TGConnectingPoint num="3" id="2182" />
+<TGConnectingPoint num="4" id="2183" />
+<TGConnectingPoint num="5" id="2184" />
+<TGConnectingPoint num="6" id="2185" />
+<TGConnectingPoint num="7" id="2186" />
+<TGConnectingPoint num="8" id="2187" />
+<TGConnectingPoint num="9" id="2188" />
+<TGConnectingPoint num="10" id="2189" />
+<TGConnectingPoint num="11" id="2190" />
+<TGConnectingPoint num="12" id="2191" />
+<TGConnectingPoint num="13" id="2192" />
+<TGConnectingPoint num="14" id="2193" />
+<TGConnectingPoint num="15" id="2194" />
+<TGConnectingPoint num="16" id="2195" />
+<TGConnectingPoint num="17" id="2196" />
+<TGConnectingPoint num="18" id="2197" />
+<TGConnectingPoint num="19" id="2198" />
+<TGConnectingPoint num="20" id="2199" />
+<TGConnectingPoint num="21" id="2200" />
+<TGConnectingPoint num="22" id="2201" />
+<TGConnectingPoint num="23" id="2202" />
+<TGConnectingPoint num="24" id="2203" />
+<TGConnectingPoint num="25" id="2204" />
+<TGConnectingPoint num="26" id="2205" />
+<TGConnectingPoint num="27" id="2206" />
+<TGConnectingPoint num="28" id="2207" />
+<TGConnectingPoint num="29" id="2208" />
+<TGConnectingPoint num="30" id="2209" />
+<extraparam>
+<type data="2" />
+<textline data="Roots of trust for integrity verification should" />
+<textline data="not be modifiable (e.g. Not everyone should" />
+<textline data="be able to modify credentials)" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2242" >
+<cdparam x="374" y="639" />
+<sizeparam width="384" height="120" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="222" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EnforceTrustedSourcesOfAttestation" />
+<TGConnectingPoint num="0" id="2211" />
+<TGConnectingPoint num="1" id="2212" />
+<TGConnectingPoint num="2" id="2213" />
+<TGConnectingPoint num="3" id="2214" />
+<TGConnectingPoint num="4" id="2215" />
+<TGConnectingPoint num="5" id="2216" />
+<TGConnectingPoint num="6" id="2217" />
+<TGConnectingPoint num="7" id="2218" />
+<TGConnectingPoint num="8" id="2219" />
+<TGConnectingPoint num="9" id="2220" />
+<TGConnectingPoint num="10" id="2221" />
+<TGConnectingPoint num="11" id="2222" />
+<TGConnectingPoint num="12" id="2223" />
+<TGConnectingPoint num="13" id="2224" />
+<TGConnectingPoint num="14" id="2225" />
+<TGConnectingPoint num="15" id="2226" />
+<TGConnectingPoint num="16" id="2227" />
+<TGConnectingPoint num="17" id="2228" />
+<TGConnectingPoint num="18" id="2229" />
+<TGConnectingPoint num="19" id="2230" />
+<TGConnectingPoint num="20" id="2231" />
+<TGConnectingPoint num="21" id="2232" />
+<TGConnectingPoint num="22" id="2233" />
+<TGConnectingPoint num="23" id="2234" />
+<TGConnectingPoint num="24" id="2235" />
+<TGConnectingPoint num="25" id="2236" />
+<TGConnectingPoint num="26" id="2237" />
+<TGConnectingPoint num="27" id="2238" />
+<TGConnectingPoint num="28" id="2239" />
+<TGConnectingPoint num="29" id="2240" />
+<TGConnectingPoint num="30" id="2241" />
+<extraparam>
+<type data="2" />
+<textline data="Roots of trust for attestation of some property" />
+<textline data="should not be modifiable." />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.4.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2274" >
+<cdparam x="800" y="585" />
+<sizeparam width="375" height="120" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="184" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EnforceTrustedAuthentication" />
+<TGConnectingPoint num="0" id="2243" />
+<TGConnectingPoint num="1" id="2244" />
+<TGConnectingPoint num="2" id="2245" />
+<TGConnectingPoint num="3" id="2246" />
+<TGConnectingPoint num="4" id="2247" />
+<TGConnectingPoint num="5" id="2248" />
+<TGConnectingPoint num="6" id="2249" />
+<TGConnectingPoint num="7" id="2250" />
+<TGConnectingPoint num="8" id="2251" />
+<TGConnectingPoint num="9" id="2252" />
+<TGConnectingPoint num="10" id="2253" />
+<TGConnectingPoint num="11" id="2254" />
+<TGConnectingPoint num="12" id="2255" />
+<TGConnectingPoint num="13" id="2256" />
+<TGConnectingPoint num="14" id="2257" />
+<TGConnectingPoint num="15" id="2258" />
+<TGConnectingPoint num="16" id="2259" />
+<TGConnectingPoint num="17" id="2260" />
+<TGConnectingPoint num="18" id="2261" />
+<TGConnectingPoint num="19" id="2262" />
+<TGConnectingPoint num="20" id="2263" />
+<TGConnectingPoint num="21" id="2264" />
+<TGConnectingPoint num="22" id="2265" />
+<TGConnectingPoint num="23" id="2266" />
+<TGConnectingPoint num="24" id="2267" />
+<TGConnectingPoint num="25" id="2268" />
+<TGConnectingPoint num="26" id="2269" />
+<TGConnectingPoint num="27" id="2270" />
+<TGConnectingPoint num="28" id="2271" />
+<TGConnectingPoint num="29" id="2272" />
+<TGConnectingPoint num="30" id="2273" />
+<extraparam>
+<type data="0" />
+<textline data="Roots of trust for authentication should not be" />
+<textline data="modifiable." />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.3.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2306" >
+<cdparam x="1202" y="544" />
+<sizeparam width="275" height="121" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="240" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="Requirement" value="EnforceCorrectAndUpdatedTimeSource" />
+<TGConnectingPoint num="0" id="2275" />
+<TGConnectingPoint num="1" id="2276" />
+<TGConnectingPoint num="2" id="2277" />
+<TGConnectingPoint num="3" id="2278" />
+<TGConnectingPoint num="4" id="2279" />
+<TGConnectingPoint num="5" id="2280" />
+<TGConnectingPoint num="6" id="2281" />
+<TGConnectingPoint num="7" id="2282" />
+<TGConnectingPoint num="8" id="2283" />
+<TGConnectingPoint num="9" id="2284" />
+<TGConnectingPoint num="10" id="2285" />
+<TGConnectingPoint num="11" id="2286" />
+<TGConnectingPoint num="12" id="2287" />
+<TGConnectingPoint num="13" id="2288" />
+<TGConnectingPoint num="14" id="2289" />
+<TGConnectingPoint num="15" id="2290" />
+<TGConnectingPoint num="16" id="2291" />
+<TGConnectingPoint num="17" id="2292" />
+<TGConnectingPoint num="18" id="2293" />
+<TGConnectingPoint num="19" id="2294" />
+<TGConnectingPoint num="20" id="2295" />
+<TGConnectingPoint num="21" id="2296" />
+<TGConnectingPoint num="22" id="2297" />
+<TGConnectingPoint num="23" id="2298" />
+<TGConnectingPoint num="24" id="2299" />
+<TGConnectingPoint num="25" id="2300" />
+<TGConnectingPoint num="26" id="2301" />
+<TGConnectingPoint num="27" id="2302" />
+<TGConnectingPoint num="28" id="2303" />
+<TGConnectingPoint num="29" id="2304" />
+<TGConnectingPoint num="30" id="2305" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="GSR-1.2.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<CONNECTOR type="119" id="2307" >
+<cdparam x="1421" y="551" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="1339" y="544" id="2282" />
+<P2  x="1345" y="444" id="1997" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="120" id="2308" >
+<cdparam x="511" y="867" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="416" y="867" id="1972" />
+<P2  x="325" y="765" id="2195" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="2309" >
+<cdparam x="961" y="514" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="987" y="585" id="2250" />
+<P2  x="987" y="390" id="2125" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="2310" >
+<cdparam x="584" y="660" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="566" y="639" id="2218" />
+<P2  x="470" y="448" id="2093" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="119" id="2311" >
+<cdparam x="194" y="700" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;deriveReqt&gt;&gt;" />
+<P1  x="167" y="674" id="2186" />
+<P2  x="114" y="419" id="2061" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="2314" >
+<cdparam x="180" y="367" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="114" y="305" id="2058" />
+<P2  x="727" y="156" id="2172" />
+<Point x="114" y="262" />
+<Point x="727" y="195" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="2312" >
+<father id="2314" num="0" />
+<cdparam x="114" y="262" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="2313" >
+<father id="2314" num="1" />
+<cdparam x="727" y="195" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="129" id="2317" >
+<cdparam x="932" y="366" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="987" y="276" id="2122" />
+<P2  x="727" y="156" id="2171" />
+<Point x="987" y="250" />
+<Point x="729" y="194" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="2315" >
+<father id="2317" num="0" />
+<cdparam x="987" y="250" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="2316" >
+<father id="2317" num="1" />
+<cdparam x="729" y="194" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="129" id="2320" >
+<cdparam x="1192" y="279" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="1345" y="294" id="1994" />
+<P2  x="727" y="156" id="2173" />
+<Point x="1345" y="241" />
+<Point x="725" y="193" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="2318" >
+<father id="2320" num="0" />
+<cdparam x="1345" y="241" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="2319" >
+<father id="2320" num="1" />
+<cdparam x="725" y="193" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="129" id="2323" >
+<cdparam x="505" y="296" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="470" y="274" id="2090" />
+<P2  x="727" y="156" id="2157" />
+<Point x="470" y="244" />
+<Point x="727" y="197" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="2321" >
+<father id="2323" num="0" />
+<cdparam x="470" y="244" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="2322" >
+<father id="2323" num="1" />
+<cdparam x="727" y="197" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="120" id="2324" >
+<cdparam x="764" y="656" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="744" y="490" id="2026" />
+<P2  x="542" y="448" id="2106" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="120" id="2325" >
+<cdparam x="551" y="632" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="322" y="556" id="2042" />
+<P2  x="398" y="448" id="2104" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+
+</TRequirementDiagramPanel>
+
+</Modeling>
+
+
+
+
+<Modeling type="Requirement" nameTab="Reqs of Braking Use Case" >
+<TRequirementDiagramPanel name="Prevent sending fake Brake commands requirements" minX="10" maxX="1900" minY="10" maxY="1400" zoom="1.0" >
+<COMPONENT type="901" id="2341" >
+<cdparam x="184" y="170" />
+<sizeparam width="955" height="120" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="221" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="RequirementObserver" value="PreventSendFakeBrakingCommand" />
+<TGConnectingPoint num="0" id="2326" />
+<TGConnectingPoint num="1" id="2327" />
+<TGConnectingPoint num="2" id="2328" />
+<TGConnectingPoint num="3" id="2329" />
+<TGConnectingPoint num="4" id="2330" />
+<TGConnectingPoint num="5" id="2331" />
+<TGConnectingPoint num="6" id="2332" />
+<TGConnectingPoint num="7" id="2333" />
+<TGConnectingPoint num="8" id="2334" />
+<TGConnectingPoint num="9" id="2335" />
+<TGConnectingPoint num="10" id="2336" />
+<TGConnectingPoint num="11" id="2337" />
+<TGConnectingPoint num="12" id="2338" />
+<TGConnectingPoint num="13" id="2339" />
+<TGConnectingPoint num="14" id="2340" />
+<extraparam>
+<diagramText data="i.e. prevent sending of : * emergencyBrake from PlausibilityCheck function * brakeCommand from DangerAvoidanceStrategy * brake from BrakeManagement" />
+<violated data="noAction" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="901" id="2357" >
+<cdparam x="315" y="510" />
+<sizeparam width="436" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="165" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="RequirementObserver" value="PreventHeadUnitSpoofing" />
+<TGConnectingPoint num="0" id="2342" />
+<TGConnectingPoint num="1" id="2343" />
+<TGConnectingPoint num="2" id="2344" />
+<TGConnectingPoint num="3" id="2345" />
+<TGConnectingPoint num="4" id="2346" />
+<TGConnectingPoint num="5" id="2347" />
+<TGConnectingPoint num="6" id="2348" />
+<TGConnectingPoint num="7" id="2349" />
+<TGConnectingPoint num="8" id="2350" />
+<TGConnectingPoint num="9" id="2351" />
+<TGConnectingPoint num="10" id="2352" />
+<TGConnectingPoint num="11" id="2353" />
+<TGConnectingPoint num="12" id="2354" />
+<TGConnectingPoint num="13" id="2355" />
+<TGConnectingPoint num="14" id="2356" />
+<extraparam>
+<diagramText data="emergencyBrake message may be sent by HU pretending to be CU" />
+<violated data="noAction" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2389" >
+<cdparam x="282" y="335" />
+<sizeparam width="285" height="114" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="194" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="AuthenticationOfFunctionalPath" />
+<TGConnectingPoint num="0" id="2358" />
+<TGConnectingPoint num="1" id="2359" />
+<TGConnectingPoint num="2" id="2360" />
+<TGConnectingPoint num="3" id="2361" />
+<TGConnectingPoint num="4" id="2362" />
+<TGConnectingPoint num="5" id="2363" />
+<TGConnectingPoint num="6" id="2364" />
+<TGConnectingPoint num="7" id="2365" />
+<TGConnectingPoint num="8" id="2366" />
+<TGConnectingPoint num="9" id="2367" />
+<TGConnectingPoint num="10" id="2368" />
+<TGConnectingPoint num="11" id="2369" />
+<TGConnectingPoint num="12" id="2370" />
+<TGConnectingPoint num="13" id="2371" />
+<TGConnectingPoint num="14" id="2372" />
+<TGConnectingPoint num="15" id="2373" />
+<TGConnectingPoint num="16" id="2374" />
+<TGConnectingPoint num="17" id="2375" />
+<TGConnectingPoint num="18" id="2376" />
+<TGConnectingPoint num="19" id="2377" />
+<TGConnectingPoint num="20" id="2378" />
+<TGConnectingPoint num="21" id="2379" />
+<TGConnectingPoint num="22" id="2380" />
+<TGConnectingPoint num="23" id="2381" />
+<TGConnectingPoint num="24" id="2382" />
+<TGConnectingPoint num="25" id="2383" />
+<TGConnectingPoint num="26" id="2384" />
+<TGConnectingPoint num="27" id="2385" />
+<TGConnectingPoint num="28" id="2386" />
+<TGConnectingPoint num="29" id="2387" />
+<TGConnectingPoint num="30" id="2388" />
+<extraparam>
+<type data="2" />
+<textline data="This includes the authentication of functions," />
+<textline data="and of the functions on the ECUs" />
+<kind data="Data origin authenticity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1.1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2421" >
+<cdparam x="614" y="63" />
+<sizeparam width="282" height="64" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="196" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="PreventSendingFakeCommand" />
+<TGConnectingPoint num="0" id="2390" />
+<TGConnectingPoint num="1" id="2391" />
+<TGConnectingPoint num="2" id="2392" />
+<TGConnectingPoint num="3" id="2393" />
+<TGConnectingPoint num="4" id="2394" />
+<TGConnectingPoint num="5" id="2395" />
+<TGConnectingPoint num="6" id="2396" />
+<TGConnectingPoint num="7" id="2397" />
+<TGConnectingPoint num="8" id="2398" />
+<TGConnectingPoint num="9" id="2399" />
+<TGConnectingPoint num="10" id="2400" />
+<TGConnectingPoint num="11" id="2401" />
+<TGConnectingPoint num="12" id="2402" />
+<TGConnectingPoint num="13" id="2403" />
+<TGConnectingPoint num="14" id="2404" />
+<TGConnectingPoint num="15" id="2405" />
+<TGConnectingPoint num="16" id="2406" />
+<TGConnectingPoint num="17" id="2407" />
+<TGConnectingPoint num="18" id="2408" />
+<TGConnectingPoint num="19" id="2409" />
+<TGConnectingPoint num="20" id="2410" />
+<TGConnectingPoint num="21" id="2411" />
+<TGConnectingPoint num="22" id="2412" />
+<TGConnectingPoint num="23" id="2413" />
+<TGConnectingPoint num="24" id="2414" />
+<TGConnectingPoint num="25" id="2415" />
+<TGConnectingPoint num="26" id="2416" />
+<TGConnectingPoint num="27" id="2417" />
+<TGConnectingPoint num="28" id="2418" />
+<TGConnectingPoint num="29" id="2419" />
+<TGConnectingPoint num="30" id="2420" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="FSR-1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<CONNECTOR type="120" id="2422" >
+<cdparam x="778" y="246" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="661" y="170" id="2333" />
+<P2  x="755" y="127" id="2412" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="120" id="2423" >
+<cdparam x="246" y="735" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="424" y="510" id="2348" />
+<P2  x="424" y="449" id="2380" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+
+</TRequirementDiagramPanel>
+
+<TRequirementDiagramPanel name="DoS requirements" minX="10" maxX="1900" minY="10" maxY="1400" zoom="1.0" >
+<COMPONENT type="900" id="2455" >
+<cdparam x="345" y="379" />
+<sizeparam width="330" height="51" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="318" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="PreventBroadcastBrakeDoSWhenEmergencySituation" />
+<TGConnectingPoint num="0" id="2424" />
+<TGConnectingPoint num="1" id="2425" />
+<TGConnectingPoint num="2" id="2426" />
+<TGConnectingPoint num="3" id="2427" />
+<TGConnectingPoint num="4" id="2428" />
+<TGConnectingPoint num="5" id="2429" />
+<TGConnectingPoint num="6" id="2430" />
+<TGConnectingPoint num="7" id="2431" />
+<TGConnectingPoint num="8" id="2432" />
+<TGConnectingPoint num="9" id="2433" />
+<TGConnectingPoint num="10" id="2434" />
+<TGConnectingPoint num="11" id="2435" />
+<TGConnectingPoint num="12" id="2436" />
+<TGConnectingPoint num="13" id="2437" />
+<TGConnectingPoint num="14" id="2438" />
+<TGConnectingPoint num="15" id="2439" />
+<TGConnectingPoint num="16" id="2440" />
+<TGConnectingPoint num="17" id="2441" />
+<TGConnectingPoint num="18" id="2442" />
+<TGConnectingPoint num="19" id="2443" />
+<TGConnectingPoint num="20" id="2444" />
+<TGConnectingPoint num="21" id="2445" />
+<TGConnectingPoint num="22" id="2446" />
+<TGConnectingPoint num="23" id="2447" />
+<TGConnectingPoint num="24" id="2448" />
+<TGConnectingPoint num="25" id="2449" />
+<TGConnectingPoint num="26" id="2450" />
+<TGConnectingPoint num="27" id="2451" />
+<TGConnectingPoint num="28" id="2452" />
+<TGConnectingPoint num="29" id="2453" />
+<TGConnectingPoint num="30" id="2454" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2487" >
+<cdparam x="344" y="111" />
+<sizeparam width="274" height="49" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="262" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="PreventBrakeDoSWhenEmergencySituation" />
+<TGConnectingPoint num="0" id="2456" />
+<TGConnectingPoint num="1" id="2457" />
+<TGConnectingPoint num="2" id="2458" />
+<TGConnectingPoint num="3" id="2459" />
+<TGConnectingPoint num="4" id="2460" />
+<TGConnectingPoint num="5" id="2461" />
+<TGConnectingPoint num="6" id="2462" />
+<TGConnectingPoint num="7" id="2463" />
+<TGConnectingPoint num="8" id="2464" />
+<TGConnectingPoint num="9" id="2465" />
+<TGConnectingPoint num="10" id="2466" />
+<TGConnectingPoint num="11" id="2467" />
+<TGConnectingPoint num="12" id="2468" />
+<TGConnectingPoint num="13" id="2469" />
+<TGConnectingPoint num="14" id="2470" />
+<TGConnectingPoint num="15" id="2471" />
+<TGConnectingPoint num="16" id="2472" />
+<TGConnectingPoint num="17" id="2473" />
+<TGConnectingPoint num="18" id="2474" />
+<TGConnectingPoint num="19" id="2475" />
+<TGConnectingPoint num="20" id="2476" />
+<TGConnectingPoint num="21" id="2477" />
+<TGConnectingPoint num="22" id="2478" />
+<TGConnectingPoint num="23" id="2479" />
+<TGConnectingPoint num="24" id="2480" />
+<TGConnectingPoint num="25" id="2481" />
+<TGConnectingPoint num="26" id="2482" />
+<TGConnectingPoint num="27" id="2483" />
+<TGConnectingPoint num="28" id="2484" />
+<TGConnectingPoint num="29" id="2485" />
+<TGConnectingPoint num="30" id="2486" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="901" id="2503" >
+<cdparam x="179" y="304" />
+<sizeparam width="263" height="66" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="246" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="RequirementObserver" value="DoSAttackOn_CU_And_CSC_Prevention" />
+<TGConnectingPoint num="0" id="2488" />
+<TGConnectingPoint num="1" id="2489" />
+<TGConnectingPoint num="2" id="2490" />
+<TGConnectingPoint num="3" id="2491" />
+<TGConnectingPoint num="4" id="2492" />
+<TGConnectingPoint num="5" id="2493" />
+<TGConnectingPoint num="6" id="2494" />
+<TGConnectingPoint num="7" id="2495" />
+<TGConnectingPoint num="8" id="2496" />
+<TGConnectingPoint num="9" id="2497" />
+<TGConnectingPoint num="10" id="2498" />
+<TGConnectingPoint num="11" id="2499" />
+<TGConnectingPoint num="12" id="2500" />
+<TGConnectingPoint num="13" id="2501" />
+<TGConnectingPoint num="14" id="2502" />
+<extraparam>
+<diagramText data="no diagram" />
+<violated data="noAction" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2535" >
+<cdparam x="251" y="460" />
+<sizeparam width="269" height="95" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="192" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="BroadcastTotalResponseTime" />
+<TGConnectingPoint num="0" id="2504" />
+<TGConnectingPoint num="1" id="2505" />
+<TGConnectingPoint num="2" id="2506" />
+<TGConnectingPoint num="3" id="2507" />
+<TGConnectingPoint num="4" id="2508" />
+<TGConnectingPoint num="5" id="2509" />
+<TGConnectingPoint num="6" id="2510" />
+<TGConnectingPoint num="7" id="2511" />
+<TGConnectingPoint num="8" id="2512" />
+<TGConnectingPoint num="9" id="2513" />
+<TGConnectingPoint num="10" id="2514" />
+<TGConnectingPoint num="11" id="2515" />
+<TGConnectingPoint num="12" id="2516" />
+<TGConnectingPoint num="13" id="2517" />
+<TGConnectingPoint num="14" id="2518" />
+<TGConnectingPoint num="15" id="2519" />
+<TGConnectingPoint num="16" id="2520" />
+<TGConnectingPoint num="17" id="2521" />
+<TGConnectingPoint num="18" id="2522" />
+<TGConnectingPoint num="19" id="2523" />
+<TGConnectingPoint num="20" id="2524" />
+<TGConnectingPoint num="21" id="2525" />
+<TGConnectingPoint num="22" id="2526" />
+<TGConnectingPoint num="23" id="2527" />
+<TGConnectingPoint num="24" id="2528" />
+<TGConnectingPoint num="25" id="2529" />
+<TGConnectingPoint num="26" id="2530" />
+<TGConnectingPoint num="27" id="2531" />
+<TGConnectingPoint num="28" id="2532" />
+<TGConnectingPoint num="29" id="2533" />
+<TGConnectingPoint num="30" id="2534" />
+<extraparam>
+<type data="2" />
+<textline data="Total response time between reception of" />
+<textline data="DSRCEmergencyBrake' event until the effective" />
+<textline data="sending of 'broadcastInfoEmergencyBraking'" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-2.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2567" >
+<cdparam x="170" y="185" />
+<sizeparam width="280" height="94" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="168" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="BrakeTotalResponseTime" />
+<TGConnectingPoint num="0" id="2536" />
+<TGConnectingPoint num="1" id="2537" />
+<TGConnectingPoint num="2" id="2538" />
+<TGConnectingPoint num="3" id="2539" />
+<TGConnectingPoint num="4" id="2540" />
+<TGConnectingPoint num="5" id="2541" />
+<TGConnectingPoint num="6" id="2542" />
+<TGConnectingPoint num="7" id="2543" />
+<TGConnectingPoint num="8" id="2544" />
+<TGConnectingPoint num="9" id="2545" />
+<TGConnectingPoint num="10" id="2546" />
+<TGConnectingPoint num="11" id="2547" />
+<TGConnectingPoint num="12" id="2548" />
+<TGConnectingPoint num="13" id="2549" />
+<TGConnectingPoint num="14" id="2550" />
+<TGConnectingPoint num="15" id="2551" />
+<TGConnectingPoint num="16" id="2552" />
+<TGConnectingPoint num="17" id="2553" />
+<TGConnectingPoint num="18" id="2554" />
+<TGConnectingPoint num="19" id="2555" />
+<TGConnectingPoint num="20" id="2556" />
+<TGConnectingPoint num="21" id="2557" />
+<TGConnectingPoint num="22" id="2558" />
+<TGConnectingPoint num="23" id="2559" />
+<TGConnectingPoint num="24" id="2560" />
+<TGConnectingPoint num="25" id="2561" />
+<TGConnectingPoint num="26" id="2562" />
+<TGConnectingPoint num="27" id="2563" />
+<TGConnectingPoint num="28" id="2564" />
+<TGConnectingPoint num="29" id="2565" />
+<TGConnectingPoint num="30" id="2566" />
+<extraparam>
+<type data="2" />
+<textline data="Total response time between reception of" />
+<textline data="DSRCEmergencyBrake' event until the confirmed" />
+<textline data="execution of 'DoBrake' should be less than 250ms" />
+<kind data="Availability" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-1.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2599" >
+<cdparam x="469" y="275" />
+<sizeparam width="295" height="85" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="274" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="EnsureCorrectDecisionOfEmergencySituation" />
+<TGConnectingPoint num="0" id="2568" />
+<TGConnectingPoint num="1" id="2569" />
+<TGConnectingPoint num="2" id="2570" />
+<TGConnectingPoint num="3" id="2571" />
+<TGConnectingPoint num="4" id="2572" />
+<TGConnectingPoint num="5" id="2573" />
+<TGConnectingPoint num="6" id="2574" />
+<TGConnectingPoint num="7" id="2575" />
+<TGConnectingPoint num="8" id="2576" />
+<TGConnectingPoint num="9" id="2577" />
+<TGConnectingPoint num="10" id="2578" />
+<TGConnectingPoint num="11" id="2579" />
+<TGConnectingPoint num="12" id="2580" />
+<TGConnectingPoint num="13" id="2581" />
+<TGConnectingPoint num="14" id="2582" />
+<TGConnectingPoint num="15" id="2583" />
+<TGConnectingPoint num="16" id="2584" />
+<TGConnectingPoint num="17" id="2585" />
+<TGConnectingPoint num="18" id="2586" />
+<TGConnectingPoint num="19" id="2587" />
+<TGConnectingPoint num="20" id="2588" />
+<TGConnectingPoint num="21" id="2589" />
+<TGConnectingPoint num="22" id="2590" />
+<TGConnectingPoint num="23" id="2591" />
+<TGConnectingPoint num="24" id="2592" />
+<TGConnectingPoint num="25" id="2593" />
+<TGConnectingPoint num="26" id="2594" />
+<TGConnectingPoint num="27" id="2595" />
+<TGConnectingPoint num="28" id="2596" />
+<TGConnectingPoint num="29" id="2597" />
+<TGConnectingPoint num="30" id="2598" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-1.2-2.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2631" >
+<cdparam x="545" y="468" />
+<sizeparam width="343" height="86" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="321" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="Shared_EnsureCorrectDecisionOfEmergencySituation" />
+<TGConnectingPoint num="0" id="2600" />
+<TGConnectingPoint num="1" id="2601" />
+<TGConnectingPoint num="2" id="2602" />
+<TGConnectingPoint num="3" id="2603" />
+<TGConnectingPoint num="4" id="2604" />
+<TGConnectingPoint num="5" id="2605" />
+<TGConnectingPoint num="6" id="2606" />
+<TGConnectingPoint num="7" id="2607" />
+<TGConnectingPoint num="8" id="2608" />
+<TGConnectingPoint num="9" id="2609" />
+<TGConnectingPoint num="10" id="2610" />
+<TGConnectingPoint num="11" id="2611" />
+<TGConnectingPoint num="12" id="2612" />
+<TGConnectingPoint num="13" id="2613" />
+<TGConnectingPoint num="14" id="2614" />
+<TGConnectingPoint num="15" id="2615" />
+<TGConnectingPoint num="16" id="2616" />
+<TGConnectingPoint num="17" id="2617" />
+<TGConnectingPoint num="18" id="2618" />
+<TGConnectingPoint num="19" id="2619" />
+<TGConnectingPoint num="20" id="2620" />
+<TGConnectingPoint num="21" id="2621" />
+<TGConnectingPoint num="22" id="2622" />
+<TGConnectingPoint num="23" id="2623" />
+<TGConnectingPoint num="24" id="2624" />
+<TGConnectingPoint num="25" id="2625" />
+<TGConnectingPoint num="26" id="2626" />
+<TGConnectingPoint num="27" id="2627" />
+<TGConnectingPoint num="28" id="2628" />
+<TGConnectingPoint num="29" id="2629" />
+<TGConnectingPoint num="30" id="2630" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-2.1" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="900" id="2663" >
+<cdparam x="456" y="191" />
+<sizeparam width="329" height="48" minWidth="1" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="321" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="Requirement" value="Shared_EnsureCorrectDecisionOfEmergencySituation" />
+<TGConnectingPoint num="0" id="2632" />
+<TGConnectingPoint num="1" id="2633" />
+<TGConnectingPoint num="2" id="2634" />
+<TGConnectingPoint num="3" id="2635" />
+<TGConnectingPoint num="4" id="2636" />
+<TGConnectingPoint num="5" id="2637" />
+<TGConnectingPoint num="6" id="2638" />
+<TGConnectingPoint num="7" id="2639" />
+<TGConnectingPoint num="8" id="2640" />
+<TGConnectingPoint num="9" id="2641" />
+<TGConnectingPoint num="10" id="2642" />
+<TGConnectingPoint num="11" id="2643" />
+<TGConnectingPoint num="12" id="2644" />
+<TGConnectingPoint num="13" id="2645" />
+<TGConnectingPoint num="14" id="2646" />
+<TGConnectingPoint num="15" id="2647" />
+<TGConnectingPoint num="16" id="2648" />
+<TGConnectingPoint num="17" id="2649" />
+<TGConnectingPoint num="18" id="2650" />
+<TGConnectingPoint num="19" id="2651" />
+<TGConnectingPoint num="20" id="2652" />
+<TGConnectingPoint num="21" id="2653" />
+<TGConnectingPoint num="22" id="2654" />
+<TGConnectingPoint num="23" id="2655" />
+<TGConnectingPoint num="24" id="2656" />
+<TGConnectingPoint num="25" id="2657" />
+<TGConnectingPoint num="26" id="2658" />
+<TGConnectingPoint num="27" id="2659" />
+<TGConnectingPoint num="28" id="2660" />
+<TGConnectingPoint num="29" id="2661" />
+<TGConnectingPoint num="30" id="2662" />
+<extraparam>
+<type data="2" />
+<textline data="Requirement description:" />
+<textline data="Double-click to edit" />
+<kind data="Integrity" />
+<criticality data="Low" />
+<violated data="" />
+<attackTreeNode data="" />
+<id data="BDOS-1.2" />
+<satisfied data="false" />
+<verified data="false" />
+</extraparam>
+</COMPONENT>
+
+<CONNECTOR type="129" id="2664" >
+<cdparam x="737" y="313" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="620" y="191" id="2639" />
+<P2  x="481" y="160" id="2466" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="2665" >
+<cdparam x="284" y="319" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="310" y="185" id="2543" />
+<P2  x="481" y="160" id="2480" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="2666" >
+<cdparam x="1732" y="317" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="385" y="460" id="2511" />
+<P2  x="510" y="430" id="2448" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="129" id="2667" >
+<cdparam x="1279" y="311" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;composition&gt;&gt;" />
+<P1  x="716" y="468" id="2607" />
+<P2  x="510" y="430" id="2434" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="128" id="2668" >
+<cdparam x="737" y="423" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;copy&gt;&gt;" />
+<P1  x="620" y="239" id="2642" />
+<P2  x="616" y="275" id="2575" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="128" id="2669" >
+<cdparam x="1162" y="412" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Requirement to Requirement" value="&lt;&lt;copy&gt;&gt;" />
+<P1  x="802" y="468" id="2608" />
+<P2  x="764" y="317" id="2572" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+<CONNECTOR type="120" id="2670" >
+<cdparam x="302" y="539" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from RequirementObserver to Requirement" value="&lt;&lt;verify&gt;&gt;" />
+<P1  x="310" y="304" id="2495" />
+<P2  x="310" y="279" id="2558" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR>
+
+</TRequirementDiagramPanel>
+
+</Modeling>
+
+
+
+
+<Modeling type="AVATAR Design" nameTab="AVATAR Design" >
+<AVATARBlockDiagramPanel name="AVATAR Block Diagram" minX="10" maxX="1900" minY="10" maxY="2400" >
+<MainCode value="void __user_init() {"/>
+<MainCode value="}"/>
+<Optimized value="true" />
+<Validated value="TestBench;EmergencySimulator;CarPositionSimulator;GPSSensor;RadarSensor;SpeedSensor;Communication;CorrectnessChecking;NeighbourhoodTableManagement;DSRSC_Management;PTC;DrivingPowerReductionStrategy;BCU;BrakeManagement;DangerAvoidanceStrategy;CSCU;VehiculeDynamicsManagement;PlausibilityCheck;ObjectListManagement;" />
+<Ignored value="" />
+
+<CONNECTOR type="5002" id="2676" >
+<cdparam x="140" y="429" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2673" />
+<TGConnectingPoint num="1" id="2674" />
+<TGConnectingPoint num="2" id="2675" />
+<P1  x="168" y="553" id="2883" />
+<P2  x="465" y="1085" id="3037" />
+<Point x="367" y="632" />
+<Point x="367" y="915" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<iso value="in broadcastEmergencyBrakingMessage(int id, int position)" />
+<osd value="out forwardEmergency(int myID, int currentPosition)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR><SUBCOMPONENT type="-1" id="2671" >
+<father id="2676" num="0" />
+<cdparam x="367" y="632" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="2672" >
+<father id="2676" num="1" />
+<cdparam x="367" y="915" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="5002" id="2678" >
+<cdparam x="365" y="417" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2677" />
+<P1  x="457" y="545" id="2908" />
+<P2  x="466" y="695" id="3135" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in getNodeList(NodeList list)" />
+<oso value="out sendTable(int currentPosition, NodeList list)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2680" >
+<cdparam x="388" y="891" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2679" />
+<P1  x="465" y="1210" id="3039" />
+<P2  x="362" y="1208" id="2990" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in getReducePowerOrder(int value)" />
+<oso value="out reducePower(int value)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2682" >
+<cdparam x="638" y="941" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2681" />
+<P1  x="777" y="1148" id="3031" />
+<P2  x="825" y="1148" id="3055" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in brake(int value)" />
+<oso value="out brakePower(int value)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2684" >
+<cdparam x="293" y="688" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2683" />
+<P1  x="621" y="1023" id="3028" />
+<P2  x="527" y="862" id="3133" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<iso value="in brake(int speed, int currentPosition, int position)" />
+<osd value="out brake(int speed, int currentPosition, int position)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2690" >
+<cdparam x="518" y="775" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2687" />
+<TGConnectingPoint num="1" id="2688" />
+<TGConnectingPoint num="2" id="2689" />
+<P1  x="587" y="862" id="3142" />
+<P2  x="973" y="855" id="3166" />
+<Point x="587" y="895" />
+<Point x="971" y="895" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<iso value="in getInfoOnSpeed(int speed)" />
+<osd value="out getInfoOnSpeed(int speed)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR><SUBCOMPONENT type="-1" id="2685" >
+<father id="2690" num="0" />
+<cdparam x="587" y="895" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="2686" >
+<father id="2690" num="1" />
+<cdparam x="971" y="895" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+
+<CONNECTOR type="5002" id="2692" >
+<cdparam x="858" y="209" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2691" />
+<P1  x="1057" y="276" id="2733" />
+<P2  x="973" y="707" id="3160" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in updateOnSpeed(int speed)" />
+<oso value="out updateOnSpeed(int speed)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2694" >
+<cdparam x="568" y="727" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2693" />
+<P1  x="648" y="820" id="3140" />
+<P2  x="670" y="821" id="3114" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<iso value="in getInfoOnObstacle(int obstacle)" />
+<osd value="out getInfoOnObstacle(int info)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2696" >
+<cdparam x="841" y="206" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2695" />
+<P1  x="883" y="276" id="2767" />
+<P2  x="835" y="704" id="3111" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in isObstacleAhead(int info)" />
+<oso value="out obstacleAhead(int info)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2698" >
+<cdparam x="690" y="514" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2697" />
+<P1  x="749" y="555" id="2942" />
+<P2  x="527" y="695" id="3128" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in getEmergencyMessageToVerify(int id, int position)" />
+<oso value="out toPlausibityCheckMessage(int id, int position)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2700" >
+<cdparam x="330" y="465" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2699" />
+<P1  x="297" y="553" id="2884" />
+<P2  x="596" y="555" id="2932" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in getEmergencyBrakingMessage(int id, int position)" />
+<oso value="out forwardEmergencyBrakingMessage(int id, int position)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2702" >
+<cdparam x="330" y="415" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2701" />
+<P1  x="297" y="460" id="2881" />
+<P2  x="329" y="464" id="2905" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in addANode(int id, int position)" />
+<oso value="out setCarPosition(int id, int position)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2704" >
+<cdparam x="113" y="213" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2703" />
+<P1  x="128" y="282" id="2808" />
+<P2  x="168" y="368" id="2878" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in carPosition(int id, int position)" />
+<oso value="out carPosition(int id, int position)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2706" >
+<cdparam x="281" y="213" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2705" />
+<P1  x="284" y="282" id="2841" />
+<P2  x="232" y="368" id="2886" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in obstacleDetected(int id, int position)" />
+<oso value="out obstacleDetected(int id, int position)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<CONNECTOR type="5002" id="2708" >
+<cdparam x="493" y="208" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Block0 to Block0" value="" />
+<TGConnectingPoint num="0" id="2707" />
+<P1  x="563" y="275" id="2783" />
+<P2  x="457" y="383" id="2903" />
+<AutomaticDrawing  data="true" />
+<extraparam>
+<isd value="in setPosition(int currentPosition)" />
+<oso value="out setPosition(int currentPosition)" />
+<FIFOType asynchronous="false" size="1" blocking="false" private="true" broadcast="false" lossy="false" />
+</extraparam>
+</CONNECTOR>
+<COMPONENT type="5003" id="2717" >
+<cdparam x="34" y="609" />
+<sizeparam width="196" height="178" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="DataType0" value="CarInfo" />
+<TGConnectingPoint num="0" id="2709" />
+<TGConnectingPoint num="1" id="2710" />
+<TGConnectingPoint num="2" id="2711" />
+<TGConnectingPoint num="3" id="2712" />
+<TGConnectingPoint num="4" id="2713" />
+<TGConnectingPoint num="5" id="2714" />
+<TGConnectingPoint num="6" id="2715" />
+<TGConnectingPoint num="7" id="2716" />
+<extraparam>
+<Attribute access="0" id="minID" value="1" type="8" typeOther="" />
+<Attribute access="0" id="maxID" value="5" type="8" typeOther="" />
+<Attribute access="0" id="minPosition" value="3" type="8" typeOther="" />
+<Attribute access="0" id="maxPosition" value="10" type="8" typeOther="" />
+<Attribute access="0" id="minSpeed" value="1" type="8" typeOther="" />
+<Attribute access="0" id="maxSpeed" value="10" type="8" typeOther="" />
+<Attribute access="0" id="myID" value="11" type="8" typeOther="" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5003" id="2726" >
+<cdparam x="35" y="803" />
+<sizeparam width="185" height="175" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="DataType0" value="NodeList" />
+<TGConnectingPoint num="0" id="2718" />
+<TGConnectingPoint num="1" id="2719" />
+<TGConnectingPoint num="2" id="2720" />
+<TGConnectingPoint num="3" id="2721" />
+<TGConnectingPoint num="4" id="2722" />
+<TGConnectingPoint num="5" id="2723" />
+<TGConnectingPoint num="6" id="2724" />
+<TGConnectingPoint num="7" id="2725" />
+<extraparam>
+<Attribute access="0" id="id0" value="" type="8" typeOther="" />
+<Attribute access="0" id="id1" value="" type="8" typeOther="" />
+<Attribute access="0" id="id2" value="" type="8" typeOther="" />
+<Attribute access="0" id="position0" value="" type="8" typeOther="" />
+<Attribute access="0" id="position1" value="" type="8" typeOther="" />
+<Attribute access="0" id="position2" value="" type="8" typeOther="" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5000" id="2876" >
+<cdparam x="26" y="43" />
+<sizeparam width="1146" height="250" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="Block0" value="TestBench" />
+<TGConnectingPoint num="0" id="2852" />
+<TGConnectingPoint num="1" id="2853" />
+<TGConnectingPoint num="2" id="2854" />
+<TGConnectingPoint num="3" id="2855" />
+<TGConnectingPoint num="4" id="2856" />
+<TGConnectingPoint num="5" id="2857" />
+<TGConnectingPoint num="6" id="2858" />
+<TGConnectingPoint num="7" id="2859" />
+<TGConnectingPoint num="8" id="2860" />
+<TGConnectingPoint num="9" id="2861" />
+<TGConnectingPoint num="10" id="2862" />
+<TGConnectingPoint num="11" id="2863" />
+<TGConnectingPoint num="12" id="2864" />
+<TGConnectingPoint num="13" id="2865" />
+<TGConnectingPoint num="14" id="2866" />
+<TGConnectingPoint num="15" id="2867" />
+<TGConnectingPoint num="16" id="2868" />
+<TGConnectingPoint num="17" id="2869" />
+<TGConnectingPoint num="18" id="2870" />
+<TGConnectingPoint num="19" id="2871" />
+<TGConnectingPoint num="20" id="2872" />
+<TGConnectingPoint num="21" id="2873" />
+<TGConnectingPoint num="22" id="2874" />
+<TGConnectingPoint num="23" id="2875" />
+<extraparam>
+<CryptoBlock value="false" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="5000" id="2751" >
+<father id="2876" num="0" />
+<cdparam x="959" y="98" />
+<sizeparam width="196" height="178" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="950" minY="0" maxY="72" />
+<infoparam name="Block0" value="SpeedSensor" />
+<TGConnectingPoint num="0" id="2727" />
+<TGConnectingPoint num="1" id="2728" />
+<TGConnectingPoint num="2" id="2729" />
+<TGConnectingPoint num="3" id="2730" />
+<TGConnectingPoint num="4" id="2731" />
+<TGConnectingPoint num="5" id="2732" />
+<TGConnectingPoint num="6" id="2733" />
+<TGConnectingPoint num="7" id="2734" />
+<TGConnectingPoint num="8" id="2735" />
+<TGConnectingPoint num="9" id="2736" />
+<TGConnectingPoint num="10" id="2737" />
+<TGConnectingPoint num="11" id="2738" />
+<TGConnectingPoint num="12" id="2739" />
+<TGConnectingPoint num="13" id="2740" />
+<TGConnectingPoint num="14" id="2741" />
+<TGConnectingPoint num="15" id="2742" />
+<TGConnectingPoint num="16" id="2743" />
+<TGConnectingPoint num="17" id="2744" />
+<TGConnectingPoint num="18" id="2745" />
+<TGConnectingPoint num="19" id="2746" />
+<TGConnectingPoint num="20" id="2747" />
+<TGConnectingPoint num="21" id="2748" />
+<TGConnectingPoint num="22" id="2749" />
+<TGConnectingPoint num="23" id="2750" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="minSpeedUpdate" value="150" type="8" typeOther="" />
+<Attribute access="0" id="maxSpeedUpdate" value="150" type="8" typeOther="" />
+<Attribute access="0" id="speed" value="" type="8" typeOther="" />
+<Attribute access="0" id="carinfo" value="" type="5" typeOther="CarInfo" />
+<Signal value="out updateOnSpeed(int speed)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="2776" >
+<father id="2876" num="1" />
+<cdparam x="701" y="100" />
+<sizeparam width="243" height="176" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="903" minY="0" maxY="74" />
+<infoparam name="Block0" value="RadarSensor" />
+<TGConnectingPoint num="0" id="2752" />
+<TGConnectingPoint num="1" id="2753" />
+<TGConnectingPoint num="2" id="2754" />
+<TGConnectingPoint num="3" id="2755" />
+<TGConnectingPoint num="4" id="2756" />
+<TGConnectingPoint num="5" id="2757" />
+<TGConnectingPoint num="6" id="2758" />
+<TGConnectingPoint num="7" id="2759" />
+<TGConnectingPoint num="8" id="2760" />
+<TGConnectingPoint num="9" id="2761" />
+<TGConnectingPoint num="10" id="2762" />
+<TGConnectingPoint num="11" id="2763" />
+<TGConnectingPoint num="12" id="2764" />
+<TGConnectingPoint num="13" id="2765" />
+<TGConnectingPoint num="14" id="2766" />
+<TGConnectingPoint num="15" id="2767" />
+<TGConnectingPoint num="16" id="2768" />
+<TGConnectingPoint num="17" id="2769" />
+<TGConnectingPoint num="18" id="2770" />
+<TGConnectingPoint num="19" id="2771" />
+<TGConnectingPoint num="20" id="2772" />
+<TGConnectingPoint num="21" id="2773" />
+<TGConnectingPoint num="22" id="2774" />
+<TGConnectingPoint num="23" id="2775" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="minRadarUpdate" value="100" type="8" typeOther="" />
+<Attribute access="0" id="maxRadarUpdate" value="150" type="8" typeOther="" />
+<Attribute access="0" id="obstacleAhead" value="" type="8" typeOther="" />
+<Signal value="out obstacleAhead(int info)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="2801" >
+<father id="2876" num="2" />
+<cdparam x="442" y="100" />
+<sizeparam width="242" height="175" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="904" minY="0" maxY="75" />
+<infoparam name="Block0" value="GPSSensor" />
+<TGConnectingPoint num="0" id="2777" />
+<TGConnectingPoint num="1" id="2778" />
+<TGConnectingPoint num="2" id="2779" />
+<TGConnectingPoint num="3" id="2780" />
+<TGConnectingPoint num="4" id="2781" />
+<TGConnectingPoint num="5" id="2782" />
+<TGConnectingPoint num="6" id="2783" />
+<TGConnectingPoint num="7" id="2784" />
+<TGConnectingPoint num="8" id="2785" />
+<TGConnectingPoint num="9" id="2786" />
+<TGConnectingPoint num="10" id="2787" />
+<TGConnectingPoint num="11" id="2788" />
+<TGConnectingPoint num="12" id="2789" />
+<TGConnectingPoint num="13" id="2790" />
+<TGConnectingPoint num="14" id="2791" />
+<TGConnectingPoint num="15" id="2792" />
+<TGConnectingPoint num="16" id="2793" />
+<TGConnectingPoint num="17" id="2794" />
+<TGConnectingPoint num="18" id="2795" />
+<TGConnectingPoint num="19" id="2796" />
+<TGConnectingPoint num="20" id="2797" />
+<TGConnectingPoint num="21" id="2798" />
+<TGConnectingPoint num="22" id="2799" />
+<TGConnectingPoint num="23" id="2800" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="minGPSUpdate" value="100" type="8" typeOther="" />
+<Attribute access="0" id="maxGPSUpdate" value="100" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Attribute access="0" id="carinfo" value="" type="5" typeOther="CarInfo" />
+<Signal value="out setPosition(int currentPosition)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="2826" >
+<father id="2876" num="3" />
+<cdparam x="32" y="98" />
+<sizeparam width="193" height="184" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="953" minY="0" maxY="66" />
+<infoparam name="Block0" value="CarPositionSimulator" />
+<TGConnectingPoint num="0" id="2802" />
+<TGConnectingPoint num="1" id="2803" />
+<TGConnectingPoint num="2" id="2804" />
+<TGConnectingPoint num="3" id="2805" />
+<TGConnectingPoint num="4" id="2806" />
+<TGConnectingPoint num="5" id="2807" />
+<TGConnectingPoint num="6" id="2808" />
+<TGConnectingPoint num="7" id="2809" />
+<TGConnectingPoint num="8" id="2810" />
+<TGConnectingPoint num="9" id="2811" />
+<TGConnectingPoint num="10" id="2812" />
+<TGConnectingPoint num="11" id="2813" />
+<TGConnectingPoint num="12" id="2814" />
+<TGConnectingPoint num="13" id="2815" />
+<TGConnectingPoint num="14" id="2816" />
+<TGConnectingPoint num="15" id="2817" />
+<TGConnectingPoint num="16" id="2818" />
+<TGConnectingPoint num="17" id="2819" />
+<TGConnectingPoint num="18" id="2820" />
+<TGConnectingPoint num="19" id="2821" />
+<TGConnectingPoint num="20" id="2822" />
+<TGConnectingPoint num="21" id="2823" />
+<TGConnectingPoint num="22" id="2824" />
+<TGConnectingPoint num="23" id="2825" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="carid" value="" type="5" typeOther="CarInfo" />
+<Attribute access="0" id="minCarPositionInterval" value="200" type="8" typeOther="" />
+<Attribute access="0" id="maxCarPositionInterval" value="250" type="8" typeOther="" />
+<Attribute access="0" id="id" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Signal value="out carPosition(int id, int position)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="2851" >
+<father id="2876" num="4" />
+<cdparam x="237" y="98" />
+<sizeparam width="190" height="184" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="956" minY="0" maxY="66" />
+<infoparam name="Block0" value="EmergencySimulator" />
+<TGConnectingPoint num="0" id="2827" />
+<TGConnectingPoint num="1" id="2828" />
+<TGConnectingPoint num="2" id="2829" />
+<TGConnectingPoint num="3" id="2830" />
+<TGConnectingPoint num="4" id="2831" />
+<TGConnectingPoint num="5" id="2832" />
+<TGConnectingPoint num="6" id="2833" />
+<TGConnectingPoint num="7" id="2834" />
+<TGConnectingPoint num="8" id="2835" />
+<TGConnectingPoint num="9" id="2836" />
+<TGConnectingPoint num="10" id="2837" />
+<TGConnectingPoint num="11" id="2838" />
+<TGConnectingPoint num="12" id="2839" />
+<TGConnectingPoint num="13" id="2840" />
+<TGConnectingPoint num="14" id="2841" />
+<TGConnectingPoint num="15" id="2842" />
+<TGConnectingPoint num="16" id="2843" />
+<TGConnectingPoint num="17" id="2844" />
+<TGConnectingPoint num="18" id="2845" />
+<TGConnectingPoint num="19" id="2846" />
+<TGConnectingPoint num="20" id="2847" />
+<TGConnectingPoint num="21" id="2848" />
+<TGConnectingPoint num="22" id="2849" />
+<TGConnectingPoint num="23" id="2850" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="minEmergencyInterval" value="1000" type="8" typeOther="" />
+<Attribute access="0" id="maxEmergencyInterval" value="1000" type="8" typeOther="" />
+<Attribute access="0" id="carid" value="" type="5" typeOther="CarInfo" />
+<Attribute access="0" id="id" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Signal value="out obstacleDetected(int id, int position)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5000" id="2976" >
+<cdparam x="28" y="317" />
+<sizeparam width="790" height="268" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="Block0" value="Communication" />
+<TGConnectingPoint num="0" id="2952" />
+<TGConnectingPoint num="1" id="2953" />
+<TGConnectingPoint num="2" id="2954" />
+<TGConnectingPoint num="3" id="2955" />
+<TGConnectingPoint num="4" id="2956" />
+<TGConnectingPoint num="5" id="2957" />
+<TGConnectingPoint num="6" id="2958" />
+<TGConnectingPoint num="7" id="2959" />
+<TGConnectingPoint num="8" id="2960" />
+<TGConnectingPoint num="9" id="2961" />
+<TGConnectingPoint num="10" id="2962" />
+<TGConnectingPoint num="11" id="2963" />
+<TGConnectingPoint num="12" id="2964" />
+<TGConnectingPoint num="13" id="2965" />
+<TGConnectingPoint num="14" id="2966" />
+<TGConnectingPoint num="15" id="2967" />
+<TGConnectingPoint num="16" id="2968" />
+<TGConnectingPoint num="17" id="2969" />
+<TGConnectingPoint num="18" id="2970" />
+<TGConnectingPoint num="19" id="2971" />
+<TGConnectingPoint num="20" id="2972" />
+<TGConnectingPoint num="21" id="2973" />
+<TGConnectingPoint num="22" id="2974" />
+<TGConnectingPoint num="23" id="2975" />
+<extraparam>
+<CryptoBlock value="false" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="5000" id="2901" >
+<father id="2976" num="0" />
+<cdparam x="40" y="368" />
+<sizeparam width="257" height="185" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="533" minY="0" maxY="83" />
+<infoparam name="Block0" value="DSRSC_Management" />
+<TGConnectingPoint num="0" id="2877" />
+<TGConnectingPoint num="1" id="2878" />
+<TGConnectingPoint num="2" id="2879" />
+<TGConnectingPoint num="3" id="2880" />
+<TGConnectingPoint num="4" id="2881" />
+<TGConnectingPoint num="5" id="2882" />
+<TGConnectingPoint num="6" id="2883" />
+<TGConnectingPoint num="7" id="2884" />
+<TGConnectingPoint num="8" id="2885" />
+<TGConnectingPoint num="9" id="2886" />
+<TGConnectingPoint num="10" id="2887" />
+<TGConnectingPoint num="11" id="2888" />
+<TGConnectingPoint num="12" id="2889" />
+<TGConnectingPoint num="13" id="2890" />
+<TGConnectingPoint num="14" id="2891" />
+<TGConnectingPoint num="15" id="2892" />
+<TGConnectingPoint num="16" id="2893" />
+<TGConnectingPoint num="17" id="2894" />
+<TGConnectingPoint num="18" id="2895" />
+<TGConnectingPoint num="19" id="2896" />
+<TGConnectingPoint num="20" id="2897" />
+<TGConnectingPoint num="21" id="2898" />
+<TGConnectingPoint num="22" id="2899" />
+<TGConnectingPoint num="23" id="2900" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="id" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Method value="sendMessage(int id, int position)" />
+<Signal value="in obstacleDetected(int id, int position)" />
+<Signal value="in carPosition(int id, int position)" />
+<Signal value="out setCarPosition(int id, int position)" />
+<Signal value="out forwardEmergencyBrakingMessage(int id, int position)" />
+<Signal value="in broadcastEmergencyBrakingMessage(int id, int position)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="2926" >
+<father id="2976" num="1" />
+<cdparam x="329" y="383" />
+<sizeparam width="257" height="162" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="533" minY="0" maxY="106" />
+<infoparam name="Block0" value="NeighbourhoodTableManagement" />
+<TGConnectingPoint num="0" id="2902" />
+<TGConnectingPoint num="1" id="2903" />
+<TGConnectingPoint num="2" id="2904" />
+<TGConnectingPoint num="3" id="2905" />
+<TGConnectingPoint num="4" id="2906" />
+<TGConnectingPoint num="5" id="2907" />
+<TGConnectingPoint num="6" id="2908" />
+<TGConnectingPoint num="7" id="2909" />
+<TGConnectingPoint num="8" id="2910" />
+<TGConnectingPoint num="9" id="2911" />
+<TGConnectingPoint num="10" id="2912" />
+<TGConnectingPoint num="11" id="2913" />
+<TGConnectingPoint num="12" id="2914" />
+<TGConnectingPoint num="13" id="2915" />
+<TGConnectingPoint num="14" id="2916" />
+<TGConnectingPoint num="15" id="2917" />
+<TGConnectingPoint num="16" id="2918" />
+<TGConnectingPoint num="17" id="2919" />
+<TGConnectingPoint num="18" id="2920" />
+<TGConnectingPoint num="19" id="2921" />
+<TGConnectingPoint num="20" id="2922" />
+<TGConnectingPoint num="21" id="2923" />
+<TGConnectingPoint num="22" id="2924" />
+<TGConnectingPoint num="23" id="2925" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="id" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Attribute access="0" id="time_id" value="" type="8" typeOther="" />
+<Attribute access="0" id="listOfNodes" value="" type="5" typeOther="NodeList" />
+<Attribute access="0" id="currentPosition" value="" type="8" typeOther="" />
+<Signal value="in addANode(int id, int position)" />
+<Signal value="in setPosition(int currentPosition)" />
+<Signal value="out sendTable(int currentPosition, NodeList list)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="2951" >
+<father id="2976" num="2" />
+<cdparam x="596" y="371" />
+<sizeparam width="204" height="184" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="586" minY="0" maxY="84" />
+<infoparam name="Block0" value="CorrectnessChecking" />
+<TGConnectingPoint num="0" id="2927" />
+<TGConnectingPoint num="1" id="2928" />
+<TGConnectingPoint num="2" id="2929" />
+<TGConnectingPoint num="3" id="2930" />
+<TGConnectingPoint num="4" id="2931" />
+<TGConnectingPoint num="5" id="2932" />
+<TGConnectingPoint num="6" id="2933" />
+<TGConnectingPoint num="7" id="2934" />
+<TGConnectingPoint num="8" id="2935" />
+<TGConnectingPoint num="9" id="2936" />
+<TGConnectingPoint num="10" id="2937" />
+<TGConnectingPoint num="11" id="2938" />
+<TGConnectingPoint num="12" id="2939" />
+<TGConnectingPoint num="13" id="2940" />
+<TGConnectingPoint num="14" id="2941" />
+<TGConnectingPoint num="15" id="2942" />
+<TGConnectingPoint num="16" id="2943" />
+<TGConnectingPoint num="17" id="2944" />
+<TGConnectingPoint num="18" id="2945" />
+<TGConnectingPoint num="19" id="2946" />
+<TGConnectingPoint num="20" id="2947" />
+<TGConnectingPoint num="21" id="2948" />
+<TGConnectingPoint num="22" id="2949" />
+<TGConnectingPoint num="23" id="2950" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="id" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Attribute access="0" id="canHaveInvalid" value="false" type="4" typeOther="" />
+<Method value="checkingMessage()" />
+<Method value="invalidMessage()" />
+<Method value="validMessage()" />
+<Signal value="in getEmergencyBrakingMessage(int id, int position)" />
+<Signal value="out toPlausibityCheckMessage(int id, int position)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5000" id="3026" >
+<cdparam x="25" y="996" />
+<sizeparam width="385" height="289" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="Block0" value="PTC" />
+<TGConnectingPoint num="0" id="3002" />
+<TGConnectingPoint num="1" id="3003" />
+<TGConnectingPoint num="2" id="3004" />
+<TGConnectingPoint num="3" id="3005" />
+<TGConnectingPoint num="4" id="3006" />
+<TGConnectingPoint num="5" id="3007" />
+<TGConnectingPoint num="6" id="3008" />
+<TGConnectingPoint num="7" id="3009" />
+<TGConnectingPoint num="8" id="3010" />
+<TGConnectingPoint num="9" id="3011" />
+<TGConnectingPoint num="10" id="3012" />
+<TGConnectingPoint num="11" id="3013" />
+<TGConnectingPoint num="12" id="3014" />
+<TGConnectingPoint num="13" id="3015" />
+<TGConnectingPoint num="14" id="3016" />
+<TGConnectingPoint num="15" id="3017" />
+<TGConnectingPoint num="16" id="3018" />
+<TGConnectingPoint num="17" id="3019" />
+<TGConnectingPoint num="18" id="3020" />
+<TGConnectingPoint num="19" id="3021" />
+<TGConnectingPoint num="20" id="3022" />
+<TGConnectingPoint num="21" id="3023" />
+<TGConnectingPoint num="22" id="3024" />
+<TGConnectingPoint num="23" id="3025" />
+<extraparam>
+<CryptoBlock value="false" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="5000" id="3001" >
+<father id="3026" num="0" />
+<cdparam x="50" y="1054" />
+<sizeparam width="312" height="206" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="73" minY="0" maxY="83" />
+<infoparam name="Block0" value="DrivingPowerReductionStrategy" />
+<TGConnectingPoint num="0" id="2977" />
+<TGConnectingPoint num="1" id="2978" />
+<TGConnectingPoint num="2" id="2979" />
+<TGConnectingPoint num="3" id="2980" />
+<TGConnectingPoint num="4" id="2981" />
+<TGConnectingPoint num="5" id="2982" />
+<TGConnectingPoint num="6" id="2983" />
+<TGConnectingPoint num="7" id="2984" />
+<TGConnectingPoint num="8" id="2985" />
+<TGConnectingPoint num="9" id="2986" />
+<TGConnectingPoint num="10" id="2987" />
+<TGConnectingPoint num="11" id="2988" />
+<TGConnectingPoint num="12" id="2989" />
+<TGConnectingPoint num="13" id="2990" />
+<TGConnectingPoint num="14" id="2991" />
+<TGConnectingPoint num="15" id="2992" />
+<TGConnectingPoint num="16" id="2993" />
+<TGConnectingPoint num="17" id="2994" />
+<TGConnectingPoint num="18" id="2995" />
+<TGConnectingPoint num="19" id="2996" />
+<TGConnectingPoint num="20" id="2997" />
+<TGConnectingPoint num="21" id="2998" />
+<TGConnectingPoint num="22" id="2999" />
+<TGConnectingPoint num="23" id="3000" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="value" value="" type="8" typeOther="" />
+<Attribute access="0" id="minReducePowerTime" value="10" type="8" typeOther="" />
+<Attribute access="0" id="maxReducePowerTime" value="20" type="8" typeOther="" />
+<Method value="applyReducePower(int value)" />
+<Method value="reducePowerDone()" />
+<Signal value="in getReducePowerOrder(int value)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5000" id="3101" >
+<cdparam x="456" y="973" />
+<sizeparam width="704" height="310" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="Block0" value="BCU" />
+<TGConnectingPoint num="0" id="3077" />
+<TGConnectingPoint num="1" id="3078" />
+<TGConnectingPoint num="2" id="3079" />
+<TGConnectingPoint num="3" id="3080" />
+<TGConnectingPoint num="4" id="3081" />
+<TGConnectingPoint num="5" id="3082" />
+<TGConnectingPoint num="6" id="3083" />
+<TGConnectingPoint num="7" id="3084" />
+<TGConnectingPoint num="8" id="3085" />
+<TGConnectingPoint num="9" id="3086" />
+<TGConnectingPoint num="10" id="3087" />
+<TGConnectingPoint num="11" id="3088" />
+<TGConnectingPoint num="12" id="3089" />
+<TGConnectingPoint num="13" id="3090" />
+<TGConnectingPoint num="14" id="3091" />
+<TGConnectingPoint num="15" id="3092" />
+<TGConnectingPoint num="16" id="3093" />
+<TGConnectingPoint num="17" id="3094" />
+<TGConnectingPoint num="18" id="3095" />
+<TGConnectingPoint num="19" id="3096" />
+<TGConnectingPoint num="20" id="3097" />
+<TGConnectingPoint num="21" id="3098" />
+<TGConnectingPoint num="22" id="3099" />
+<TGConnectingPoint num="23" id="3100" />
+<extraparam>
+<CryptoBlock value="false" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="5000" id="3051" >
+<father id="3101" num="0" />
+<cdparam x="465" y="1023" />
+<sizeparam width="312" height="250" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="392" minY="0" maxY="60" />
+<infoparam name="Block0" value="DangerAvoidanceStrategy" />
+<TGConnectingPoint num="0" id="3027" />
+<TGConnectingPoint num="1" id="3028" />
+<TGConnectingPoint num="2" id="3029" />
+<TGConnectingPoint num="3" id="3030" />
+<TGConnectingPoint num="4" id="3031" />
+<TGConnectingPoint num="5" id="3032" />
+<TGConnectingPoint num="6" id="3033" />
+<TGConnectingPoint num="7" id="3034" />
+<TGConnectingPoint num="8" id="3035" />
+<TGConnectingPoint num="9" id="3036" />
+<TGConnectingPoint num="10" id="3037" />
+<TGConnectingPoint num="11" id="3038" />
+<TGConnectingPoint num="12" id="3039" />
+<TGConnectingPoint num="13" id="3040" />
+<TGConnectingPoint num="14" id="3041" />
+<TGConnectingPoint num="15" id="3042" />
+<TGConnectingPoint num="16" id="3043" />
+<TGConnectingPoint num="17" id="3044" />
+<TGConnectingPoint num="18" id="3045" />
+<TGConnectingPoint num="19" id="3046" />
+<TGConnectingPoint num="20" id="3047" />
+<TGConnectingPoint num="21" id="3048" />
+<TGConnectingPoint num="22" id="3049" />
+<TGConnectingPoint num="23" id="3050" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="speed" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Attribute access="0" id="currentPosition" value="" type="8" typeOther="" />
+<Attribute access="0" id="carinfo" value="" type="5" typeOther="CarInfo" />
+<Attribute access="0" id="value" value="" type="8" typeOther="" />
+<Signal value="in brake(int speed, int currentPosition, int position)" />
+<Signal value="out reducePower(int value)" />
+<Signal value="out brakePower(int value)" />
+<Signal value="out forwardEmergency(int myID, int currentPosition)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="3076" >
+<father id="3101" num="1" />
+<cdparam x="825" y="1023" />
+<sizeparam width="312" height="250" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="392" minY="0" maxY="60" />
+<infoparam name="Block0" value="BrakeManagement" />
+<TGConnectingPoint num="0" id="3052" />
+<TGConnectingPoint num="1" id="3053" />
+<TGConnectingPoint num="2" id="3054" />
+<TGConnectingPoint num="3" id="3055" />
+<TGConnectingPoint num="4" id="3056" />
+<TGConnectingPoint num="5" id="3057" />
+<TGConnectingPoint num="6" id="3058" />
+<TGConnectingPoint num="7" id="3059" />
+<TGConnectingPoint num="8" id="3060" />
+<TGConnectingPoint num="9" id="3061" />
+<TGConnectingPoint num="10" id="3062" />
+<TGConnectingPoint num="11" id="3063" />
+<TGConnectingPoint num="12" id="3064" />
+<TGConnectingPoint num="13" id="3065" />
+<TGConnectingPoint num="14" id="3066" />
+<TGConnectingPoint num="15" id="3067" />
+<TGConnectingPoint num="16" id="3068" />
+<TGConnectingPoint num="17" id="3069" />
+<TGConnectingPoint num="18" id="3070" />
+<TGConnectingPoint num="19" id="3071" />
+<TGConnectingPoint num="20" id="3072" />
+<TGConnectingPoint num="21" id="3073" />
+<TGConnectingPoint num="22" id="3074" />
+<TGConnectingPoint num="23" id="3075" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="value" value="" type="8" typeOther="" />
+<Attribute access="0" id="deltaBrake" value="0" type="8" typeOther="" />
+<Attribute access="0" id="brakeMaxDuration" value="" type="8" typeOther="" />
+<Method value="applyBraking(int value)" />
+<Method value="brakingDone()" />
+<Signal value="in brake(int value)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5000" id="3201" >
+<cdparam x="396" y="650" />
+<sizeparam width="798" height="289" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="2400" />
+<infoparam name="Block0" value="CSCU" />
+<TGConnectingPoint num="0" id="3177" />
+<TGConnectingPoint num="1" id="3178" />
+<TGConnectingPoint num="2" id="3179" />
+<TGConnectingPoint num="3" id="3180" />
+<TGConnectingPoint num="4" id="3181" />
+<TGConnectingPoint num="5" id="3182" />
+<TGConnectingPoint num="6" id="3183" />
+<TGConnectingPoint num="7" id="3184" />
+<TGConnectingPoint num="8" id="3185" />
+<TGConnectingPoint num="9" id="3186" />
+<TGConnectingPoint num="10" id="3187" />
+<TGConnectingPoint num="11" id="3188" />
+<TGConnectingPoint num="12" id="3189" />
+<TGConnectingPoint num="13" id="3190" />
+<TGConnectingPoint num="14" id="3191" />
+<TGConnectingPoint num="15" id="3192" />
+<TGConnectingPoint num="16" id="3193" />
+<TGConnectingPoint num="17" id="3194" />
+<TGConnectingPoint num="18" id="3195" />
+<TGConnectingPoint num="19" id="3196" />
+<TGConnectingPoint num="20" id="3197" />
+<TGConnectingPoint num="21" id="3198" />
+<TGConnectingPoint num="22" id="3199" />
+<TGConnectingPoint num="23" id="3200" />
+<extraparam>
+<CryptoBlock value="false" />
+</extraparam>
+</COMPONENT>
+<SUBCOMPONENT type="5000" id="3126" >
+<father id="3201" num="0" />
+<cdparam x="670" y="704" />
+<sizeparam width="220" height="156" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="578" minY="0" maxY="133" />
+<infoparam name="Block0" value="ObjectListManagement" />
+<TGConnectingPoint num="0" id="3102" />
+<TGConnectingPoint num="1" id="3103" />
+<TGConnectingPoint num="2" id="3104" />
+<TGConnectingPoint num="3" id="3105" />
+<TGConnectingPoint num="4" id="3106" />
+<TGConnectingPoint num="5" id="3107" />
+<TGConnectingPoint num="6" id="3108" />
+<TGConnectingPoint num="7" id="3109" />
+<TGConnectingPoint num="8" id="3110" />
+<TGConnectingPoint num="9" id="3111" />
+<TGConnectingPoint num="10" id="3112" />
+<TGConnectingPoint num="11" id="3113" />
+<TGConnectingPoint num="12" id="3114" />
+<TGConnectingPoint num="13" id="3115" />
+<TGConnectingPoint num="14" id="3116" />
+<TGConnectingPoint num="15" id="3117" />
+<TGConnectingPoint num="16" id="3118" />
+<TGConnectingPoint num="17" id="3119" />
+<TGConnectingPoint num="18" id="3120" />
+<TGConnectingPoint num="19" id="3121" />
+<TGConnectingPoint num="20" id="3122" />
+<TGConnectingPoint num="21" id="3123" />
+<TGConnectingPoint num="22" id="3124" />
+<TGConnectingPoint num="23" id="3125" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="obstacle" value="0" type="8" typeOther="" />
+<Signal value="in isObstacleAhead(int info)" />
+<Signal value="out getInfoOnObstacle(int info)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="3151" >
+<father id="3201" num="1" />
+<cdparam x="406" y="695" />
+<sizeparam width="242" height="167" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="556" minY="0" maxY="122" />
+<infoparam name="Block0" value="PlausibilityCheck" />
+<TGConnectingPoint num="0" id="3127" />
+<TGConnectingPoint num="1" id="3128" />
+<TGConnectingPoint num="2" id="3129" />
+<TGConnectingPoint num="3" id="3130" />
+<TGConnectingPoint num="4" id="3131" />
+<TGConnectingPoint num="5" id="3132" />
+<TGConnectingPoint num="6" id="3133" />
+<TGConnectingPoint num="7" id="3134" />
+<TGConnectingPoint num="8" id="3135" />
+<TGConnectingPoint num="9" id="3136" />
+<TGConnectingPoint num="10" id="3137" />
+<TGConnectingPoint num="11" id="3138" />
+<TGConnectingPoint num="12" id="3139" />
+<TGConnectingPoint num="13" id="3140" />
+<TGConnectingPoint num="14" id="3141" />
+<TGConnectingPoint num="15" id="3142" />
+<TGConnectingPoint num="16" id="3143" />
+<TGConnectingPoint num="17" id="3144" />
+<TGConnectingPoint num="18" id="3145" />
+<TGConnectingPoint num="19" id="3146" />
+<TGConnectingPoint num="20" id="3147" />
+<TGConnectingPoint num="21" id="3148" />
+<TGConnectingPoint num="22" id="3149" />
+<TGConnectingPoint num="23" id="3150" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="id" value="" type="8" typeOther="" />
+<Attribute access="0" id="position" value="" type="8" typeOther="" />
+<Attribute access="0" id="speed" value="" type="8" typeOther="" />
+<Attribute access="0" id="obstacle" value="" type="8" typeOther="" />
+<Attribute access="0" id="list" value="" type="5" typeOther="NodeList" />
+<Attribute access="0" id="currentPosition" value="" type="8" typeOther="" />
+<Method value="emergencyIgnored()" />
+<Method value="emergencyTakenIntoAccount()" />
+<Method value="getNodeList(int currentPosition, NodeList list)" />
+<Signal value="in getEmergencyMessageToVerify(int id, int position)" />
+<Signal value="in getInfoOnObstacle(int obstacle)" />
+<Signal value="in getInfoOnSpeed(int speed)" />
+<Signal value="out brake(int speed, int currentPosition, int position)" />
+<Signal value="in getNodeList(NodeList list)" />
+</extraparam>
+</SUBCOMPONENT>
+<SUBCOMPONENT type="5000" id="3176" >
+<father id="3201" num="2" />
+<cdparam x="903" y="707" />
+<sizeparam width="281" height="148" minWidth="5" minHeight="2" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="0" maxX="517" minY="0" maxY="141" />
+<infoparam name="Block0" value="VehiculeDynamicsManagement" />
+<TGConnectingPoint num="0" id="3152" />
+<TGConnectingPoint num="1" id="3153" />
+<TGConnectingPoint num="2" id="3154" />
+<TGConnectingPoint num="3" id="3155" />
+<TGConnectingPoint num="4" id="3156" />
+<TGConnectingPoint num="5" id="3157" />
+<TGConnectingPoint num="6" id="3158" />
+<TGConnectingPoint num="7" id="3159" />
+<TGConnectingPoint num="8" id="3160" />
+<TGConnectingPoint num="9" id="3161" />
+<TGConnectingPoint num="10" id="3162" />
+<TGConnectingPoint num="11" id="3163" />
+<TGConnectingPoint num="12" id="3164" />
+<TGConnectingPoint num="13" id="3165" />
+<TGConnectingPoint num="14" id="3166" />
+<TGConnectingPoint num="15" id="3167" />
+<TGConnectingPoint num="16" id="3168" />
+<TGConnectingPoint num="17" id="3169" />
+<TGConnectingPoint num="18" id="3170" />
+<TGConnectingPoint num="19" id="3171" />
+<TGConnectingPoint num="20" id="3172" />
+<TGConnectingPoint num="21" id="3173" />
+<TGConnectingPoint num="22" id="3174" />
+<TGConnectingPoint num="23" id="3175" />
+<extraparam>
+<CryptoBlock value="false" />
+<Attribute access="0" id="speed" value="" type="8" typeOther="" />
+<Signal value="in updateOnSpeed(int speed)" />
+<Signal value="out getInfoOnSpeed(int speed)" />
+</extraparam>
+</SUBCOMPONENT>
+
+
+</AVATARBlockDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="TestBench" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="5100" id="3203" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3202" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="Communication" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="5100" id="3205" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3204" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="PTC" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="5100" id="3207" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3206" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="BCU" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="5100" id="3209" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3208" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="CSCU" minX="10" maxX="1400" minY="10" maxY="900" >
+<COMPONENT type="5100" id="3211" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3210" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="EmergencySimulator" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="3218" >
+<cdparam x="524" y="259" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from TGComponent to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3217" />
+<P1  x="399" y="256" id="3308" />
+<P2  x="399" y="265" id="3253" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3216" >
+<father id="3218" num="0" />
+<cdparam x="524" y="299" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3212" />
+<TGConnectingPoint num="1" id="3213" />
+<TGConnectingPoint num="2" id="3214" />
+<TGConnectingPoint num="3" id="3215" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3231" >
+<cdparam x="400" y="271" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3227" />
+<TGConnectingPoint num="1" id="3228" />
+<TGConnectingPoint num="2" id="3229" />
+<TGConnectingPoint num="3" id="3230" />
+<P1  x="399" y="295" id="3254" />
+<P2  x="307" y="112" id="3267" />
+<Point x="399" y="314" />
+<Point x="169" y="313" />
+<Point x="156" y="111" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3219" >
+<father id="3231" num="0" />
+<cdparam x="399" y="314" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3220" >
+<father id="3231" num="1" />
+<cdparam x="169" y="313" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3221" >
+<father id="3231" num="2" />
+<cdparam x="156" y="111" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3226" >
+<father id="3231" num="3" />
+<cdparam x="400" y="311" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3222" />
+<TGConnectingPoint num="1" id="3223" />
+<TGConnectingPoint num="2" id="3224" />
+<TGConnectingPoint num="3" id="3225" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3238" >
+<cdparam x="400" y="211" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from TGComponent to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3237" />
+<P1  x="400" y="211" id="3311" />
+<P2  x="399" y="226" id="3307" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3236" >
+<father id="3238" num="0" />
+<cdparam x="400" y="251" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3232" />
+<TGConnectingPoint num="1" id="3233" />
+<TGConnectingPoint num="2" id="3234" />
+<TGConnectingPoint num="3" id="3235" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3245" >
+<cdparam x="407" y="70" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="3244" />
+<P1  x="407" y="70" id="3305" />
+<P2  x="400" y="87" id="3265" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3243" >
+<father id="3245" num="0" />
+<cdparam x="407" y="110" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3239" />
+<TGConnectingPoint num="1" id="3240" />
+<TGConnectingPoint num="2" id="3241" />
+<TGConnectingPoint num="3" id="3242" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3252" >
+<cdparam x="493" y="137" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3251" />
+<P1  x="400" y="137" id="3270" />
+<P2  x="400" y="181" id="3310" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3250" >
+<father id="3252" num="0" />
+<cdparam x="493" y="177" />
+<sizeparam width="299" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3246" />
+<TGConnectingPoint num="1" id="3247" />
+<TGConnectingPoint num="2" id="3248" />
+<TGConnectingPoint num="3" id="3249" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="minEmergencyInterval" />
+<afterMax value="maxEmergencyInterval" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5103" id="3263" >
+<cdparam x="308" y="270" />
+<sizeparam width="182" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="obstacleDetected(id, position)" />
+<TGConnectingPoint num="0" id="3253" />
+<TGConnectingPoint num="1" id="3254" />
+<TGConnectingPoint num="2" id="3255" />
+<TGConnectingPoint num="3" id="3256" />
+<TGConnectingPoint num="4" id="3257" />
+<TGConnectingPoint num="5" id="3258" />
+<TGConnectingPoint num="6" id="3259" />
+<TGConnectingPoint num="7" id="3260" />
+<TGConnectingPoint num="8" id="3261" />
+<TGConnectingPoint num="9" id="3262" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="3304" >
+<cdparam x="307" y="87" />
+<sizeparam width="186" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingforEmergency" />
+<TGConnectingPoint num="0" id="3264" />
+<TGConnectingPoint num="1" id="3265" />
+<TGConnectingPoint num="2" id="3266" />
+<TGConnectingPoint num="3" id="3267" />
+<TGConnectingPoint num="4" id="3268" />
+<TGConnectingPoint num="5" id="3269" />
+<TGConnectingPoint num="6" id="3270" />
+<TGConnectingPoint num="7" id="3271" />
+<TGConnectingPoint num="8" id="3272" />
+<TGConnectingPoint num="9" id="3273" />
+<TGConnectingPoint num="10" id="3274" />
+<TGConnectingPoint num="11" id="3275" />
+<TGConnectingPoint num="12" id="3276" />
+<TGConnectingPoint num="13" id="3277" />
+<TGConnectingPoint num="14" id="3278" />
+<TGConnectingPoint num="15" id="3279" />
+<TGConnectingPoint num="16" id="3280" />
+<TGConnectingPoint num="17" id="3281" />
+<TGConnectingPoint num="18" id="3282" />
+<TGConnectingPoint num="19" id="3283" />
+<TGConnectingPoint num="20" id="3284" />
+<TGConnectingPoint num="21" id="3285" />
+<TGConnectingPoint num="22" id="3286" />
+<TGConnectingPoint num="23" id="3287" />
+<TGConnectingPoint num="24" id="3288" />
+<TGConnectingPoint num="25" id="3289" />
+<TGConnectingPoint num="26" id="3290" />
+<TGConnectingPoint num="27" id="3291" />
+<TGConnectingPoint num="28" id="3292" />
+<TGConnectingPoint num="29" id="3293" />
+<TGConnectingPoint num="30" id="3294" />
+<TGConnectingPoint num="31" id="3295" />
+<TGConnectingPoint num="32" id="3296" />
+<TGConnectingPoint num="33" id="3297" />
+<TGConnectingPoint num="34" id="3298" />
+<TGConnectingPoint num="35" id="3299" />
+<TGConnectingPoint num="36" id="3300" />
+<TGConnectingPoint num="37" id="3301" />
+<TGConnectingPoint num="38" id="3302" />
+<TGConnectingPoint num="39" id="3303" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="3306" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3305" />
+</COMPONENT>
+
+<COMPONENT type="5108" id="3309" >
+<cdparam x="224" y="231" />
+<sizeparam width="350" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3307" />
+<TGConnectingPoint num="1" id="3308" />
+<extraparam>
+<Data variable="position" minValue="carid.minPosition" maxValue="carid.maxPosition" functionId="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5108" id="3312" >
+<cdparam x="274" y="186" />
+<sizeparam width="252" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3310" />
+<TGConnectingPoint num="1" id="3311" />
+<extraparam>
+<Data variable="id" minValue="carid.minID" maxValue="carid.maxID" functionId="0" />
+</extraparam>
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="CarPositionSimulator" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="3319" >
+<cdparam x="424" y="254" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from TGComponent to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3318" />
+<P1  x="424" y="254" id="3355" />
+<P2  x="422" y="274" id="3360" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3317" >
+<father id="3319" num="0" />
+<cdparam x="424" y="294" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3313" />
+<TGConnectingPoint num="1" id="3314" />
+<TGConnectingPoint num="2" id="3315" />
+<TGConnectingPoint num="3" id="3316" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3326" >
+<cdparam x="517" y="144" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3325" />
+<P1  x="424" y="144" id="3377" />
+<P2  x="424" y="188" id="3357" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3324" >
+<father id="3326" num="0" />
+<cdparam x="517" y="184" />
+<sizeparam width="301" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3320" />
+<TGConnectingPoint num="1" id="3321" />
+<TGConnectingPoint num="2" id="3322" />
+<TGConnectingPoint num="3" id="3323" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="minCarPositionInterval" />
+<afterMax value="maxCarPositionInterval" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3333" >
+<cdparam x="431" y="77" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="3332" />
+<P1  x="431" y="77" id="3412" />
+<P2  x="424" y="94" id="3372" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3331" >
+<father id="3333" num="0" />
+<cdparam x="431" y="117" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3327" />
+<TGConnectingPoint num="1" id="3328" />
+<TGConnectingPoint num="2" id="3329" />
+<TGConnectingPoint num="3" id="3330" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3340" >
+<cdparam x="424" y="218" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from TGComponent to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3339" />
+<P1  x="424" y="218" id="3358" />
+<P2  x="424" y="224" id="3354" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3338" >
+<father id="3340" num="0" />
+<cdparam x="424" y="258" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3334" />
+<TGConnectingPoint num="1" id="3335" />
+<TGConnectingPoint num="2" id="3336" />
+<TGConnectingPoint num="3" id="3337" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3353" >
+<cdparam x="424" y="278" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3349" />
+<TGConnectingPoint num="1" id="3350" />
+<TGConnectingPoint num="2" id="3351" />
+<TGConnectingPoint num="3" id="3352" />
+<P1  x="422" y="304" id="3361" />
+<P2  x="331" y="119" id="3374" />
+<Point x="423" y="321" />
+<Point x="293" y="320" />
+<Point x="280" y="118" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3341" >
+<father id="3353" num="0" />
+<cdparam x="423" y="321" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3342" >
+<father id="3353" num="1" />
+<cdparam x="293" y="320" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3343" >
+<father id="3353" num="2" />
+<cdparam x="280" y="118" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3348" >
+<father id="3353" num="3" />
+<cdparam x="424" y="318" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3344" />
+<TGConnectingPoint num="1" id="3345" />
+<TGConnectingPoint num="2" id="3346" />
+<TGConnectingPoint num="3" id="3347" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5108" id="3356" >
+<cdparam x="249" y="229" />
+<sizeparam width="350" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3354" />
+<TGConnectingPoint num="1" id="3355" />
+<extraparam>
+<Data variable="position" minValue="carid.minPosition" maxValue="carid.maxPosition" functionId="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5108" id="3359" >
+<cdparam x="298" y="193" />
+<sizeparam width="252" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3357" />
+<TGConnectingPoint num="1" id="3358" />
+<extraparam>
+<Data variable="id" minValue="carid.minID" maxValue="carid.maxID" functionId="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5103" id="3370" >
+<cdparam x="350" y="279" />
+<sizeparam width="144" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="carPosition(id, position)" />
+<TGConnectingPoint num="0" id="3360" />
+<TGConnectingPoint num="1" id="3361" />
+<TGConnectingPoint num="2" id="3362" />
+<TGConnectingPoint num="3" id="3363" />
+<TGConnectingPoint num="4" id="3364" />
+<TGConnectingPoint num="5" id="3365" />
+<TGConnectingPoint num="6" id="3366" />
+<TGConnectingPoint num="7" id="3367" />
+<TGConnectingPoint num="8" id="3368" />
+<TGConnectingPoint num="9" id="3369" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="3411" >
+<cdparam x="331" y="94" />
+<sizeparam width="186" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingforNewCarPosition" />
+<TGConnectingPoint num="0" id="3371" />
+<TGConnectingPoint num="1" id="3372" />
+<TGConnectingPoint num="2" id="3373" />
+<TGConnectingPoint num="3" id="3374" />
+<TGConnectingPoint num="4" id="3375" />
+<TGConnectingPoint num="5" id="3376" />
+<TGConnectingPoint num="6" id="3377" />
+<TGConnectingPoint num="7" id="3378" />
+<TGConnectingPoint num="8" id="3379" />
+<TGConnectingPoint num="9" id="3380" />
+<TGConnectingPoint num="10" id="3381" />
+<TGConnectingPoint num="11" id="3382" />
+<TGConnectingPoint num="12" id="3383" />
+<TGConnectingPoint num="13" id="3384" />
+<TGConnectingPoint num="14" id="3385" />
+<TGConnectingPoint num="15" id="3386" />
+<TGConnectingPoint num="16" id="3387" />
+<TGConnectingPoint num="17" id="3388" />
+<TGConnectingPoint num="18" id="3389" />
+<TGConnectingPoint num="19" id="3390" />
+<TGConnectingPoint num="20" id="3391" />
+<TGConnectingPoint num="21" id="3392" />
+<TGConnectingPoint num="22" id="3393" />
+<TGConnectingPoint num="23" id="3394" />
+<TGConnectingPoint num="24" id="3395" />
+<TGConnectingPoint num="25" id="3396" />
+<TGConnectingPoint num="26" id="3397" />
+<TGConnectingPoint num="27" id="3398" />
+<TGConnectingPoint num="28" id="3399" />
+<TGConnectingPoint num="29" id="3400" />
+<TGConnectingPoint num="30" id="3401" />
+<TGConnectingPoint num="31" id="3402" />
+<TGConnectingPoint num="32" id="3403" />
+<TGConnectingPoint num="33" id="3404" />
+<TGConnectingPoint num="34" id="3405" />
+<TGConnectingPoint num="35" id="3406" />
+<TGConnectingPoint num="36" id="3407" />
+<TGConnectingPoint num="37" id="3408" />
+<TGConnectingPoint num="38" id="3409" />
+<TGConnectingPoint num="39" id="3410" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="3413" >
+<cdparam x="424" y="57" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3412" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="GPSSensor" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="3426" >
+<cdparam x="408" y="353" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3422" />
+<TGConnectingPoint num="1" id="3423" />
+<TGConnectingPoint num="2" id="3424" />
+<TGConnectingPoint num="3" id="3425" />
+<P1  x="408" y="353" id="3452" />
+<P2  x="324" y="162" id="3465" />
+<Point x="408" y="382" />
+<Point x="287" y="382" />
+<Point x="287" y="162" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3414" >
+<father id="3426" num="0" />
+<cdparam x="408" y="382" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3415" >
+<father id="3426" num="1" />
+<cdparam x="287" y="382" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3416" >
+<father id="3426" num="2" />
+<cdparam x="287" y="162" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3421" >
+<father id="3426" num="3" />
+<cdparam x="408" y="393" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3417" />
+<TGConnectingPoint num="1" id="3418" />
+<TGConnectingPoint num="2" id="3419" />
+<TGConnectingPoint num="3" id="3420" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3433" >
+<cdparam x="408" y="294" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from TGComponent to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3432" />
+<P1  x="408" y="294" id="3449" />
+<P2  x="408" y="323" id="3451" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3431" >
+<father id="3433" num="0" />
+<cdparam x="428" y="312" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3427" />
+<TGConnectingPoint num="1" id="3428" />
+<TGConnectingPoint num="2" id="3429" />
+<TGConnectingPoint num="3" id="3430" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3440" >
+<cdparam x="408" y="103" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="3439" />
+<P1  x="408" y="103" id="3503" />
+<P2  x="408" y="137" id="3463" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3438" >
+<father id="3440" num="0" />
+<cdparam x="408" y="143" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3434" />
+<TGConnectingPoint num="1" id="3435" />
+<TGConnectingPoint num="2" id="3436" />
+<TGConnectingPoint num="3" id="3437" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3447" >
+<cdparam x="428" y="187" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3446" />
+<P1  x="408" y="187" id="3468" />
+<P2  x="408" y="264" id="3448" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3445" >
+<father id="3447" num="0" />
+<cdparam x="422" y="217" />
+<sizeparam width="217" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3441" />
+<TGConnectingPoint num="1" id="3442" />
+<TGConnectingPoint num="2" id="3443" />
+<TGConnectingPoint num="3" id="3444" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="minGPSUpdate" />
+<afterMax value="maxGPSUpdate" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5108" id="3450" >
+<cdparam x="223" y="269" />
+<sizeparam width="370" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3448" />
+<TGConnectingPoint num="1" id="3449" />
+<extraparam>
+<Data variable="position" minValue="carinfo.minPosition" maxValue="carinfo.maxPosition" functionId="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5103" id="3461" >
+<cdparam x="346" y="328" />
+<sizeparam width="124" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="setPosition(position)" />
+<TGConnectingPoint num="0" id="3451" />
+<TGConnectingPoint num="1" id="3452" />
+<TGConnectingPoint num="2" id="3453" />
+<TGConnectingPoint num="3" id="3454" />
+<TGConnectingPoint num="4" id="3455" />
+<TGConnectingPoint num="5" id="3456" />
+<TGConnectingPoint num="6" id="3457" />
+<TGConnectingPoint num="7" id="3458" />
+<TGConnectingPoint num="8" id="3459" />
+<TGConnectingPoint num="9" id="3460" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="3502" >
+<cdparam x="324" y="137" />
+<sizeparam width="169" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForGPSInfo" />
+<TGConnectingPoint num="0" id="3462" />
+<TGConnectingPoint num="1" id="3463" />
+<TGConnectingPoint num="2" id="3464" />
+<TGConnectingPoint num="3" id="3465" />
+<TGConnectingPoint num="4" id="3466" />
+<TGConnectingPoint num="5" id="3467" />
+<TGConnectingPoint num="6" id="3468" />
+<TGConnectingPoint num="7" id="3469" />
+<TGConnectingPoint num="8" id="3470" />
+<TGConnectingPoint num="9" id="3471" />
+<TGConnectingPoint num="10" id="3472" />
+<TGConnectingPoint num="11" id="3473" />
+<TGConnectingPoint num="12" id="3474" />
+<TGConnectingPoint num="13" id="3475" />
+<TGConnectingPoint num="14" id="3476" />
+<TGConnectingPoint num="15" id="3477" />
+<TGConnectingPoint num="16" id="3478" />
+<TGConnectingPoint num="17" id="3479" />
+<TGConnectingPoint num="18" id="3480" />
+<TGConnectingPoint num="19" id="3481" />
+<TGConnectingPoint num="20" id="3482" />
+<TGConnectingPoint num="21" id="3483" />
+<TGConnectingPoint num="22" id="3484" />
+<TGConnectingPoint num="23" id="3485" />
+<TGConnectingPoint num="24" id="3486" />
+<TGConnectingPoint num="25" id="3487" />
+<TGConnectingPoint num="26" id="3488" />
+<TGConnectingPoint num="27" id="3489" />
+<TGConnectingPoint num="28" id="3490" />
+<TGConnectingPoint num="29" id="3491" />
+<TGConnectingPoint num="30" id="3492" />
+<TGConnectingPoint num="31" id="3493" />
+<TGConnectingPoint num="32" id="3494" />
+<TGConnectingPoint num="33" id="3495" />
+<TGConnectingPoint num="34" id="3496" />
+<TGConnectingPoint num="35" id="3497" />
+<TGConnectingPoint num="36" id="3498" />
+<TGConnectingPoint num="37" id="3499" />
+<TGConnectingPoint num="38" id="3500" />
+<TGConnectingPoint num="39" id="3501" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="3504" >
+<cdparam x="401" y="83" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3503" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="RadarSensor" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="3513" >
+<cdparam x="492" y="329" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3511" />
+<TGConnectingPoint num="1" id="3512" />
+<P1  x="492" y="329" id="3600" />
+<P2  x="513" y="410" id="3576" />
+<Point x="536" y="357" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3505" >
+<father id="3513" num="0" />
+<cdparam x="536" y="357" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3510" >
+<father id="3513" num="1" />
+<cdparam x="492" y="369" />
+<sizeparam width="111" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3506" />
+<TGConnectingPoint num="1" id="3507" />
+<TGConnectingPoint num="2" id="3508" />
+<TGConnectingPoint num="3" id="3509" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="obstacleAhead = 1" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3520" >
+<cdparam x="459" y="192" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3519" />
+<P1  x="439" y="192" id="3631" />
+<P2  x="467" y="304" id="3598" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3518" >
+<father id="3520" num="0" />
+<cdparam x="453" y="222" />
+<sizeparam width="243" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3514" />
+<TGConnectingPoint num="1" id="3515" />
+<TGConnectingPoint num="2" id="3516" />
+<TGConnectingPoint num="3" id="3517" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="minRadarUpdate" />
+<afterMax value="maxRadarUpdate" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3527" >
+<cdparam x="439" y="108" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="3526" />
+<P1  x="439" y="108" id="3666" />
+<P2  x="439" y="142" id="3626" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3525" >
+<father id="3527" num="0" />
+<cdparam x="439" y="148" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3521" />
+<TGConnectingPoint num="1" id="3522" />
+<TGConnectingPoint num="2" id="3523" />
+<TGConnectingPoint num="3" id="3524" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3540" >
+<cdparam x="439" y="358" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3536" />
+<TGConnectingPoint num="1" id="3537" />
+<TGConnectingPoint num="2" id="3538" />
+<TGConnectingPoint num="3" id="3539" />
+<P1  x="440" y="531" id="3615" />
+<P2  x="355" y="167" id="3628" />
+<Point x="436" y="572" />
+<Point x="308" y="582" />
+<Point x="318" y="171" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3528" >
+<father id="3540" num="0" />
+<cdparam x="436" y="572" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3529" >
+<father id="3540" num="1" />
+<cdparam x="308" y="582" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3530" >
+<father id="3540" num="2" />
+<cdparam x="318" y="171" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3535" >
+<father id="3540" num="3" />
+<cdparam x="439" y="398" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3531" />
+<TGConnectingPoint num="1" id="3532" />
+<TGConnectingPoint num="2" id="3533" />
+<TGConnectingPoint num="3" id="3534" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3549" >
+<cdparam x="467" y="354" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3547" />
+<TGConnectingPoint num="1" id="3548" />
+<P1  x="442" y="329" id="3599" />
+<P2  x="463" y="410" id="3574" />
+<Point x="413" y="359" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3541" >
+<father id="3549" num="0" />
+<cdparam x="413" y="359" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3546" >
+<father id="3549" num="1" />
+<cdparam x="350" y="390" />
+<sizeparam width="111" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3542" />
+<TGConnectingPoint num="1" id="3543" />
+<TGConnectingPoint num="2" id="3544" />
+<TGConnectingPoint num="3" id="3545" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="obstacleAhead = 1" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3556" >
+<cdparam x="445" y="483" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3555" />
+<P1  x="438" y="460" id="3585" />
+<P2  x="440" y="501" id="3614" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3554" >
+<father id="3556" num="0" />
+<cdparam x="445" y="523" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3550" />
+<TGConnectingPoint num="1" id="3551" />
+<TGConnectingPoint num="2" id="3552" />
+<TGConnectingPoint num="3" id="3553" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5106" id="3597" >
+<cdparam x="426" y="410" />
+<sizeparam width="100" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="sendingUpdate" />
+<TGConnectingPoint num="0" id="3557" />
+<TGConnectingPoint num="1" id="3558" />
+<TGConnectingPoint num="2" id="3559" />
+<TGConnectingPoint num="3" id="3560" />
+<TGConnectingPoint num="4" id="3561" />
+<TGConnectingPoint num="5" id="3562" />
+<TGConnectingPoint num="6" id="3563" />
+<TGConnectingPoint num="7" id="3564" />
+<TGConnectingPoint num="8" id="3565" />
+<TGConnectingPoint num="9" id="3566" />
+<TGConnectingPoint num="10" id="3567" />
+<TGConnectingPoint num="11" id="3568" />
+<TGConnectingPoint num="12" id="3569" />
+<TGConnectingPoint num="13" id="3570" />
+<TGConnectingPoint num="14" id="3571" />
+<TGConnectingPoint num="15" id="3572" />
+<TGConnectingPoint num="16" id="3573" />
+<TGConnectingPoint num="17" id="3574" />
+<TGConnectingPoint num="18" id="3575" />
+<TGConnectingPoint num="19" id="3576" />
+<TGConnectingPoint num="20" id="3577" />
+<TGConnectingPoint num="21" id="3578" />
+<TGConnectingPoint num="22" id="3579" />
+<TGConnectingPoint num="23" id="3580" />
+<TGConnectingPoint num="24" id="3581" />
+<TGConnectingPoint num="25" id="3582" />
+<TGConnectingPoint num="26" id="3583" />
+<TGConnectingPoint num="27" id="3584" />
+<TGConnectingPoint num="28" id="3585" />
+<TGConnectingPoint num="29" id="3586" />
+<TGConnectingPoint num="30" id="3587" />
+<TGConnectingPoint num="31" id="3588" />
+<TGConnectingPoint num="32" id="3589" />
+<TGConnectingPoint num="33" id="3590" />
+<TGConnectingPoint num="34" id="3591" />
+<TGConnectingPoint num="35" id="3592" />
+<TGConnectingPoint num="36" id="3593" />
+<TGConnectingPoint num="37" id="3594" />
+<TGConnectingPoint num="38" id="3595" />
+<TGConnectingPoint num="39" id="3596" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="3613" >
+<cdparam x="452" y="314" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="3598" />
+<TGConnectingPoint num="1" id="3599" />
+<TGConnectingPoint num="2" id="3600" />
+<TGConnectingPoint num="3" id="3601" />
+<TGConnectingPoint num="4" id="3602" />
+<TGConnectingPoint num="5" id="3603" />
+<TGConnectingPoint num="6" id="3604" />
+<TGConnectingPoint num="7" id="3605" />
+<TGConnectingPoint num="8" id="3606" />
+<TGConnectingPoint num="9" id="3607" />
+<TGConnectingPoint num="10" id="3608" />
+<TGConnectingPoint num="11" id="3609" />
+<TGConnectingPoint num="12" id="3610" />
+<TGConnectingPoint num="13" id="3611" />
+<TGConnectingPoint num="14" id="3612" />
+</COMPONENT>
+
+<COMPONENT type="5103" id="3624" >
+<cdparam x="346" y="506" />
+<sizeparam width="188" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="obstacleAhead(obstacleAhead)" />
+<TGConnectingPoint num="0" id="3614" />
+<TGConnectingPoint num="1" id="3615" />
+<TGConnectingPoint num="2" id="3616" />
+<TGConnectingPoint num="3" id="3617" />
+<TGConnectingPoint num="4" id="3618" />
+<TGConnectingPoint num="5" id="3619" />
+<TGConnectingPoint num="6" id="3620" />
+<TGConnectingPoint num="7" id="3621" />
+<TGConnectingPoint num="8" id="3622" />
+<TGConnectingPoint num="9" id="3623" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="3665" >
+<cdparam x="355" y="142" />
+<sizeparam width="169" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForRadarInfo" />
+<TGConnectingPoint num="0" id="3625" />
+<TGConnectingPoint num="1" id="3626" />
+<TGConnectingPoint num="2" id="3627" />
+<TGConnectingPoint num="3" id="3628" />
+<TGConnectingPoint num="4" id="3629" />
+<TGConnectingPoint num="5" id="3630" />
+<TGConnectingPoint num="6" id="3631" />
+<TGConnectingPoint num="7" id="3632" />
+<TGConnectingPoint num="8" id="3633" />
+<TGConnectingPoint num="9" id="3634" />
+<TGConnectingPoint num="10" id="3635" />
+<TGConnectingPoint num="11" id="3636" />
+<TGConnectingPoint num="12" id="3637" />
+<TGConnectingPoint num="13" id="3638" />
+<TGConnectingPoint num="14" id="3639" />
+<TGConnectingPoint num="15" id="3640" />
+<TGConnectingPoint num="16" id="3641" />
+<TGConnectingPoint num="17" id="3642" />
+<TGConnectingPoint num="18" id="3643" />
+<TGConnectingPoint num="19" id="3644" />
+<TGConnectingPoint num="20" id="3645" />
+<TGConnectingPoint num="21" id="3646" />
+<TGConnectingPoint num="22" id="3647" />
+<TGConnectingPoint num="23" id="3648" />
+<TGConnectingPoint num="24" id="3649" />
+<TGConnectingPoint num="25" id="3650" />
+<TGConnectingPoint num="26" id="3651" />
+<TGConnectingPoint num="27" id="3652" />
+<TGConnectingPoint num="28" id="3653" />
+<TGConnectingPoint num="29" id="3654" />
+<TGConnectingPoint num="30" id="3655" />
+<TGConnectingPoint num="31" id="3656" />
+<TGConnectingPoint num="32" id="3657" />
+<TGConnectingPoint num="33" id="3658" />
+<TGConnectingPoint num="34" id="3659" />
+<TGConnectingPoint num="35" id="3660" />
+<TGConnectingPoint num="36" id="3661" />
+<TGConnectingPoint num="37" id="3662" />
+<TGConnectingPoint num="38" id="3663" />
+<TGConnectingPoint num="39" id="3664" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="3667" >
+<cdparam x="432" y="88" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3666" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="SpeedSensor" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="3680" >
+<cdparam x="390" y="331" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3676" />
+<TGConnectingPoint num="1" id="3677" />
+<TGConnectingPoint num="2" id="3678" />
+<TGConnectingPoint num="3" id="3679" />
+<P1  x="390" y="355" id="3706" />
+<P2  x="306" y="133" id="3737" />
+<Point x="390" y="376" />
+<Point x="209" y="376" />
+<Point x="209" y="133" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3668" >
+<father id="3680" num="0" />
+<cdparam x="390" y="376" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3669" >
+<father id="3680" num="1" />
+<cdparam x="209" y="376" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3670" >
+<father id="3680" num="2" />
+<cdparam x="209" y="133" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3675" >
+<father id="3680" num="3" />
+<cdparam x="390" y="371" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3671" />
+<TGConnectingPoint num="1" id="3672" />
+<TGConnectingPoint num="2" id="3673" />
+<TGConnectingPoint num="3" id="3674" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3687" >
+<cdparam x="410" y="165" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3686" />
+<P1  x="390" y="165" id="3722" />
+<P2  x="390" y="242" id="3702" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3685" >
+<father id="3687" num="0" />
+<cdparam x="404" y="195" />
+<sizeparam width="245" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3681" />
+<TGConnectingPoint num="1" id="3682" />
+<TGConnectingPoint num="2" id="3683" />
+<TGConnectingPoint num="3" id="3684" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="minSpeedUpdate" />
+<afterMax value="maxSpeedUpdate" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3694" >
+<cdparam x="390" y="81" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="3693" />
+<P1  x="390" y="81" id="3757" />
+<P2  x="390" y="115" id="3717" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3692" >
+<father id="3694" num="0" />
+<cdparam x="390" y="121" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3688" />
+<TGConnectingPoint num="1" id="3689" />
+<TGConnectingPoint num="2" id="3690" />
+<TGConnectingPoint num="3" id="3691" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3701" >
+<cdparam x="390" y="272" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from TGComponent to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3700" />
+<P1  x="390" y="272" id="3703" />
+<P2  x="390" y="325" id="3705" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3699" >
+<father id="3701" num="0" />
+<cdparam x="404" y="300" />
+<sizeparam width="158" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3695" />
+<TGConnectingPoint num="1" id="3696" />
+<TGConnectingPoint num="2" id="3697" />
+<TGConnectingPoint num="3" id="3698" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="speed = carinfo.maxSpeed" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5108" id="3704" >
+<cdparam x="218" y="247" />
+<sizeparam width="345" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="TGComponent" value="null" />
+<TGConnectingPoint num="0" id="3702" />
+<TGConnectingPoint num="1" id="3703" />
+<extraparam>
+<Data variable="speed" minValue="carinfo.minSpeed" maxValue="carinfo.maxSpeed" functionId="0" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5103" id="3715" >
+<cdparam x="317" y="330" />
+<sizeparam width="147" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="updateOnSpeed(speed)" />
+<TGConnectingPoint num="0" id="3705" />
+<TGConnectingPoint num="1" id="3706" />
+<TGConnectingPoint num="2" id="3707" />
+<TGConnectingPoint num="3" id="3708" />
+<TGConnectingPoint num="4" id="3709" />
+<TGConnectingPoint num="5" id="3710" />
+<TGConnectingPoint num="6" id="3711" />
+<TGConnectingPoint num="7" id="3712" />
+<TGConnectingPoint num="8" id="3713" />
+<TGConnectingPoint num="9" id="3714" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="3756" >
+<cdparam x="306" y="115" />
+<sizeparam width="169" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForSpeedUpdate" />
+<TGConnectingPoint num="0" id="3716" />
+<TGConnectingPoint num="1" id="3717" />
+<TGConnectingPoint num="2" id="3718" />
+<TGConnectingPoint num="3" id="3719" />
+<TGConnectingPoint num="4" id="3720" />
+<TGConnectingPoint num="5" id="3721" />
+<TGConnectingPoint num="6" id="3722" />
+<TGConnectingPoint num="7" id="3723" />
+<TGConnectingPoint num="8" id="3724" />
+<TGConnectingPoint num="9" id="3725" />
+<TGConnectingPoint num="10" id="3726" />
+<TGConnectingPoint num="11" id="3727" />
+<TGConnectingPoint num="12" id="3728" />
+<TGConnectingPoint num="13" id="3729" />
+<TGConnectingPoint num="14" id="3730" />
+<TGConnectingPoint num="15" id="3731" />
+<TGConnectingPoint num="16" id="3732" />
+<TGConnectingPoint num="17" id="3733" />
+<TGConnectingPoint num="18" id="3734" />
+<TGConnectingPoint num="19" id="3735" />
+<TGConnectingPoint num="20" id="3736" />
+<TGConnectingPoint num="21" id="3737" />
+<TGConnectingPoint num="22" id="3738" />
+<TGConnectingPoint num="23" id="3739" />
+<TGConnectingPoint num="24" id="3740" />
+<TGConnectingPoint num="25" id="3741" />
+<TGConnectingPoint num="26" id="3742" />
+<TGConnectingPoint num="27" id="3743" />
+<TGConnectingPoint num="28" id="3744" />
+<TGConnectingPoint num="29" id="3745" />
+<TGConnectingPoint num="30" id="3746" />
+<TGConnectingPoint num="31" id="3747" />
+<TGConnectingPoint num="32" id="3748" />
+<TGConnectingPoint num="33" id="3749" />
+<TGConnectingPoint num="34" id="3750" />
+<TGConnectingPoint num="35" id="3751" />
+<TGConnectingPoint num="36" id="3752" />
+<TGConnectingPoint num="37" id="3753" />
+<TGConnectingPoint num="38" id="3754" />
+<TGConnectingPoint num="39" id="3755" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="3758" >
+<cdparam x="383" y="61" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3757" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="CorrectnessChecking" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="3771" >
+<cdparam x="432" y="279" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3767" />
+<TGConnectingPoint num="1" id="3768" />
+<TGConnectingPoint num="2" id="3769" />
+<TGConnectingPoint num="3" id="3770" />
+<P1  x="432" y="279" id="3826" />
+<P2  x="517" y="124" id="3855" />
+<Point x="504" y="393" />
+<Point x="621" y="397" />
+<Point x="623" y="107" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3759" >
+<father id="3771" num="0" />
+<cdparam x="504" y="393" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3760" >
+<father id="3771" num="1" />
+<cdparam x="621" y="397" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3761" >
+<father id="3771" num="2" />
+<cdparam x="623" y="107" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3766" >
+<father id="3771" num="3" />
+<cdparam x="479" y="319" />
+<sizeparam width="98" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3762" />
+<TGConnectingPoint num="1" id="3763" />
+<TGConnectingPoint num="2" id="3764" />
+<TGConnectingPoint num="3" id="3765" />
+<extraparam>
+<guard value="[ canHaveInvalid]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="invalidMessage()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3784" >
+<cdparam x="290" y="387" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3780" />
+<TGConnectingPoint num="1" id="3781" />
+<TGConnectingPoint num="2" id="3782" />
+<TGConnectingPoint num="3" id="3783" />
+<P1  x="290" y="387" id="3814" />
+<P2  x="298" y="117" id="3872" />
+<Point x="297" y="425" />
+<Point x="160" y="415" />
+<Point x="172" y="94" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3772" >
+<father id="3784" num="0" />
+<cdparam x="297" y="425" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3773" >
+<father id="3784" num="1" />
+<cdparam x="160" y="415" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3774" >
+<father id="3784" num="2" />
+<cdparam x="172" y="94" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3779" >
+<father id="3784" num="3" />
+<cdparam x="290" y="427" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3775" />
+<TGConnectingPoint num="1" id="3776" />
+<TGConnectingPoint num="2" id="3777" />
+<TGConnectingPoint num="3" id="3778" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3791" >
+<cdparam x="407" y="70" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="3790" />
+<P1  x="407" y="70" id="3892" />
+<P2  x="407" y="99" id="3852" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3789" >
+<father id="3791" num="0" />
+<cdparam x="407" y="110" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3785" />
+<TGConnectingPoint num="1" id="3786" />
+<TGConnectingPoint num="2" id="3787" />
+<TGConnectingPoint num="3" id="3788" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3798" >
+<cdparam x="407" y="149" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="3797" />
+<P1  x="407" y="149" id="3857" />
+<P2  x="407" y="188" id="3840" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3796" >
+<father id="3798" num="0" />
+<cdparam x="407" y="189" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3792" />
+<TGConnectingPoint num="1" id="3793" />
+<TGConnectingPoint num="2" id="3794" />
+<TGConnectingPoint num="3" id="3795" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3805" >
+<cdparam x="407" y="218" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to choice" value="null" />
+<TGConnectingPoint num="0" id="3804" />
+<P1  x="407" y="218" id="3841" />
+<P2  x="407" y="254" id="3824" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3803" >
+<father id="3805" num="0" />
+<cdparam x="419" y="243" />
+<sizeparam width="108" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3799" />
+<TGConnectingPoint num="1" id="3800" />
+<TGConnectingPoint num="2" id="3801" />
+<TGConnectingPoint num="3" id="3802" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="checkingMessage()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3812" >
+<cdparam x="382" y="279" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to Send signal" value="null" />
+<TGConnectingPoint num="0" id="3811" />
+<P1  x="382" y="279" id="3828" />
+<P2  x="290" y="357" id="3813" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3810" >
+<father id="3812" num="0" />
+<cdparam x="259" y="312" />
+<sizeparam width="85" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3806" />
+<TGConnectingPoint num="1" id="3807" />
+<TGConnectingPoint num="2" id="3808" />
+<TGConnectingPoint num="3" id="3809" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="validMessage()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5103" id="3823" >
+<cdparam x="174" y="362" />
+<sizeparam width="232" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="toPlausibityCheckMessage(id, position)" />
+<TGConnectingPoint num="0" id="3813" />
+<TGConnectingPoint num="1" id="3814" />
+<TGConnectingPoint num="2" id="3815" />
+<TGConnectingPoint num="3" id="3816" />
+<TGConnectingPoint num="4" id="3817" />
+<TGConnectingPoint num="5" id="3818" />
+<TGConnectingPoint num="6" id="3819" />
+<TGConnectingPoint num="7" id="3820" />
+<TGConnectingPoint num="8" id="3821" />
+<TGConnectingPoint num="9" id="3822" />
+</COMPONENT>
+
+<COMPONENT type="5107" id="3839" >
+<cdparam x="392" y="264" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="3824" />
+<TGConnectingPoint num="1" id="3825" />
+<TGConnectingPoint num="2" id="3826" />
+<TGConnectingPoint num="3" id="3827" />
+<TGConnectingPoint num="4" id="3828" />
+<TGConnectingPoint num="5" id="3829" />
+<TGConnectingPoint num="6" id="3830" />
+<TGConnectingPoint num="7" id="3831" />
+<TGConnectingPoint num="8" id="3832" />
+<TGConnectingPoint num="9" id="3833" />
+<TGConnectingPoint num="10" id="3834" />
+<TGConnectingPoint num="11" id="3835" />
+<TGConnectingPoint num="12" id="3836" />
+<TGConnectingPoint num="13" id="3837" />
+<TGConnectingPoint num="14" id="3838" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="3850" >
+<cdparam x="275" y="193" />
+<sizeparam width="264" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="getEmergencyBrakingMessage(id, position)" />
+<TGConnectingPoint num="0" id="3840" />
+<TGConnectingPoint num="1" id="3841" />
+<TGConnectingPoint num="2" id="3842" />
+<TGConnectingPoint num="3" id="3843" />
+<TGConnectingPoint num="4" id="3844" />
+<TGConnectingPoint num="5" id="3845" />
+<TGConnectingPoint num="6" id="3846" />
+<TGConnectingPoint num="7" id="3847" />
+<TGConnectingPoint num="8" id="3848" />
+<TGConnectingPoint num="9" id="3849" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="3891" >
+<cdparam x="298" y="99" />
+<sizeparam width="219" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForMessageToAnalyze" />
+<TGConnectingPoint num="0" id="3851" />
+<TGConnectingPoint num="1" id="3852" />
+<TGConnectingPoint num="2" id="3853" />
+<TGConnectingPoint num="3" id="3854" />
+<TGConnectingPoint num="4" id="3855" />
+<TGConnectingPoint num="5" id="3856" />
+<TGConnectingPoint num="6" id="3857" />
+<TGConnectingPoint num="7" id="3858" />
+<TGConnectingPoint num="8" id="3859" />
+<TGConnectingPoint num="9" id="3860" />
+<TGConnectingPoint num="10" id="3861" />
+<TGConnectingPoint num="11" id="3862" />
+<TGConnectingPoint num="12" id="3863" />
+<TGConnectingPoint num="13" id="3864" />
+<TGConnectingPoint num="14" id="3865" />
+<TGConnectingPoint num="15" id="3866" />
+<TGConnectingPoint num="16" id="3867" />
+<TGConnectingPoint num="17" id="3868" />
+<TGConnectingPoint num="18" id="3869" />
+<TGConnectingPoint num="19" id="3870" />
+<TGConnectingPoint num="20" id="3871" />
+<TGConnectingPoint num="21" id="3872" />
+<TGConnectingPoint num="22" id="3873" />
+<TGConnectingPoint num="23" id="3874" />
+<TGConnectingPoint num="24" id="3875" />
+<TGConnectingPoint num="25" id="3876" />
+<TGConnectingPoint num="26" id="3877" />
+<TGConnectingPoint num="27" id="3878" />
+<TGConnectingPoint num="28" id="3879" />
+<TGConnectingPoint num="29" id="3880" />
+<TGConnectingPoint num="30" id="3881" />
+<TGConnectingPoint num="31" id="3882" />
+<TGConnectingPoint num="32" id="3883" />
+<TGConnectingPoint num="33" id="3884" />
+<TGConnectingPoint num="34" id="3885" />
+<TGConnectingPoint num="35" id="3886" />
+<TGConnectingPoint num="36" id="3887" />
+<TGConnectingPoint num="37" id="3888" />
+<TGConnectingPoint num="38" id="3889" />
+<TGConnectingPoint num="39" id="3890" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="3893" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="3892" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="NeighbourhoodTableManagement" minX="10" maxX="1900" minY="10" maxY="1900" >
+<CONNECTOR type="5102" id="3906" >
+<cdparam x="371" y="281" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="3902" />
+<TGConnectingPoint num="1" id="3903" />
+<TGConnectingPoint num="2" id="3904" />
+<TGConnectingPoint num="3" id="3905" />
+<P1  x="371" y="281" id="4148" />
+<P2  x="453" y="163" id="4540" />
+<Point x="372" y="309" />
+<Point x="272" y="313" />
+<Point x="255" y="142" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3894" >
+<father id="3906" num="0" />
+<cdparam x="372" y="309" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3895" >
+<father id="3906" num="1" />
+<cdparam x="272" y="313" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3896" >
+<father id="3906" num="2" />
+<cdparam x="255" y="142" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3901" >
+<father id="3906" num="3" />
+<cdparam x="371" y="321" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3897" />
+<TGConnectingPoint num="1" id="3898" />
+<TGConnectingPoint num="2" id="3899" />
+<TGConnectingPoint num="3" id="3900" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3913" >
+<cdparam x="862" y="884" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3912" />
+<P1  x="740" y="812" id="4161" />
+<P2  x="729" y="1182" id="4466" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3911" >
+<father id="3913" num="0" />
+<cdparam x="512" y="935" />
+<sizeparam width="614" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3907" />
+<TGConnectingPoint num="1" id="3908" />
+<TGConnectingPoint num="2" id="3909" />
+<TGConnectingPoint num="3" id="3910" />
+<extraparam>
+<guard value="[ (listOfNodes.position2 &gt;= listOfNodes.position1) and  (listOfNodes.position2 &gt;= listOfNodes.position1) ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id2 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3920" >
+<cdparam x="765" y="787" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to choice" value="null" />
+<TGConnectingPoint num="0" id="3919" />
+<P1  x="765" y="787" id="4160" />
+<P2  x="793" y="1182" id="4457" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3918" >
+<father id="3920" num="0" />
+<cdparam x="653" y="869" />
+<sizeparam width="614" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3914" />
+<TGConnectingPoint num="1" id="3915" />
+<TGConnectingPoint num="2" id="3916" />
+<TGConnectingPoint num="3" id="3917" />
+<extraparam>
+<guard value="[ (listOfNodes.position1 &gt;= listOfNodes.position0) and  (listOfNodes.position1 &gt;= listOfNodes.position2) ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id1 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3927" >
+<cdparam x="715" y="787" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3926" />
+<P1  x="715" y="787" id="4159" />
+<P2  x="607" y="1182" id="4465" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3925" >
+<father id="3927" num="0" />
+<cdparam x="347" y="830" />
+<sizeparam width="614" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3921" />
+<TGConnectingPoint num="1" id="3922" />
+<TGConnectingPoint num="2" id="3923" />
+<TGConnectingPoint num="3" id="3924" />
+<extraparam>
+<guard value="[ (listOfNodes.position0 &gt;= listOfNodes.position1) and  (listOfNodes.position0 &gt;= listOfNodes.position2) ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id0 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3934" >
+<cdparam x="330" y="819" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3933" />
+<P1  x="330" y="819" id="4176" />
+<P2  x="485" y="1182" id="4464" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3932" >
+<father id="3934" num="0" />
+<cdparam x="339" y="869" />
+<sizeparam width="250" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3928" />
+<TGConnectingPoint num="1" id="3929" />
+<TGConnectingPoint num="2" id="3930" />
+<TGConnectingPoint num="3" id="3931" />
+<extraparam>
+<guard value="[ (listOfNodes.position2 &lt; currentPosition) ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id2 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3941" >
+<cdparam x="305" y="844" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3940" />
+<P1  x="305" y="844" id="4177" />
+<P2  x="427" y="1207" id="4451" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3939" >
+<father id="3941" num="0" />
+<cdparam x="281" y="907" />
+<sizeparam width="250" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3935" />
+<TGConnectingPoint num="1" id="3936" />
+<TGConnectingPoint num="2" id="3937" />
+<TGConnectingPoint num="3" id="3938" />
+<extraparam>
+<guard value="[ (listOfNodes.position1 &lt; currentPosition) ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id1 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3950" >
+<cdparam x="280" y="819" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3948" />
+<TGConnectingPoint num="1" id="3949" />
+<P1  x="280" y="819" id="4175" />
+<P2  x="427" y="1225" id="4473" />
+<Point x="245" y="990" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3942" >
+<father id="3950" num="0" />
+<cdparam x="245" y="990" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3947" >
+<father id="3950" num="1" />
+<cdparam x="28" y="885" />
+<sizeparam width="250" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3943" />
+<TGConnectingPoint num="1" id="3944" />
+<TGConnectingPoint num="2" id="3945" />
+<TGConnectingPoint num="3" id="3946" />
+<extraparam>
+<guard value="[ (listOfNodes.position0 &lt; currentPosition) ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id0 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3959" >
+<cdparam x="535" y="705" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3957" />
+<TGConnectingPoint num="1" id="3958" />
+<P1  x="522" y="668" id="4400" />
+<P2  x="740" y="762" id="4158" />
+<Point x="653" y="702" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3951" >
+<father id="3959" num="0" />
+<cdparam x="653" y="702" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3956" >
+<father id="3959" num="1" />
+<cdparam x="589" y="673" />
+<sizeparam width="39" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3952" />
+<TGConnectingPoint num="1" id="3953" />
+<TGConnectingPoint num="2" id="3954" />
+<TGConnectingPoint num="3" id="3955" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3966" >
+<cdparam x="851" y="1232" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="3965" />
+<P1  x="851" y="1232" id="4479" />
+<P2  x="759" y="1409" id="4209" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3964" >
+<father id="3966" num="0" />
+<cdparam x="829" y="1296" />
+<sizeparam width="186" height="45" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3960" />
+<TGConnectingPoint num="1" id="3961" />
+<TGConnectingPoint num="2" id="3962" />
+<TGConnectingPoint num="3" id="3963" />
+<extraparam>
+<guard value="[ listOfNodes.id2 == 0]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id2 = id" />
+<actions value="listOfNodes.position2 = position" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3973" >
+<cdparam x="671" y="1232" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="3972" />
+<P1  x="671" y="1232" id="4454" />
+<P2  x="640" y="1409" id="4191" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3971" >
+<father id="3973" num="0" />
+<cdparam x="570" y="1299" />
+<sizeparam width="186" height="45" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3967" />
+<TGConnectingPoint num="1" id="3968" />
+<TGConnectingPoint num="2" id="3969" />
+<TGConnectingPoint num="3" id="3970" />
+<extraparam>
+<guard value="[ listOfNodes.id1 == 0]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id1 = id" />
+<actions value="listOfNodes.position1 = position" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3980" >
+<cdparam x="549" y="1232" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="3979" />
+<P1  x="485" y="1232" id="4476" />
+<P2  x="517" y="1409" id="4206" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3978" >
+<father id="3980" num="0" />
+<cdparam x="293" y="1279" />
+<sizeparam width="186" height="45" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3974" />
+<TGConnectingPoint num="1" id="3975" />
+<TGConnectingPoint num="2" id="3976" />
+<TGConnectingPoint num="3" id="3977" />
+<extraparam>
+<guard value="[ listOfNodes.id0 == 0]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id0 = id" />
+<actions value="listOfNodes.position0 = position" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="3991" >
+<cdparam x="820" y="1233" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="3988" />
+<TGConnectingPoint num="1" id="3989" />
+<TGConnectingPoint num="2" id="3990" />
+<P1  x="801" y="1434" id="4194" />
+<P2  x="710" y="145" id="4532" />
+<Point x="1377" y="1228" />
+<Point x="1356" y="105" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3981" >
+<father id="3991" num="0" />
+<cdparam x="1377" y="1228" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3982" >
+<father id="3991" num="1" />
+<cdparam x="1356" y="105" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3987" >
+<father id="3991" num="2" />
+<cdparam x="820" y="1273" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3983" />
+<TGConnectingPoint num="1" id="3984" />
+<TGConnectingPoint num="2" id="3985" />
+<TGConnectingPoint num="3" id="3986" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4000" >
+<cdparam x="1056" y="524" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="3998" />
+<TGConnectingPoint num="1" id="3999" />
+<P1  x="1170" y="495" id="4133" />
+<P2  x="1082" y="649" id="4242" />
+<Point x="1204" y="597" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="3992" >
+<father id="4000" num="0" />
+<cdparam x="1204" y="597" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="3997" >
+<father id="4000" num="1" />
+<cdparam x="1198" y="537" />
+<sizeparam width="186" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="3993" />
+<TGConnectingPoint num="1" id="3994" />
+<TGConnectingPoint num="2" id="3995" />
+<TGConnectingPoint num="3" id="3996" />
+<extraparam>
+<guard value="[ else]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.position2 = position" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4009" >
+<cdparam x="1006" y="524" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="4007" />
+<TGConnectingPoint num="1" id="4008" />
+<P1  x="1002" y="448" id="4273" />
+<P2  x="982" y="637" id="4231" />
+<Point x="946" y="594" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4001" >
+<father id="4009" num="0" />
+<cdparam x="946" y="594" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4006" >
+<father id="4009" num="1" />
+<cdparam x="797" y="485" />
+<sizeparam width="186" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4002" />
+<TGConnectingPoint num="1" id="4003" />
+<TGConnectingPoint num="2" id="4004" />
+<TGConnectingPoint num="3" id="4005" />
+<extraparam>
+<guard value="[ listOfNodes.id0 == id]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.position0 = position" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4022" >
+<cdparam x="1032" y="687" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4018" />
+<TGConnectingPoint num="1" id="4019" />
+<TGConnectingPoint num="2" id="4020" />
+<TGConnectingPoint num="3" id="4021" />
+<P1  x="1032" y="687" id="4237" />
+<P2  x="710" y="163" id="4541" />
+<Point x="1038" y="721" />
+<Point x="1296" y="719" />
+<Point x="1226" y="164" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4010" >
+<father id="4022" num="0" />
+<cdparam x="1038" y="721" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4011" >
+<father id="4022" num="1" />
+<cdparam x="1296" y="719" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4012" >
+<father id="4022" num="2" />
+<cdparam x="1226" y="164" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4017" >
+<father id="4022" num="3" />
+<cdparam x="1032" y="727" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4013" />
+<TGConnectingPoint num="1" id="4014" />
+<TGConnectingPoint num="2" id="4015" />
+<TGConnectingPoint num="3" id="4016" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4029" >
+<cdparam x="556" y="347" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4028" />
+<P1  x="556" y="347" id="4343" />
+<P2  x="556" y="435" id="4497" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4027" >
+<father id="4029" num="0" />
+<cdparam x="463" y="415" />
+<sizeparam width="450" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4023" />
+<TGConnectingPoint num="1" id="4024" />
+<TGConnectingPoint num="2" id="4025" />
+<TGConnectingPoint num="3" id="4026" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4042" >
+<cdparam x="782" y="281" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="4038" />
+<TGConnectingPoint num="1" id="4039" />
+<TGConnectingPoint num="2" id="4040" />
+<TGConnectingPoint num="3" id="4041" />
+<P1  x="782" y="281" id="4371" />
+<P2  x="710" y="199" id="4543" />
+<Point x="782" y="307" />
+<Point x="916" y="307" />
+<Point x="916" y="199" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4030" >
+<father id="4042" num="0" />
+<cdparam x="782" y="307" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4031" >
+<father id="4042" num="1" />
+<cdparam x="916" y="307" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4032" >
+<father id="4042" num="2" />
+<cdparam x="916" y="199" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4037" >
+<father id="4042" num="3" />
+<cdparam x="921" y="264" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4033" />
+<TGConnectingPoint num="1" id="4034" />
+<TGConnectingPoint num="2" id="4035" />
+<TGConnectingPoint num="3" id="4036" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4049" >
+<cdparam x="663" y="216" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4048" />
+<P1  x="710" y="217" id="4537" />
+<P2  x="782" y="251" id="4370" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4047" >
+<father id="4049" num="0" />
+<cdparam x="663" y="256" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4043" />
+<TGConnectingPoint num="1" id="4044" />
+<TGConnectingPoint num="2" id="4045" />
+<TGConnectingPoint num="3" id="4046" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4060" >
+<cdparam x="618" y="592" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4057" />
+<TGConnectingPoint num="1" id="4058" />
+<TGConnectingPoint num="2" id="4059" />
+<P1  x="618" y="485" id="4520" />
+<P2  x="851" y="1182" id="4467" />
+<Point x="939" y="640" />
+<Point x="1080" y="938" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4050" >
+<father id="4060" num="0" />
+<cdparam x="939" y="640" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4051" >
+<father id="4060" num="1" />
+<cdparam x="1080" y="938" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4056" >
+<father id="4060" num="2" />
+<cdparam x="679" y="584" />
+<sizeparam width="39" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4052" />
+<TGConnectingPoint num="1" id="4053" />
+<TGConnectingPoint num="2" id="4054" />
+<TGConnectingPoint num="3" id="4055" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4067" >
+<cdparam x="581" y="216" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4066" />
+<P1  x="581" y="217" id="4536" />
+<P2  x="581" y="249" id="4571" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4065" >
+<father id="4067" num="0" />
+<cdparam x="581" y="256" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4061" />
+<TGConnectingPoint num="1" id="4062" />
+<TGConnectingPoint num="2" id="4063" />
+<TGConnectingPoint num="3" id="4064" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4074" >
+<cdparam x="582" y="125" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4073" />
+<P1  x="581" y="100" id="4582" />
+<P2  x="581" y="145" id="4531" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4072" >
+<father id="4074" num="0" />
+<cdparam x="608" y="98" />
+<sizeparam width="115" height="45" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4068" />
+<TGConnectingPoint num="1" id="4069" />
+<TGConnectingPoint num="2" id="4070" />
+<TGConnectingPoint num="3" id="4071" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.id0 = 0" />
+<actions value="listOfNodes.id1 = 0" />
+<actions value="listOfNodes.id2 = 0" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4081" >
+<cdparam x="581" y="279" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to choice" value="null" />
+<TGConnectingPoint num="0" id="4080" />
+<P1  x="581" y="279" id="4572" />
+<P2  x="581" y="297" id="4330" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4079" >
+<father id="4081" num="0" />
+<cdparam x="581" y="319" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4075" />
+<TGConnectingPoint num="1" id="4076" />
+<TGConnectingPoint num="2" id="4077" />
+<TGConnectingPoint num="3" id="4078" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4088" >
+<cdparam x="631" y="592" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4087" />
+<P1  x="543" y="485" id="4517" />
+<P2  x="497" y="643" id="4398" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4086" >
+<father id="4088" num="0" />
+<cdparam x="177" y="619" />
+<sizeparam width="437" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4082" />
+<TGConnectingPoint num="1" id="4083" />
+<TGConnectingPoint num="2" id="4084" />
+<TGConnectingPoint num="3" id="4085" />
+<extraparam>
+<guard value="[(listOfNodes.id0 &gt; 0) and (listOfNodes.id1 &gt; 0) and (listOfNodes.id2 &gt; 0)]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4095" >
+<cdparam x="331" y="732" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="4094" />
+<P1  x="472" y="668" id="4399" />
+<P2  x="305" y="794" id="4174" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4093" >
+<father id="4095" num="0" />
+<cdparam x="10" y="771" />
+<sizeparam width="754" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4089" />
+<TGConnectingPoint num="1" id="4090" />
+<TGConnectingPoint num="2" id="4091" />
+<TGConnectingPoint num="3" id="4092" />
+<extraparam>
+<guard value="[ (listOfNodes.position0 &lt; currentPosition) or (listOfNodes.position1 &lt; currentPosition) or (listOfNodes.position2 &lt; currentPosition)]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4102" >
+<cdparam x="664" y="390" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4101" />
+<P1  x="581" y="347" id="4335" />
+<P2  x="971" y="369" id="4298" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4100" >
+<father id="4102" num="0" />
+<cdparam x="780" y="351" />
+<sizeparam width="456" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4096" />
+<TGConnectingPoint num="1" id="4097" />
+<TGConnectingPoint num="2" id="4098" />
+<TGConnectingPoint num="3" id="4099" />
+<extraparam>
+<guard value="[(listOfNodes.id0 == id) or (listOfNodes.id1 == id) or (listOfNodes.id2 == id)]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4109" >
+<cdparam x="1019" y="473" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to choice" value="null" />
+<TGConnectingPoint num="0" id="4108" />
+<P1  x="1021" y="407" id="4294" />
+<P2  x="1027" y="423" id="4272" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4107" >
+<father id="4109" num="0" />
+<cdparam x="1019" y="513" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4103" />
+<TGConnectingPoint num="1" id="4104" />
+<TGConnectingPoint num="2" id="4105" />
+<TGConnectingPoint num="3" id="4106" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4116" >
+<cdparam x="1031" y="549" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="4115" />
+<P1  x="1120" y="495" id="4132" />
+<P2  x="1032" y="637" id="4232" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4114" >
+<father id="4116" num="0" />
+<cdparam x="971" y="536" />
+<sizeparam width="186" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4110" />
+<TGConnectingPoint num="1" id="4111" />
+<TGConnectingPoint num="2" id="4112" />
+<TGConnectingPoint num="3" id="4113" />
+<extraparam>
+<guard value="[ listOfNodes.id1 == id]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="listOfNodes.position1 = position" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4123" >
+<cdparam x="453" y="217" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="4122" />
+<P1  x="453" y="217" id="4535" />
+<P2  x="371" y="251" id="4147" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4121" >
+<father id="4123" num="0" />
+<cdparam x="453" y="257" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4117" />
+<TGConnectingPoint num="1" id="4118" />
+<TGConnectingPoint num="2" id="4119" />
+<TGConnectingPoint num="3" id="4120" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4130" >
+<cdparam x="1052" y="448" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to choice" value="null" />
+<TGConnectingPoint num="0" id="4129" />
+<P1  x="1052" y="448" id="4277" />
+<P2  x="1145" y="470" id="4131" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4128" >
+<father id="4130" num="0" />
+<cdparam x="1107" y="440" />
+<sizeparam width="39" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4124" />
+<TGConnectingPoint num="1" id="4125" />
+<TGConnectingPoint num="2" id="4126" />
+<TGConnectingPoint num="3" id="4127" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5107" id="4146" >
+<cdparam x="1130" y="480" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="4131" />
+<TGConnectingPoint num="1" id="4132" />
+<TGConnectingPoint num="2" id="4133" />
+<TGConnectingPoint num="3" id="4134" />
+<TGConnectingPoint num="4" id="4135" />
+<TGConnectingPoint num="5" id="4136" />
+<TGConnectingPoint num="6" id="4137" />
+<TGConnectingPoint num="7" id="4138" />
+<TGConnectingPoint num="8" id="4139" />
+<TGConnectingPoint num="9" id="4140" />
+<TGConnectingPoint num="10" id="4141" />
+<TGConnectingPoint num="11" id="4142" />
+<TGConnectingPoint num="12" id="4143" />
+<TGConnectingPoint num="13" id="4144" />
+<TGConnectingPoint num="14" id="4145" />
+</COMPONENT>
+
+<COMPONENT type="5103" id="4157" >
+<cdparam x="252" y="256" />
+<sizeparam width="238" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="Send signal" value="sendTable(currentPosition, listOfNodes)" />
+<TGConnectingPoint num="0" id="4147" />
+<TGConnectingPoint num="1" id="4148" />
+<TGConnectingPoint num="2" id="4149" />
+<TGConnectingPoint num="3" id="4150" />
+<TGConnectingPoint num="4" id="4151" />
+<TGConnectingPoint num="5" id="4152" />
+<TGConnectingPoint num="6" id="4153" />
+<TGConnectingPoint num="7" id="4154" />
+<TGConnectingPoint num="8" id="4155" />
+<TGConnectingPoint num="9" id="4156" />
+</COMPONENT>
+
+<COMPONENT type="5107" id="4173" >
+<cdparam x="725" y="772" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="4158" />
+<TGConnectingPoint num="1" id="4159" />
+<TGConnectingPoint num="2" id="4160" />
+<TGConnectingPoint num="3" id="4161" />
+<TGConnectingPoint num="4" id="4162" />
+<TGConnectingPoint num="5" id="4163" />
+<TGConnectingPoint num="6" id="4164" />
+<TGConnectingPoint num="7" id="4165" />
+<TGConnectingPoint num="8" id="4166" />
+<TGConnectingPoint num="9" id="4167" />
+<TGConnectingPoint num="10" id="4168" />
+<TGConnectingPoint num="11" id="4169" />
+<TGConnectingPoint num="12" id="4170" />
+<TGConnectingPoint num="13" id="4171" />
+<TGConnectingPoint num="14" id="4172" />
+</COMPONENT>
+
+<COMPONENT type="5107" id="4189" >
+<cdparam x="290" y="804" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="4174" />
+<TGConnectingPoint num="1" id="4175" />
+<TGConnectingPoint num="2" id="4176" />
+<TGConnectingPoint num="3" id="4177" />
+<TGConnectingPoint num="4" id="4178" />
+<TGConnectingPoint num="5" id="4179" />
+<TGConnectingPoint num="6" id="4180" />
+<TGConnectingPoint num="7" id="4181" />
+<TGConnectingPoint num="8" id="4182" />
+<TGConnectingPoint num="9" id="4183" />
+<TGConnectingPoint num="10" id="4184" />
+<TGConnectingPoint num="11" id="4185" />
+<TGConnectingPoint num="12" id="4186" />
+<TGConnectingPoint num="13" id="4187" />
+<TGConnectingPoint num="14" id="4188" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="4230" >
+<cdparam x="479" y="1409" />
+<sizeparam width="322" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="IDAdded" />
+<TGConnectingPoint num="0" id="4190" />
+<TGConnectingPoint num="1" id="4191" />
+<TGConnectingPoint num="2" id="4192" />
+<TGConnectingPoint num="3" id="4193" />
+<TGConnectingPoint num="4" id="4194" />
+<TGConnectingPoint num="5" id="4195" />
+<TGConnectingPoint num="6" id="4196" />
+<TGConnectingPoint num="7" id="4197" />
+<TGConnectingPoint num="8" id="4198" />
+<TGConnectingPoint num="9" id="4199" />
+<TGConnectingPoint num="10" id="4200" />
+<TGConnectingPoint num="11" id="4201" />
+<TGConnectingPoint num="12" id="4202" />
+<TGConnectingPoint num="13" id="4203" />
+<TGConnectingPoint num="14" id="4204" />
+<TGConnectingPoint num="15" id="4205" />
+<TGConnectingPoint num="16" id="4206" />
+<TGConnectingPoint num="17" id="4207" />
+<TGConnectingPoint num="18" id="4208" />
+<TGConnectingPoint num="19" id="4209" />
+<TGConnectingPoint num="20" id="4210" />
+<TGConnectingPoint num="21" id="4211" />
+<TGConnectingPoint num="22" id="4212" />
+<TGConnectingPoint num="23" id="4213" />
+<TGConnectingPoint num="24" id="4214" />
+<TGConnectingPoint num="25" id="4215" />
+<TGConnectingPoint num="26" id="4216" />
+<TGConnectingPoint num="27" id="4217" />
+<TGConnectingPoint num="28" id="4218" />
+<TGConnectingPoint num="29" id="4219" />
+<TGConnectingPoint num="30" id="4220" />
+<TGConnectingPoint num="31" id="4221" />
+<TGConnectingPoint num="32" id="4222" />
+<TGConnectingPoint num="33" id="4223" />
+<TGConnectingPoint num="34" id="4224" />
+<TGConnectingPoint num="35" id="4225" />
+<TGConnectingPoint num="36" id="4226" />
+<TGConnectingPoint num="37" id="4227" />
+<TGConnectingPoint num="38" id="4228" />
+<TGConnectingPoint num="39" id="4229" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5106" id="4271" >
+<cdparam x="982" y="637" />
+<sizeparam width="100" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="PositionUpdated" />
+<TGConnectingPoint num="0" id="4231" />
+<TGConnectingPoint num="1" id="4232" />
+<TGConnectingPoint num="2" id="4233" />
+<TGConnectingPoint num="3" id="4234" />
+<TGConnectingPoint num="4" id="4235" />
+<TGConnectingPoint num="5" id="4236" />
+<TGConnectingPoint num="6" id="4237" />
+<TGConnectingPoint num="7" id="4238" />
+<TGConnectingPoint num="8" id="4239" />
+<TGConnectingPoint num="9" id="4240" />
+<TGConnectingPoint num="10" id="4241" />
+<TGConnectingPoint num="11" id="4242" />
+<TGConnectingPoint num="12" id="4243" />
+<TGConnectingPoint num="13" id="4244" />
+<TGConnectingPoint num="14" id="4245" />
+<TGConnectingPoint num="15" id="4246" />
+<TGConnectingPoint num="16" id="4247" />
+<TGConnectingPoint num="17" id="4248" />
+<TGConnectingPoint num="18" id="4249" />
+<TGConnectingPoint num="19" id="4250" />
+<TGConnectingPoint num="20" id="4251" />
+<TGConnectingPoint num="21" id="4252" />
+<TGConnectingPoint num="22" id="4253" />
+<TGConnectingPoint num="23" id="4254" />
+<TGConnectingPoint num="24" id="4255" />
+<TGConnectingPoint num="25" id="4256" />
+<TGConnectingPoint num="26" id="4257" />
+<TGConnectingPoint num="27" id="4258" />
+<TGConnectingPoint num="28" id="4259" />
+<TGConnectingPoint num="29" id="4260" />
+<TGConnectingPoint num="30" id="4261" />
+<TGConnectingPoint num="31" id="4262" />
+<TGConnectingPoint num="32" id="4263" />
+<TGConnectingPoint num="33" id="4264" />
+<TGConnectingPoint num="34" id="4265" />
+<TGConnectingPoint num="35" id="4266" />
+<TGConnectingPoint num="36" id="4267" />
+<TGConnectingPoint num="37" id="4268" />
+<TGConnectingPoint num="38" id="4269" />
+<TGConnectingPoint num="39" id="4270" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="4287" >
+<cdparam x="1012" y="433" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="4272" />
+<TGConnectingPoint num="1" id="4273" />
+<TGConnectingPoint num="2" id="4274" />
+<TGConnectingPoint num="3" id="4275" />
+<TGConnectingPoint num="4" id="4276" />
+<TGConnectingPoint num="5" id="4277" />
+<TGConnectingPoint num="6" id="4278" />
+<TGConnectingPoint num="7" id="4279" />
+<TGConnectingPoint num="8" id="4280" />
+<TGConnectingPoint num="9" id="4281" />
+<TGConnectingPoint num="10" id="4282" />
+<TGConnectingPoint num="11" id="4283" />
+<TGConnectingPoint num="12" id="4284" />
+<TGConnectingPoint num="13" id="4285" />
+<TGConnectingPoint num="14" id="4286" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="4328" >
+<cdparam x="971" y="357" />
+<sizeparam width="100" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="UpdatingPosition" />
+<TGConnectingPoint num="0" id="4288" />
+<TGConnectingPoint num="1" id="4289" />
+<TGConnectingPoint num="2" id="4290" />
+<TGConnectingPoint num="3" id="4291" />
+<TGConnectingPoint num="4" id="4292" />
+<TGConnectingPoint num="5" id="4293" />
+<TGConnectingPoint num="6" id="4294" />
+<TGConnectingPoint num="7" id="4295" />
+<TGConnectingPoint num="8" id="4296" />
+<TGConnectingPoint num="9" id="4297" />
+<TGConnectingPoint num="10" id="4298" />
+<TGConnectingPoint num="11" id="4299" />
+<TGConnectingPoint num="12" id="4300" />
+<TGConnectingPoint num="13" id="4301" />
+<TGConnectingPoint num="14" id="4302" />
+<TGConnectingPoint num="15" id="4303" />
+<TGConnectingPoint num="16" id="4304" />
+<TGConnectingPoint num="17" id="4305" />
+<TGConnectingPoint num="18" id="4306" />
+<TGConnectingPoint num="19" id="4307" />
+<TGConnectingPoint num="20" id="4308" />
+<TGConnectingPoint num="21" id="4309" />
+<TGConnectingPoint num="22" id="4310" />
+<TGConnectingPoint num="23" id="4311" />
+<TGConnectingPoint num="24" id="4312" />
+<TGConnectingPoint num="25" id="4313" />
+<TGConnectingPoint num="26" id="4314" />
+<TGConnectingPoint num="27" id="4315" />
+<TGConnectingPoint num="28" id="4316" />
+<TGConnectingPoint num="29" id="4317" />
+<TGConnectingPoint num="30" id="4318" />
+<TGConnectingPoint num="31" id="4319" />
+<TGConnectingPoint num="32" id="4320" />
+<TGConnectingPoint num="33" id="4321" />
+<TGConnectingPoint num="34" id="4322" />
+<TGConnectingPoint num="35" id="4323" />
+<TGConnectingPoint num="36" id="4324" />
+<TGConnectingPoint num="37" id="4325" />
+<TGConnectingPoint num="38" id="4326" />
+<TGConnectingPoint num="39" id="4327" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5106" id="4369" >
+<cdparam x="531" y="297" />
+<sizeparam width="100" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="IsKnownID" />
+<TGConnectingPoint num="0" id="4329" />
+<TGConnectingPoint num="1" id="4330" />
+<TGConnectingPoint num="2" id="4331" />
+<TGConnectingPoint num="3" id="4332" />
+<TGConnectingPoint num="4" id="4333" />
+<TGConnectingPoint num="5" id="4334" />
+<TGConnectingPoint num="6" id="4335" />
+<TGConnectingPoint num="7" id="4336" />
+<TGConnectingPoint num="8" id="4337" />
+<TGConnectingPoint num="9" id="4338" />
+<TGConnectingPoint num="10" id="4339" />
+<TGConnectingPoint num="11" id="4340" />
+<TGConnectingPoint num="12" id="4341" />
+<TGConnectingPoint num="13" id="4342" />
+<TGConnectingPoint num="14" id="4343" />
+<TGConnectingPoint num="15" id="4344" />
+<TGConnectingPoint num="16" id="4345" />
+<TGConnectingPoint num="17" id="4346" />
+<TGConnectingPoint num="18" id="4347" />
+<TGConnectingPoint num="19" id="4348" />
+<TGConnectingPoint num="20" id="4349" />
+<TGConnectingPoint num="21" id="4350" />
+<TGConnectingPoint num="22" id="4351" />
+<TGConnectingPoint num="23" id="4352" />
+<TGConnectingPoint num="24" id="4353" />
+<TGConnectingPoint num="25" id="4354" />
+<TGConnectingPoint num="26" id="4355" />
+<TGConnectingPoint num="27" id="4356" />
+<TGConnectingPoint num="28" id="4357" />
+<TGConnectingPoint num="29" id="4358" />
+<TGConnectingPoint num="30" id="4359" />
+<TGConnectingPoint num="31" id="4360" />
+<TGConnectingPoint num="32" id="4361" />
+<TGConnectingPoint num="33" id="4362" />
+<TGConnectingPoint num="34" id="4363" />
+<TGConnectingPoint num="35" id="4364" />
+<TGConnectingPoint num="36" id="4365" />
+<TGConnectingPoint num="37" id="4366" />
+<TGConnectingPoint num="38" id="4367" />
+<TGConnectingPoint num="39" id="4368" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5104" id="4380" >
+<cdparam x="696" y="256" />
+<sizeparam width="172" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="Receive signal" value="setPosition(currentPosition)" />
+<TGConnectingPoint num="0" id="4370" />
+<TGConnectingPoint num="1" id="4371" />
+<TGConnectingPoint num="2" id="4372" />
+<TGConnectingPoint num="3" id="4373" />
+<TGConnectingPoint num="4" id="4374" />
+<TGConnectingPoint num="5" id="4375" />
+<TGConnectingPoint num="6" id="4376" />
+<TGConnectingPoint num="7" id="4377" />
+<TGConnectingPoint num="8" id="4378" />
+<TGConnectingPoint num="9" id="4379" />
+</COMPONENT>
+
+<COMPONENT type="301" id="4397" >
+<cdparam x="265" y="634" />
+<sizeparam width="195" height="50" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="UML Note" value="We first one behind if possible
+Otherwise, the most far away
+" />
+<TGConnectingPoint num="0" id="4381" />
+<TGConnectingPoint num="1" id="4382" />
+<TGConnectingPoint num="2" id="4383" />
+<TGConnectingPoint num="3" id="4384" />
+<TGConnectingPoint num="4" id="4385" />
+<TGConnectingPoint num="5" id="4386" />
+<TGConnectingPoint num="6" id="4387" />
+<TGConnectingPoint num="7" id="4388" />
+<TGConnectingPoint num="8" id="4389" />
+<TGConnectingPoint num="9" id="4390" />
+<TGConnectingPoint num="10" id="4391" />
+<TGConnectingPoint num="11" id="4392" />
+<TGConnectingPoint num="12" id="4393" />
+<TGConnectingPoint num="13" id="4394" />
+<TGConnectingPoint num="14" id="4395" />
+<TGConnectingPoint num="15" id="4396" />
+<extraparam>
+<Line value="We first one behind if possible" />
+<Line value="Otherwise, the most far away" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="4413" >
+<cdparam x="482" y="653" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="4398" />
+<TGConnectingPoint num="1" id="4399" />
+<TGConnectingPoint num="2" id="4400" />
+<TGConnectingPoint num="3" id="4401" />
+<TGConnectingPoint num="4" id="4402" />
+<TGConnectingPoint num="5" id="4403" />
+<TGConnectingPoint num="6" id="4404" />
+<TGConnectingPoint num="7" id="4405" />
+<TGConnectingPoint num="8" id="4406" />
+<TGConnectingPoint num="9" id="4407" />
+<TGConnectingPoint num="10" id="4408" />
+<TGConnectingPoint num="11" id="4409" />
+<TGConnectingPoint num="12" id="4410" />
+<TGConnectingPoint num="13" id="4411" />
+<TGConnectingPoint num="14" id="4412" />
+</COMPONENT>
+
+<COMPONENT type="301" id="4430" >
+<cdparam x="425" y="562" />
+<sizeparam width="78" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="UML Note" value="No free id
+" />
+<TGConnectingPoint num="0" id="4414" />
+<TGConnectingPoint num="1" id="4415" />
+<TGConnectingPoint num="2" id="4416" />
+<TGConnectingPoint num="3" id="4417" />
+<TGConnectingPoint num="4" id="4418" />
+<TGConnectingPoint num="5" id="4419" />
+<TGConnectingPoint num="6" id="4420" />
+<TGConnectingPoint num="7" id="4421" />
+<TGConnectingPoint num="8" id="4422" />
+<TGConnectingPoint num="9" id="4423" />
+<TGConnectingPoint num="10" id="4424" />
+<TGConnectingPoint num="11" id="4425" />
+<TGConnectingPoint num="12" id="4426" />
+<TGConnectingPoint num="13" id="4427" />
+<TGConnectingPoint num="14" id="4428" />
+<TGConnectingPoint num="15" id="4429" />
+<extraparam>
+<Line value="No free id" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="301" id="4447" >
+<cdparam x="733" y="597" />
+<sizeparam width="131" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="UML Note" value="One free id at least
+" />
+<TGConnectingPoint num="0" id="4431" />
+<TGConnectingPoint num="1" id="4432" />
+<TGConnectingPoint num="2" id="4433" />
+<TGConnectingPoint num="3" id="4434" />
+<TGConnectingPoint num="4" id="4435" />
+<TGConnectingPoint num="5" id="4436" />
+<TGConnectingPoint num="6" id="4437" />
+<TGConnectingPoint num="7" id="4438" />
+<TGConnectingPoint num="8" id="4439" />
+<TGConnectingPoint num="9" id="4440" />
+<TGConnectingPoint num="10" id="4441" />
+<TGConnectingPoint num="11" id="4442" />
+<TGConnectingPoint num="12" id="4443" />
+<TGConnectingPoint num="13" id="4444" />
+<TGConnectingPoint num="14" id="4445" />
+<TGConnectingPoint num="15" id="4446" />
+<extraparam>
+<Line value="One free id at least" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5106" id="4488" >
+<cdparam x="427" y="1182" />
+<sizeparam width="488" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="AddingNewID" />
+<TGConnectingPoint num="0" id="4448" />
+<TGConnectingPoint num="1" id="4449" />
+<TGConnectingPoint num="2" id="4450" />
+<TGConnectingPoint num="3" id="4451" />
+<TGConnectingPoint num="4" id="4452" />
+<TGConnectingPoint num="5" id="4453" />
+<TGConnectingPoint num="6" id="4454" />
+<TGConnectingPoint num="7" id="4455" />
+<TGConnectingPoint num="8" id="4456" />
+<TGConnectingPoint num="9" id="4457" />
+<TGConnectingPoint num="10" id="4458" />
+<TGConnectingPoint num="11" id="4459" />
+<TGConnectingPoint num="12" id="4460" />
+<TGConnectingPoint num="13" id="4461" />
+<TGConnectingPoint num="14" id="4462" />
+<TGConnectingPoint num="15" id="4463" />
+<TGConnectingPoint num="16" id="4464" />
+<TGConnectingPoint num="17" id="4465" />
+<TGConnectingPoint num="18" id="4466" />
+<TGConnectingPoint num="19" id="4467" />
+<TGConnectingPoint num="20" id="4468" />
+<TGConnectingPoint num="21" id="4469" />
+<TGConnectingPoint num="22" id="4470" />
+<TGConnectingPoint num="23" id="4471" />
+<TGConnectingPoint num="24" id="4472" />
+<TGConnectingPoint num="25" id="4473" />
+<TGConnectingPoint num="26" id="4474" />
+<TGConnectingPoint num="27" id="4475" />
+<TGConnectingPoint num="28" id="4476" />
+<TGConnectingPoint num="29" id="4477" />
+<TGConnectingPoint num="30" id="4478" />
+<TGConnectingPoint num="31" id="4479" />
+<TGConnectingPoint num="32" id="4480" />
+<TGConnectingPoint num="33" id="4481" />
+<TGConnectingPoint num="34" id="4482" />
+<TGConnectingPoint num="35" id="4483" />
+<TGConnectingPoint num="36" id="4484" />
+<TGConnectingPoint num="37" id="4485" />
+<TGConnectingPoint num="38" id="4486" />
+<TGConnectingPoint num="39" id="4487" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5106" id="4529" >
+<cdparam x="531" y="435" />
+<sizeparam width="100" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="RemovingOldIDs" />
+<TGConnectingPoint num="0" id="4489" />
+<TGConnectingPoint num="1" id="4490" />
+<TGConnectingPoint num="2" id="4491" />
+<TGConnectingPoint num="3" id="4492" />
+<TGConnectingPoint num="4" id="4493" />
+<TGConnectingPoint num="5" id="4494" />
+<TGConnectingPoint num="6" id="4495" />
+<TGConnectingPoint num="7" id="4496" />
+<TGConnectingPoint num="8" id="4497" />
+<TGConnectingPoint num="9" id="4498" />
+<TGConnectingPoint num="10" id="4499" />
+<TGConnectingPoint num="11" id="4500" />
+<TGConnectingPoint num="12" id="4501" />
+<TGConnectingPoint num="13" id="4502" />
+<TGConnectingPoint num="14" id="4503" />
+<TGConnectingPoint num="15" id="4504" />
+<TGConnectingPoint num="16" id="4505" />
+<TGConnectingPoint num="17" id="4506" />
+<TGConnectingPoint num="18" id="4507" />
+<TGConnectingPoint num="19" id="4508" />
+<TGConnectingPoint num="20" id="4509" />
+<TGConnectingPoint num="21" id="4510" />
+<TGConnectingPoint num="22" id="4511" />
+<TGConnectingPoint num="23" id="4512" />
+<TGConnectingPoint num="24" id="4513" />
+<TGConnectingPoint num="25" id="4514" />
+<TGConnectingPoint num="26" id="4515" />
+<TGConnectingPoint num="27" id="4516" />
+<TGConnectingPoint num="28" id="4517" />
+<TGConnectingPoint num="29" id="4518" />
+<TGConnectingPoint num="30" id="4519" />
+<TGConnectingPoint num="31" id="4520" />
+<TGConnectingPoint num="32" id="4521" />
+<TGConnectingPoint num="33" id="4522" />
+<TGConnectingPoint num="34" id="4523" />
+<TGConnectingPoint num="35" id="4524" />
+<TGConnectingPoint num="36" id="4525" />
+<TGConnectingPoint num="37" id="4526" />
+<TGConnectingPoint num="38" id="4527" />
+<TGConnectingPoint num="39" id="4528" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5106" id="4570" >
+<cdparam x="453" y="145" />
+<sizeparam width="257" height="72" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="state0" value="WaitingForNewNodesOrPosition" />
+<TGConnectingPoint num="0" id="4530" />
+<TGConnectingPoint num="1" id="4531" />
+<TGConnectingPoint num="2" id="4532" />
+<TGConnectingPoint num="3" id="4533" />
+<TGConnectingPoint num="4" id="4534" />
+<TGConnectingPoint num="5" id="4535" />
+<TGConnectingPoint num="6" id="4536" />
+<TGConnectingPoint num="7" id="4537" />
+<TGConnectingPoint num="8" id="4538" />
+<TGConnectingPoint num="9" id="4539" />
+<TGConnectingPoint num="10" id="4540" />
+<TGConnectingPoint num="11" id="4541" />
+<TGConnectingPoint num="12" id="4542" />
+<TGConnectingPoint num="13" id="4543" />
+<TGConnectingPoint num="14" id="4544" />
+<TGConnectingPoint num="15" id="4545" />
+<TGConnectingPoint num="16" id="4546" />
+<TGConnectingPoint num="17" id="4547" />
+<TGConnectingPoint num="18" id="4548" />
+<TGConnectingPoint num="19" id="4549" />
+<TGConnectingPoint num="20" id="4550" />
+<TGConnectingPoint num="21" id="4551" />
+<TGConnectingPoint num="22" id="4552" />
+<TGConnectingPoint num="23" id="4553" />
+<TGConnectingPoint num="24" id="4554" />
+<TGConnectingPoint num="25" id="4555" />
+<TGConnectingPoint num="26" id="4556" />
+<TGConnectingPoint num="27" id="4557" />
+<TGConnectingPoint num="28" id="4558" />
+<TGConnectingPoint num="29" id="4559" />
+<TGConnectingPoint num="30" id="4560" />
+<TGConnectingPoint num="31" id="4561" />
+<TGConnectingPoint num="32" id="4562" />
+<TGConnectingPoint num="33" id="4563" />
+<TGConnectingPoint num="34" id="4564" />
+<TGConnectingPoint num="35" id="4565" />
+<TGConnectingPoint num="36" id="4566" />
+<TGConnectingPoint num="37" id="4567" />
+<TGConnectingPoint num="38" id="4568" />
+<TGConnectingPoint num="39" id="4569" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5104" id="4581" >
+<cdparam x="505" y="254" />
+<sizeparam width="152" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="Receive signal" value="addANode(id, position)" />
+<TGConnectingPoint num="0" id="4571" />
+<TGConnectingPoint num="1" id="4572" />
+<TGConnectingPoint num="2" id="4573" />
+<TGConnectingPoint num="3" id="4574" />
+<TGConnectingPoint num="4" id="4575" />
+<TGConnectingPoint num="5" id="4576" />
+<TGConnectingPoint num="6" id="4577" />
+<TGConnectingPoint num="7" id="4578" />
+<TGConnectingPoint num="8" id="4579" />
+<TGConnectingPoint num="9" id="4580" />
+</COMPONENT>
+
+<COMPONENT type="5100" id="4583" >
+<cdparam x="574" y="80" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="4582" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="DSRSC_Management" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="4590" >
+<cdparam x="507" y="267" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to Send signal" value="null" />
+<TGConnectingPoint num="0" id="4589" />
+<P1  x="507" y="267" id="4688" />
+<P2  x="631" y="277" id="4665" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4588" >
+<father id="4590" num="0" />
+<cdparam x="507" y="307" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4584" />
+<TGConnectingPoint num="1" id="4585" />
+<TGConnectingPoint num="2" id="4586" />
+<TGConnectingPoint num="3" id="4587" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4603" >
+<cdparam x="440" y="432" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="4599" />
+<TGConnectingPoint num="1" id="4600" />
+<TGConnectingPoint num="2" id="4601" />
+<TGConnectingPoint num="3" id="4602" />
+<P1  x="440" y="432" id="4677" />
+<P2  x="530" y="110" id="4742" />
+<Point x="442" y="479" />
+<Point x="974" y="511" />
+<Point x="957" y="129" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4591" >
+<father id="4603" num="0" />
+<cdparam x="442" y="479" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4592" >
+<father id="4603" num="1" />
+<cdparam x="974" y="511" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4593" >
+<father id="4603" num="2" />
+<cdparam x="957" y="129" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4598" >
+<father id="4603" num="3" />
+<cdparam x="457" y="473" />
+<sizeparam width="150" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4594" />
+<TGConnectingPoint num="1" id="4595" />
+<TGConnectingPoint num="2" id="4596" />
+<TGConnectingPoint num="3" id="4597" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="sendMessage(id, position)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4610" >
+<cdparam x="407" y="182" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4609" />
+<P1  x="407" y="182" id="4726" />
+<P2  x="440" y="402" id="4676" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4608" >
+<father id="4610" num="0" />
+<cdparam x="407" y="222" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4604" />
+<TGConnectingPoint num="1" id="4605" />
+<TGConnectingPoint num="2" id="4606" />
+<TGConnectingPoint num="3" id="4607" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4623" >
+<cdparam x="507" y="267" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="4619" />
+<TGConnectingPoint num="1" id="4620" />
+<TGConnectingPoint num="2" id="4621" />
+<TGConnectingPoint num="3" id="4622" />
+<P1  x="631" y="307" id="4666" />
+<P2  x="530" y="141" id="4724" />
+<Point x="644" y="343" />
+<Point x="829" y="341" />
+<Point x="848" y="153" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4611" >
+<father id="4623" num="0" />
+<cdparam x="644" y="343" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4612" >
+<father id="4623" num="1" />
+<cdparam x="829" y="341" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4613" >
+<father id="4623" num="2" />
+<cdparam x="848" y="153" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4618" >
+<father id="4623" num="3" />
+<cdparam x="507" y="307" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4614" />
+<TGConnectingPoint num="1" id="4615" />
+<TGConnectingPoint num="2" id="4616" />
+<TGConnectingPoint num="3" id="4617" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4636" >
+<cdparam x="289" y="344" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="4632" />
+<TGConnectingPoint num="1" id="4633" />
+<TGConnectingPoint num="2" id="4634" />
+<TGConnectingPoint num="3" id="4635" />
+<P1  x="289" y="344" id="4699" />
+<P2  x="285" y="141" id="4723" />
+<Point x="285" y="384" />
+<Point x="189" y="387" />
+<Point x="176" y="154" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4624" >
+<father id="4636" num="0" />
+<cdparam x="285" y="384" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4625" >
+<father id="4636" num="1" />
+<cdparam x="189" y="387" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4626" >
+<father id="4636" num="2" />
+<cdparam x="176" y="154" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4631" >
+<father id="4636" num="3" />
+<cdparam x="289" y="384" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4627" />
+<TGConnectingPoint num="1" id="4628" />
+<TGConnectingPoint num="2" id="4629" />
+<TGConnectingPoint num="3" id="4630" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4643" >
+<cdparam x="407" y="70" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="4642" />
+<P1  x="407" y="70" id="4761" />
+<P2  x="407" y="101" id="4721" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4641" >
+<father id="4643" num="0" />
+<cdparam x="407" y="110" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4637" />
+<TGConnectingPoint num="1" id="4638" />
+<TGConnectingPoint num="2" id="4639" />
+<TGConnectingPoint num="3" id="4640" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4650" >
+<cdparam x="314" y="182" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4649" />
+<P1  x="314" y="182" id="4748" />
+<P2  x="296" y="256" id="4709" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4648" >
+<father id="4650" num="0" />
+<cdparam x="314" y="222" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4644" />
+<TGConnectingPoint num="1" id="4645" />
+<TGConnectingPoint num="2" id="4646" />
+<TGConnectingPoint num="3" id="4647" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4657" >
+<cdparam x="296" y="286" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to Send signal" value="null" />
+<TGConnectingPoint num="0" id="4656" />
+<P1  x="296" y="286" id="4710" />
+<P2  x="289" y="314" id="4698" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4655" >
+<father id="4657" num="0" />
+<cdparam x="296" y="326" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4651" />
+<TGConnectingPoint num="1" id="4652" />
+<TGConnectingPoint num="2" id="4653" />
+<TGConnectingPoint num="3" id="4654" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4664" >
+<cdparam x="498" y="182" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4663" />
+<P1  x="498" y="182" id="4751" />
+<P2  x="507" y="237" id="4687" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4662" >
+<father id="4664" num="0" />
+<cdparam x="498" y="222" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4658" />
+<TGConnectingPoint num="1" id="4659" />
+<TGConnectingPoint num="2" id="4660" />
+<TGConnectingPoint num="3" id="4661" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5103" id="4675" >
+<cdparam x="490" y="282" />
+<sizeparam width="283" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="forwardEmergencyBrakingMessage(id, position)" />
+<TGConnectingPoint num="0" id="4665" />
+<TGConnectingPoint num="1" id="4666" />
+<TGConnectingPoint num="2" id="4667" />
+<TGConnectingPoint num="3" id="4668" />
+<TGConnectingPoint num="4" id="4669" />
+<TGConnectingPoint num="5" id="4670" />
+<TGConnectingPoint num="6" id="4671" />
+<TGConnectingPoint num="7" id="4672" />
+<TGConnectingPoint num="8" id="4673" />
+<TGConnectingPoint num="9" id="4674" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="4686" >
+<cdparam x="288" y="407" />
+<sizeparam width="304" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="broadcastEmergencyBrakingMessage(id, position)" />
+<TGConnectingPoint num="0" id="4676" />
+<TGConnectingPoint num="1" id="4677" />
+<TGConnectingPoint num="2" id="4678" />
+<TGConnectingPoint num="3" id="4679" />
+<TGConnectingPoint num="4" id="4680" />
+<TGConnectingPoint num="5" id="4681" />
+<TGConnectingPoint num="6" id="4682" />
+<TGConnectingPoint num="7" id="4683" />
+<TGConnectingPoint num="8" id="4684" />
+<TGConnectingPoint num="9" id="4685" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="4697" >
+<cdparam x="412" y="242" />
+<sizeparam width="190" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="obstacleDetected(id, position)" />
+<TGConnectingPoint num="0" id="4687" />
+<TGConnectingPoint num="1" id="4688" />
+<TGConnectingPoint num="2" id="4689" />
+<TGConnectingPoint num="3" id="4690" />
+<TGConnectingPoint num="4" id="4691" />
+<TGConnectingPoint num="5" id="4692" />
+<TGConnectingPoint num="6" id="4693" />
+<TGConnectingPoint num="7" id="4694" />
+<TGConnectingPoint num="8" id="4695" />
+<TGConnectingPoint num="9" id="4696" />
+</COMPONENT>
+
+<COMPONENT type="5103" id="4708" >
+<cdparam x="208" y="319" />
+<sizeparam width="163" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="setCarPosition(id, position)" />
+<TGConnectingPoint num="0" id="4698" />
+<TGConnectingPoint num="1" id="4699" />
+<TGConnectingPoint num="2" id="4700" />
+<TGConnectingPoint num="3" id="4701" />
+<TGConnectingPoint num="4" id="4702" />
+<TGConnectingPoint num="5" id="4703" />
+<TGConnectingPoint num="6" id="4704" />
+<TGConnectingPoint num="7" id="4705" />
+<TGConnectingPoint num="8" id="4706" />
+<TGConnectingPoint num="9" id="4707" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="4719" >
+<cdparam x="220" y="261" />
+<sizeparam width="152" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="carPosition(id, position)" />
+<TGConnectingPoint num="0" id="4709" />
+<TGConnectingPoint num="1" id="4710" />
+<TGConnectingPoint num="2" id="4711" />
+<TGConnectingPoint num="3" id="4712" />
+<TGConnectingPoint num="4" id="4713" />
+<TGConnectingPoint num="5" id="4714" />
+<TGConnectingPoint num="6" id="4715" />
+<TGConnectingPoint num="7" id="4716" />
+<TGConnectingPoint num="8" id="4717" />
+<TGConnectingPoint num="9" id="4718" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="4760" >
+<cdparam x="285" y="101" />
+<sizeparam width="245" height="81" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForEnvironmentInput" />
+<TGConnectingPoint num="0" id="4720" />
+<TGConnectingPoint num="1" id="4721" />
+<TGConnectingPoint num="2" id="4722" />
+<TGConnectingPoint num="3" id="4723" />
+<TGConnectingPoint num="4" id="4724" />
+<TGConnectingPoint num="5" id="4725" />
+<TGConnectingPoint num="6" id="4726" />
+<TGConnectingPoint num="7" id="4727" />
+<TGConnectingPoint num="8" id="4728" />
+<TGConnectingPoint num="9" id="4729" />
+<TGConnectingPoint num="10" id="4730" />
+<TGConnectingPoint num="11" id="4731" />
+<TGConnectingPoint num="12" id="4732" />
+<TGConnectingPoint num="13" id="4733" />
+<TGConnectingPoint num="14" id="4734" />
+<TGConnectingPoint num="15" id="4735" />
+<TGConnectingPoint num="16" id="4736" />
+<TGConnectingPoint num="17" id="4737" />
+<TGConnectingPoint num="18" id="4738" />
+<TGConnectingPoint num="19" id="4739" />
+<TGConnectingPoint num="20" id="4740" />
+<TGConnectingPoint num="21" id="4741" />
+<TGConnectingPoint num="22" id="4742" />
+<TGConnectingPoint num="23" id="4743" />
+<TGConnectingPoint num="24" id="4744" />
+<TGConnectingPoint num="25" id="4745" />
+<TGConnectingPoint num="26" id="4746" />
+<TGConnectingPoint num="27" id="4747" />
+<TGConnectingPoint num="28" id="4748" />
+<TGConnectingPoint num="29" id="4749" />
+<TGConnectingPoint num="30" id="4750" />
+<TGConnectingPoint num="31" id="4751" />
+<TGConnectingPoint num="32" id="4752" />
+<TGConnectingPoint num="33" id="4753" />
+<TGConnectingPoint num="34" id="4754" />
+<TGConnectingPoint num="35" id="4755" />
+<TGConnectingPoint num="36" id="4756" />
+<TGConnectingPoint num="37" id="4757" />
+<TGConnectingPoint num="38" id="4758" />
+<TGConnectingPoint num="39" id="4759" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="4762" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="4761" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="DrivingPowerReductionStrategy" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="4775" >
+<cdparam x="408" y="342" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4771" />
+<TGConnectingPoint num="1" id="4772" />
+<TGConnectingPoint num="2" id="4773" />
+<TGConnectingPoint num="3" id="4774" />
+<P1  x="408" y="342" id="4803" />
+<P2  x="550" y="124" id="4872" />
+<Point x="395" y="429" />
+<Point x="601" y="431" />
+<Point x="620" y="117" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4763" >
+<father id="4775" num="0" />
+<cdparam x="395" y="429" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4764" >
+<father id="4775" num="1" />
+<cdparam x="601" y="431" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4765" >
+<father id="4775" num="2" />
+<cdparam x="620" y="117" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4770" >
+<father id="4775" num="3" />
+<cdparam x="408" y="382" />
+<sizeparam width="303" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4766" />
+<TGConnectingPoint num="1" id="4767" />
+<TGConnectingPoint num="2" id="4768" />
+<TGConnectingPoint num="3" id="4769" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="minReducePowerTime" />
+<afterMax value="maxReducePowerTime" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="reducePowerDone()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4782" >
+<cdparam x="407" y="70" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="4781" />
+<P1  x="407" y="70" id="4890" />
+<P2  x="408" y="106" id="4850" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4780" >
+<father id="4782" num="0" />
+<cdparam x="407" y="110" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4776" />
+<TGConnectingPoint num="1" id="4777" />
+<TGConnectingPoint num="2" id="4778" />
+<TGConnectingPoint num="3" id="4779" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4789" >
+<cdparam x="408" y="156" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4788" />
+<P1  x="408" y="156" id="4855" />
+<P2  x="408" y="201" id="4838" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4787" >
+<father id="4789" num="0" />
+<cdparam x="408" y="196" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4783" />
+<TGConnectingPoint num="1" id="4784" />
+<TGConnectingPoint num="2" id="4785" />
+<TGConnectingPoint num="3" id="4786" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4796" >
+<cdparam x="408" y="231" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="4795" />
+<P1  x="408" y="231" id="4839" />
+<P2  x="408" y="292" id="4798" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4794" >
+<father id="4796" num="0" />
+<cdparam x="408" y="271" />
+<sizeparam width="148" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4790" />
+<TGConnectingPoint num="1" id="4791" />
+<TGConnectingPoint num="2" id="4792" />
+<TGConnectingPoint num="3" id="4793" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="applyReducePower(value)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5106" id="4837" >
+<cdparam x="278" y="292" />
+<sizeparam width="260" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitForReducePowerToBePerformed" />
+<TGConnectingPoint num="0" id="4797" />
+<TGConnectingPoint num="1" id="4798" />
+<TGConnectingPoint num="2" id="4799" />
+<TGConnectingPoint num="3" id="4800" />
+<TGConnectingPoint num="4" id="4801" />
+<TGConnectingPoint num="5" id="4802" />
+<TGConnectingPoint num="6" id="4803" />
+<TGConnectingPoint num="7" id="4804" />
+<TGConnectingPoint num="8" id="4805" />
+<TGConnectingPoint num="9" id="4806" />
+<TGConnectingPoint num="10" id="4807" />
+<TGConnectingPoint num="11" id="4808" />
+<TGConnectingPoint num="12" id="4809" />
+<TGConnectingPoint num="13" id="4810" />
+<TGConnectingPoint num="14" id="4811" />
+<TGConnectingPoint num="15" id="4812" />
+<TGConnectingPoint num="16" id="4813" />
+<TGConnectingPoint num="17" id="4814" />
+<TGConnectingPoint num="18" id="4815" />
+<TGConnectingPoint num="19" id="4816" />
+<TGConnectingPoint num="20" id="4817" />
+<TGConnectingPoint num="21" id="4818" />
+<TGConnectingPoint num="22" id="4819" />
+<TGConnectingPoint num="23" id="4820" />
+<TGConnectingPoint num="24" id="4821" />
+<TGConnectingPoint num="25" id="4822" />
+<TGConnectingPoint num="26" id="4823" />
+<TGConnectingPoint num="27" id="4824" />
+<TGConnectingPoint num="28" id="4825" />
+<TGConnectingPoint num="29" id="4826" />
+<TGConnectingPoint num="30" id="4827" />
+<TGConnectingPoint num="31" id="4828" />
+<TGConnectingPoint num="32" id="4829" />
+<TGConnectingPoint num="33" id="4830" />
+<TGConnectingPoint num="34" id="4831" />
+<TGConnectingPoint num="35" id="4832" />
+<TGConnectingPoint num="36" id="4833" />
+<TGConnectingPoint num="37" id="4834" />
+<TGConnectingPoint num="38" id="4835" />
+<TGConnectingPoint num="39" id="4836" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5104" id="4848" >
+<cdparam x="315" y="206" />
+<sizeparam width="186" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="getReducePowerOrder(value)" />
+<TGConnectingPoint num="0" id="4838" />
+<TGConnectingPoint num="1" id="4839" />
+<TGConnectingPoint num="2" id="4840" />
+<TGConnectingPoint num="3" id="4841" />
+<TGConnectingPoint num="4" id="4842" />
+<TGConnectingPoint num="5" id="4843" />
+<TGConnectingPoint num="6" id="4844" />
+<TGConnectingPoint num="7" id="4845" />
+<TGConnectingPoint num="8" id="4846" />
+<TGConnectingPoint num="9" id="4847" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="4889" >
+<cdparam x="267" y="106" />
+<sizeparam width="283" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitForReducePowerOrder" />
+<TGConnectingPoint num="0" id="4849" />
+<TGConnectingPoint num="1" id="4850" />
+<TGConnectingPoint num="2" id="4851" />
+<TGConnectingPoint num="3" id="4852" />
+<TGConnectingPoint num="4" id="4853" />
+<TGConnectingPoint num="5" id="4854" />
+<TGConnectingPoint num="6" id="4855" />
+<TGConnectingPoint num="7" id="4856" />
+<TGConnectingPoint num="8" id="4857" />
+<TGConnectingPoint num="9" id="4858" />
+<TGConnectingPoint num="10" id="4859" />
+<TGConnectingPoint num="11" id="4860" />
+<TGConnectingPoint num="12" id="4861" />
+<TGConnectingPoint num="13" id="4862" />
+<TGConnectingPoint num="14" id="4863" />
+<TGConnectingPoint num="15" id="4864" />
+<TGConnectingPoint num="16" id="4865" />
+<TGConnectingPoint num="17" id="4866" />
+<TGConnectingPoint num="18" id="4867" />
+<TGConnectingPoint num="19" id="4868" />
+<TGConnectingPoint num="20" id="4869" />
+<TGConnectingPoint num="21" id="4870" />
+<TGConnectingPoint num="22" id="4871" />
+<TGConnectingPoint num="23" id="4872" />
+<TGConnectingPoint num="24" id="4873" />
+<TGConnectingPoint num="25" id="4874" />
+<TGConnectingPoint num="26" id="4875" />
+<TGConnectingPoint num="27" id="4876" />
+<TGConnectingPoint num="28" id="4877" />
+<TGConnectingPoint num="29" id="4878" />
+<TGConnectingPoint num="30" id="4879" />
+<TGConnectingPoint num="31" id="4880" />
+<TGConnectingPoint num="32" id="4881" />
+<TGConnectingPoint num="33" id="4882" />
+<TGConnectingPoint num="34" id="4883" />
+<TGConnectingPoint num="35" id="4884" />
+<TGConnectingPoint num="36" id="4885" />
+<TGConnectingPoint num="37" id="4886" />
+<TGConnectingPoint num="38" id="4887" />
+<TGConnectingPoint num="39" id="4888" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="4891" >
+<cdparam x="400" y="50" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="4890" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="BrakeManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="4904" >
+<cdparam x="514" y="350" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="4900" />
+<TGConnectingPoint num="1" id="4901" />
+<TGConnectingPoint num="2" id="4902" />
+<TGConnectingPoint num="3" id="4903" />
+<P1  x="497" y="343" id="4932" />
+<P2  x="570" y="148" id="4982" />
+<Point x="497" y="396" />
+<Point x="697" y="396" />
+<Point x="697" y="148" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4892" >
+<father id="4904" num="0" />
+<cdparam x="497" y="396" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4893" >
+<father id="4904" num="1" />
+<cdparam x="697" y="396" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4894" >
+<father id="4904" num="2" />
+<cdparam x="697" y="148" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="4899" >
+<father id="4904" num="3" />
+<cdparam x="508" y="363" />
+<sizeparam width="180" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4895" />
+<TGConnectingPoint num="1" id="4896" />
+<TGConnectingPoint num="2" id="4897" />
+<TGConnectingPoint num="3" id="4898" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="value" />
+<afterMax value="brakeMaxDuration" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="brakingDone()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4911" >
+<cdparam x="407" y="70" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="4910" />
+<P1  x="475" y="89" id="5019" />
+<P2  x="484" y="124" id="4979" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4909" >
+<father id="4911" num="0" />
+<cdparam x="407" y="110" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4905" />
+<TGConnectingPoint num="1" id="4906" />
+<TGConnectingPoint num="2" id="4907" />
+<TGConnectingPoint num="3" id="4908" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4918" >
+<cdparam x="484" y="172" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="4917" />
+<P1  x="441" y="172" id="4992" />
+<P2  x="441" y="195" id="4967" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4916" >
+<father id="4918" num="0" />
+<cdparam x="484" y="212" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4912" />
+<TGConnectingPoint num="1" id="4913" />
+<TGConnectingPoint num="2" id="4914" />
+<TGConnectingPoint num="3" id="4915" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="4925" >
+<cdparam x="485" y="230" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="4924" />
+<P1  x="441" y="225" id="4968" />
+<P2  x="441" y="293" id="4934" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="4923" >
+<father id="4925" num="0" />
+<cdparam x="447" y="243" />
+<sizeparam width="235" height="45" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="4919" />
+<TGConnectingPoint num="1" id="4920" />
+<TGConnectingPoint num="2" id="4921" />
+<TGConnectingPoint num="3" id="4922" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="applyBraking(value)" />
+<actions value="value = value * 10" />
+<actions value="brakeMaxDuration = value + deltaBrake" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5106" id="4966" >
+<cdparam x="386" y="293" />
+<sizeparam width="223" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingforBrakingToBeCompleted" />
+<TGConnectingPoint num="0" id="4926" />
+<TGConnectingPoint num="1" id="4927" />
+<TGConnectingPoint num="2" id="4928" />
+<TGConnectingPoint num="3" id="4929" />
+<TGConnectingPoint num="4" id="4930" />
+<TGConnectingPoint num="5" id="4931" />
+<TGConnectingPoint num="6" id="4932" />
+<TGConnectingPoint num="7" id="4933" />
+<TGConnectingPoint num="8" id="4934" />
+<TGConnectingPoint num="9" id="4935" />
+<TGConnectingPoint num="10" id="4936" />
+<TGConnectingPoint num="11" id="4937" />
+<TGConnectingPoint num="12" id="4938" />
+<TGConnectingPoint num="13" id="4939" />
+<TGConnectingPoint num="14" id="4940" />
+<TGConnectingPoint num="15" id="4941" />
+<TGConnectingPoint num="16" id="4942" />
+<TGConnectingPoint num="17" id="4943" />
+<TGConnectingPoint num="18" id="4944" />
+<TGConnectingPoint num="19" id="4945" />
+<TGConnectingPoint num="20" id="4946" />
+<TGConnectingPoint num="21" id="4947" />
+<TGConnectingPoint num="22" id="4948" />
+<TGConnectingPoint num="23" id="4949" />
+<TGConnectingPoint num="24" id="4950" />
+<TGConnectingPoint num="25" id="4951" />
+<TGConnectingPoint num="26" id="4952" />
+<TGConnectingPoint num="27" id="4953" />
+<TGConnectingPoint num="28" id="4954" />
+<TGConnectingPoint num="29" id="4955" />
+<TGConnectingPoint num="30" id="4956" />
+<TGConnectingPoint num="31" id="4957" />
+<TGConnectingPoint num="32" id="4958" />
+<TGConnectingPoint num="33" id="4959" />
+<TGConnectingPoint num="34" id="4960" />
+<TGConnectingPoint num="35" id="4961" />
+<TGConnectingPoint num="36" id="4962" />
+<TGConnectingPoint num="37" id="4963" />
+<TGConnectingPoint num="38" id="4964" />
+<TGConnectingPoint num="39" id="4965" />
+<invariant />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5104" id="4977" >
+<cdparam x="396" y="200" />
+<sizeparam width="90" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="brake(value)" />
+<TGConnectingPoint num="0" id="4967" />
+<TGConnectingPoint num="1" id="4968" />
+<TGConnectingPoint num="2" id="4969" />
+<TGConnectingPoint num="3" id="4970" />
+<TGConnectingPoint num="4" id="4971" />
+<TGConnectingPoint num="5" id="4972" />
+<TGConnectingPoint num="6" id="4973" />
+<TGConnectingPoint num="7" id="4974" />
+<TGConnectingPoint num="8" id="4975" />
+<TGConnectingPoint num="9" id="4976" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5018" >
+<cdparam x="398" y="124" />
+<sizeparam width="172" height="48" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitForBrakingOrder" />
+<TGConnectingPoint num="0" id="4978" />
+<TGConnectingPoint num="1" id="4979" />
+<TGConnectingPoint num="2" id="4980" />
+<TGConnectingPoint num="3" id="4981" />
+<TGConnectingPoint num="4" id="4982" />
+<TGConnectingPoint num="5" id="4983" />
+<TGConnectingPoint num="6" id="4984" />
+<TGConnectingPoint num="7" id="4985" />
+<TGConnectingPoint num="8" id="4986" />
+<TGConnectingPoint num="9" id="4987" />
+<TGConnectingPoint num="10" id="4988" />
+<TGConnectingPoint num="11" id="4989" />
+<TGConnectingPoint num="12" id="4990" />
+<TGConnectingPoint num="13" id="4991" />
+<TGConnectingPoint num="14" id="4992" />
+<TGConnectingPoint num="15" id="4993" />
+<TGConnectingPoint num="16" id="4994" />
+<TGConnectingPoint num="17" id="4995" />
+<TGConnectingPoint num="18" id="4996" />
+<TGConnectingPoint num="19" id="4997" />
+<TGConnectingPoint num="20" id="4998" />
+<TGConnectingPoint num="21" id="4999" />
+<TGConnectingPoint num="22" id="5000" />
+<TGConnectingPoint num="23" id="5001" />
+<TGConnectingPoint num="24" id="5002" />
+<TGConnectingPoint num="25" id="5003" />
+<TGConnectingPoint num="26" id="5004" />
+<TGConnectingPoint num="27" id="5005" />
+<TGConnectingPoint num="28" id="5006" />
+<TGConnectingPoint num="29" id="5007" />
+<TGConnectingPoint num="30" id="5008" />
+<TGConnectingPoint num="31" id="5009" />
+<TGConnectingPoint num="32" id="5010" />
+<TGConnectingPoint num="33" id="5011" />
+<TGConnectingPoint num="34" id="5012" />
+<TGConnectingPoint num="35" id="5013" />
+<TGConnectingPoint num="36" id="5014" />
+<TGConnectingPoint num="37" id="5015" />
+<TGConnectingPoint num="38" id="5016" />
+<TGConnectingPoint num="39" id="5017" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="5020" >
+<cdparam x="468" y="69" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="5019" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="DangerAvoidanceStrategy" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="5033" >
+<cdparam x="512" y="766" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5029" />
+<TGConnectingPoint num="1" id="5030" />
+<TGConnectingPoint num="2" id="5031" />
+<TGConnectingPoint num="3" id="5032" />
+<P1  x="512" y="766" id="5098" />
+<P2  x="636" y="162" id="5279" />
+<Point x="516" y="826" />
+<Point x="776" y="833" />
+<Point x="781" y="165" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5021" >
+<father id="5033" num="0" />
+<cdparam x="516" y="826" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5022" >
+<father id="5033" num="1" />
+<cdparam x="776" y="833" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5023" >
+<father id="5033" num="2" />
+<cdparam x="781" y="165" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5028" >
+<father id="5033" num="3" />
+<cdparam x="512" y="806" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5024" />
+<TGConnectingPoint num="1" id="5025" />
+<TGConnectingPoint num="2" id="5026" />
+<TGConnectingPoint num="3" id="5027" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5040" >
+<cdparam x="518" y="602" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5039" />
+<P1  x="510" y="605" id="5109" />
+<P2  x="511" y="642" id="5120" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5038" >
+<father id="5040" num="0" />
+<cdparam x="518" y="642" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5034" />
+<TGConnectingPoint num="1" id="5035" />
+<TGConnectingPoint num="2" id="5036" />
+<TGConnectingPoint num="3" id="5037" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5047" >
+<cdparam x="586" y="530" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="5046" />
+<P1  x="510" y="530" id="5189" />
+<P2  x="510" y="575" id="5108" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5045" >
+<father id="5047" num="0" />
+<cdparam x="523" y="558" />
+<sizeparam width="232" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5041" />
+<TGConnectingPoint num="1" id="5042" />
+<TGConnectingPoint num="2" id="5043" />
+<TGConnectingPoint num="3" id="5044" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="value = 10 - (position - currentPosition)" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5054" >
+<cdparam x="524" y="331" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5053" />
+<P1  x="524" y="331" id="5231" />
+<P2  x="560" y="480" id="5178" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5052" >
+<father id="5054" num="0" />
+<cdparam x="548" y="369" />
+<sizeparam width="39" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5048" />
+<TGConnectingPoint num="1" id="5049" />
+<TGConnectingPoint num="2" id="5050" />
+<TGConnectingPoint num="3" id="5051" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5061" >
+<cdparam x="419" y="125" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="5060" />
+<P1  x="419" y="125" id="5297" />
+<P2  x="431" y="144" id="5264" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5059" >
+<father id="5061" num="0" />
+<cdparam x="419" y="165" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5055" />
+<TGConnectingPoint num="1" id="5056" />
+<TGConnectingPoint num="2" id="5057" />
+<TGConnectingPoint num="3" id="5058" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5068" >
+<cdparam x="499" y="194" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="5067" />
+<P1  x="499" y="194" id="5262" />
+<P2  x="499" y="228" id="5245" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5066" >
+<father id="5068" num="0" />
+<cdparam x="499" y="234" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5062" />
+<TGConnectingPoint num="1" id="5063" />
+<TGConnectingPoint num="2" id="5064" />
+<TGConnectingPoint num="3" id="5065" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5075" >
+<cdparam x="499" y="258" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to choice" value="null" />
+<TGConnectingPoint num="0" id="5074" />
+<P1  x="499" y="258" id="5246" />
+<P2  x="499" y="306" id="5229" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5073" >
+<father id="5075" num="0" />
+<cdparam x="499" y="298" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5069" />
+<TGConnectingPoint num="1" id="5070" />
+<TGConnectingPoint num="2" id="5071" />
+<TGConnectingPoint num="3" id="5072" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5082" >
+<cdparam x="474" y="331" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to Send signal" value="null" />
+<TGConnectingPoint num="0" id="5081" />
+<P1  x="474" y="331" id="5233" />
+<P2  x="393" y="394" id="5201" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5080" >
+<father id="5082" num="0" />
+<cdparam x="356" y="357" />
+<sizeparam width="74" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5076" />
+<TGConnectingPoint num="1" id="5077" />
+<TGConnectingPoint num="2" id="5078" />
+<TGConnectingPoint num="3" id="5079" />
+<extraparam>
+<guard value="[ speed &gt; 5]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5089" >
+<cdparam x="390" y="432" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5088" />
+<P1  x="393" y="424" id="5202" />
+<P2  x="436" y="480" id="5160" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5087" >
+<father id="5089" num="0" />
+<cdparam x="390" y="472" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5083" />
+<TGConnectingPoint num="1" id="5084" />
+<TGConnectingPoint num="2" id="5085" />
+<TGConnectingPoint num="3" id="5086" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5096" >
+<cdparam x="537" y="692" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="5095" />
+<P1  x="511" y="692" id="5125" />
+<P2  x="512" y="736" id="5097" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5094" >
+<father id="5096" num="0" />
+<cdparam x="534" y="724" />
+<sizeparam width="120" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5090" />
+<TGConnectingPoint num="1" id="5091" />
+<TGConnectingPoint num="2" id="5092" />
+<TGConnectingPoint num="3" id="5093" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="value = carinfo.myID" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5103" id="5107" >
+<cdparam x="388" y="741" />
+<sizeparam width="249" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="forwardEmergency(value, currentPosition)" />
+<TGConnectingPoint num="0" id="5097" />
+<TGConnectingPoint num="1" id="5098" />
+<TGConnectingPoint num="2" id="5099" />
+<TGConnectingPoint num="3" id="5100" />
+<TGConnectingPoint num="4" id="5101" />
+<TGConnectingPoint num="5" id="5102" />
+<TGConnectingPoint num="6" id="5103" />
+<TGConnectingPoint num="7" id="5104" />
+<TGConnectingPoint num="8" id="5105" />
+<TGConnectingPoint num="9" id="5106" />
+</COMPONENT>
+
+<COMPONENT type="5103" id="5118" >
+<cdparam x="452" y="580" />
+<sizeparam width="117" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="brakePower(value)" />
+<TGConnectingPoint num="0" id="5108" />
+<TGConnectingPoint num="1" id="5109" />
+<TGConnectingPoint num="2" id="5110" />
+<TGConnectingPoint num="3" id="5111" />
+<TGConnectingPoint num="4" id="5112" />
+<TGConnectingPoint num="5" id="5113" />
+<TGConnectingPoint num="6" id="5114" />
+<TGConnectingPoint num="7" id="5115" />
+<TGConnectingPoint num="8" id="5116" />
+<TGConnectingPoint num="9" id="5117" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5159" >
+<cdparam x="403" y="642" />
+<sizeparam width="217" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="ForwardManagement" />
+<TGConnectingPoint num="0" id="5119" />
+<TGConnectingPoint num="1" id="5120" />
+<TGConnectingPoint num="2" id="5121" />
+<TGConnectingPoint num="3" id="5122" />
+<TGConnectingPoint num="4" id="5123" />
+<TGConnectingPoint num="5" id="5124" />
+<TGConnectingPoint num="6" id="5125" />
+<TGConnectingPoint num="7" id="5126" />
+<TGConnectingPoint num="8" id="5127" />
+<TGConnectingPoint num="9" id="5128" />
+<TGConnectingPoint num="10" id="5129" />
+<TGConnectingPoint num="11" id="5130" />
+<TGConnectingPoint num="12" id="5131" />
+<TGConnectingPoint num="13" id="5132" />
+<TGConnectingPoint num="14" id="5133" />
+<TGConnectingPoint num="15" id="5134" />
+<TGConnectingPoint num="16" id="5135" />
+<TGConnectingPoint num="17" id="5136" />
+<TGConnectingPoint num="18" id="5137" />
+<TGConnectingPoint num="19" id="5138" />
+<TGConnectingPoint num="20" id="5139" />
+<TGConnectingPoint num="21" id="5140" />
+<TGConnectingPoint num="22" id="5141" />
+<TGConnectingPoint num="23" id="5142" />
+<TGConnectingPoint num="24" id="5143" />
+<TGConnectingPoint num="25" id="5144" />
+<TGConnectingPoint num="26" id="5145" />
+<TGConnectingPoint num="27" id="5146" />
+<TGConnectingPoint num="28" id="5147" />
+<TGConnectingPoint num="29" id="5148" />
+<TGConnectingPoint num="30" id="5149" />
+<TGConnectingPoint num="31" id="5150" />
+<TGConnectingPoint num="32" id="5151" />
+<TGConnectingPoint num="33" id="5152" />
+<TGConnectingPoint num="34" id="5153" />
+<TGConnectingPoint num="35" id="5154" />
+<TGConnectingPoint num="36" id="5155" />
+<TGConnectingPoint num="37" id="5156" />
+<TGConnectingPoint num="38" id="5157" />
+<TGConnectingPoint num="39" id="5158" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5106" id="5200" >
+<cdparam x="436" y="480" />
+<sizeparam width="201" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="BrakingManagement" />
+<TGConnectingPoint num="0" id="5160" />
+<TGConnectingPoint num="1" id="5161" />
+<TGConnectingPoint num="2" id="5162" />
+<TGConnectingPoint num="3" id="5163" />
+<TGConnectingPoint num="4" id="5164" />
+<TGConnectingPoint num="5" id="5165" />
+<TGConnectingPoint num="6" id="5166" />
+<TGConnectingPoint num="7" id="5167" />
+<TGConnectingPoint num="8" id="5168" />
+<TGConnectingPoint num="9" id="5169" />
+<TGConnectingPoint num="10" id="5170" />
+<TGConnectingPoint num="11" id="5171" />
+<TGConnectingPoint num="12" id="5172" />
+<TGConnectingPoint num="13" id="5173" />
+<TGConnectingPoint num="14" id="5174" />
+<TGConnectingPoint num="15" id="5175" />
+<TGConnectingPoint num="16" id="5176" />
+<TGConnectingPoint num="17" id="5177" />
+<TGConnectingPoint num="18" id="5178" />
+<TGConnectingPoint num="19" id="5179" />
+<TGConnectingPoint num="20" id="5180" />
+<TGConnectingPoint num="21" id="5181" />
+<TGConnectingPoint num="22" id="5182" />
+<TGConnectingPoint num="23" id="5183" />
+<TGConnectingPoint num="24" id="5184" />
+<TGConnectingPoint num="25" id="5185" />
+<TGConnectingPoint num="26" id="5186" />
+<TGConnectingPoint num="27" id="5187" />
+<TGConnectingPoint num="28" id="5188" />
+<TGConnectingPoint num="29" id="5189" />
+<TGConnectingPoint num="30" id="5190" />
+<TGConnectingPoint num="31" id="5191" />
+<TGConnectingPoint num="32" id="5192" />
+<TGConnectingPoint num="33" id="5193" />
+<TGConnectingPoint num="34" id="5194" />
+<TGConnectingPoint num="35" id="5195" />
+<TGConnectingPoint num="36" id="5196" />
+<TGConnectingPoint num="37" id="5197" />
+<TGConnectingPoint num="38" id="5198" />
+<TGConnectingPoint num="39" id="5199" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5103" id="5211" >
+<cdparam x="332" y="399" />
+<sizeparam width="123" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="reducePower(value)" />
+<TGConnectingPoint num="0" id="5201" />
+<TGConnectingPoint num="1" id="5202" />
+<TGConnectingPoint num="2" id="5203" />
+<TGConnectingPoint num="3" id="5204" />
+<TGConnectingPoint num="4" id="5205" />
+<TGConnectingPoint num="5" id="5206" />
+<TGConnectingPoint num="6" id="5207" />
+<TGConnectingPoint num="7" id="5208" />
+<TGConnectingPoint num="8" id="5209" />
+<TGConnectingPoint num="9" id="5210" />
+</COMPONENT>
+
+<COMPONENT type="301" id="5228" >
+<cdparam x="561" y="301" />
+<sizeparam width="156" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="UML Note" value="Have to reduce Power ?
+" />
+<TGConnectingPoint num="0" id="5212" />
+<TGConnectingPoint num="1" id="5213" />
+<TGConnectingPoint num="2" id="5214" />
+<TGConnectingPoint num="3" id="5215" />
+<TGConnectingPoint num="4" id="5216" />
+<TGConnectingPoint num="5" id="5217" />
+<TGConnectingPoint num="6" id="5218" />
+<TGConnectingPoint num="7" id="5219" />
+<TGConnectingPoint num="8" id="5220" />
+<TGConnectingPoint num="9" id="5221" />
+<TGConnectingPoint num="10" id="5222" />
+<TGConnectingPoint num="11" id="5223" />
+<TGConnectingPoint num="12" id="5224" />
+<TGConnectingPoint num="13" id="5225" />
+<TGConnectingPoint num="14" id="5226" />
+<TGConnectingPoint num="15" id="5227" />
+<extraparam>
+<Line value="Have to reduce Power ?" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="5244" >
+<cdparam x="484" y="316" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="5229" />
+<TGConnectingPoint num="1" id="5230" />
+<TGConnectingPoint num="2" id="5231" />
+<TGConnectingPoint num="3" id="5232" />
+<TGConnectingPoint num="4" id="5233" />
+<TGConnectingPoint num="5" id="5234" />
+<TGConnectingPoint num="6" id="5235" />
+<TGConnectingPoint num="7" id="5236" />
+<TGConnectingPoint num="8" id="5237" />
+<TGConnectingPoint num="9" id="5238" />
+<TGConnectingPoint num="10" id="5239" />
+<TGConnectingPoint num="11" id="5240" />
+<TGConnectingPoint num="12" id="5241" />
+<TGConnectingPoint num="13" id="5242" />
+<TGConnectingPoint num="14" id="5243" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="5255" >
+<cdparam x="378" y="233" />
+<sizeparam width="242" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="brake(speed, currentPosition, position)" />
+<TGConnectingPoint num="0" id="5245" />
+<TGConnectingPoint num="1" id="5246" />
+<TGConnectingPoint num="2" id="5247" />
+<TGConnectingPoint num="3" id="5248" />
+<TGConnectingPoint num="4" id="5249" />
+<TGConnectingPoint num="5" id="5250" />
+<TGConnectingPoint num="6" id="5251" />
+<TGConnectingPoint num="7" id="5252" />
+<TGConnectingPoint num="8" id="5253" />
+<TGConnectingPoint num="9" id="5254" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5296" >
+<cdparam x="363" y="144" />
+<sizeparam width="273" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForActionsToTake" />
+<TGConnectingPoint num="0" id="5256" />
+<TGConnectingPoint num="1" id="5257" />
+<TGConnectingPoint num="2" id="5258" />
+<TGConnectingPoint num="3" id="5259" />
+<TGConnectingPoint num="4" id="5260" />
+<TGConnectingPoint num="5" id="5261" />
+<TGConnectingPoint num="6" id="5262" />
+<TGConnectingPoint num="7" id="5263" />
+<TGConnectingPoint num="8" id="5264" />
+<TGConnectingPoint num="9" id="5265" />
+<TGConnectingPoint num="10" id="5266" />
+<TGConnectingPoint num="11" id="5267" />
+<TGConnectingPoint num="12" id="5268" />
+<TGConnectingPoint num="13" id="5269" />
+<TGConnectingPoint num="14" id="5270" />
+<TGConnectingPoint num="15" id="5271" />
+<TGConnectingPoint num="16" id="5272" />
+<TGConnectingPoint num="17" id="5273" />
+<TGConnectingPoint num="18" id="5274" />
+<TGConnectingPoint num="19" id="5275" />
+<TGConnectingPoint num="20" id="5276" />
+<TGConnectingPoint num="21" id="5277" />
+<TGConnectingPoint num="22" id="5278" />
+<TGConnectingPoint num="23" id="5279" />
+<TGConnectingPoint num="24" id="5280" />
+<TGConnectingPoint num="25" id="5281" />
+<TGConnectingPoint num="26" id="5282" />
+<TGConnectingPoint num="27" id="5283" />
+<TGConnectingPoint num="28" id="5284" />
+<TGConnectingPoint num="29" id="5285" />
+<TGConnectingPoint num="30" id="5286" />
+<TGConnectingPoint num="31" id="5287" />
+<TGConnectingPoint num="32" id="5288" />
+<TGConnectingPoint num="33" id="5289" />
+<TGConnectingPoint num="34" id="5290" />
+<TGConnectingPoint num="35" id="5291" />
+<TGConnectingPoint num="36" id="5292" />
+<TGConnectingPoint num="37" id="5293" />
+<TGConnectingPoint num="38" id="5294" />
+<TGConnectingPoint num="39" id="5295" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="5298" >
+<cdparam x="412" y="105" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="5297" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="VehiculeDynamicsManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="5305" >
+<cdparam x="686" y="231" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="5304" />
+<P1  x="686" y="231" id="5383" />
+<P2  x="697" y="301" id="5346" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5303" >
+<father id="5305" num="0" />
+<cdparam x="686" y="271" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5299" />
+<TGConnectingPoint num="1" id="5300" />
+<TGConnectingPoint num="2" id="5301" />
+<TGConnectingPoint num="3" id="5302" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5312" >
+<cdparam x="513" y="231" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="5311" />
+<P1  x="513" y="231" id="5396" />
+<P2  x="467" y="300" id="5357" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5310" >
+<father id="5312" num="0" />
+<cdparam x="513" y="271" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5306" />
+<TGConnectingPoint num="1" id="5307" />
+<TGConnectingPoint num="2" id="5308" />
+<TGConnectingPoint num="3" id="5309" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5319" >
+<cdparam x="597" y="156" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="5318" />
+<P1  x="539" y="137" id="5409" />
+<P2  x="549" y="181" id="5376" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5317" >
+<father id="5319" num="0" />
+<cdparam x="597" y="196" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5313" />
+<TGConnectingPoint num="1" id="5314" />
+<TGConnectingPoint num="2" id="5315" />
+<TGConnectingPoint num="3" id="5316" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5332" >
+<cdparam x="467" y="330" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5328" />
+<TGConnectingPoint num="1" id="5329" />
+<TGConnectingPoint num="2" id="5330" />
+<TGConnectingPoint num="3" id="5331" />
+<P1  x="467" y="330" id="5358" />
+<P2  x="481" y="199" id="5389" />
+<Point x="466" y="362" />
+<Point x="356" y="376" />
+<Point x="363" y="193" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5320" >
+<father id="5332" num="0" />
+<cdparam x="466" y="362" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5321" >
+<father id="5332" num="1" />
+<cdparam x="356" y="376" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5322" >
+<father id="5332" num="2" />
+<cdparam x="363" y="193" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5327" >
+<father id="5332" num="3" />
+<cdparam x="467" y="370" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5323" />
+<TGConnectingPoint num="1" id="5324" />
+<TGConnectingPoint num="2" id="5325" />
+<TGConnectingPoint num="3" id="5326" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5345" >
+<cdparam x="697" y="331" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5341" />
+<TGConnectingPoint num="1" id="5342" />
+<TGConnectingPoint num="2" id="5343" />
+<TGConnectingPoint num="3" id="5344" />
+<P1  x="697" y="331" id="5347" />
+<P2  x="755" y="199" id="5391" />
+<Point x="695" y="350" />
+<Point x="807" y="354" />
+<Point x="821" y="160" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5333" >
+<father id="5345" num="0" />
+<cdparam x="695" y="350" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5334" >
+<father id="5345" num="1" />
+<cdparam x="807" y="354" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5335" >
+<father id="5345" num="2" />
+<cdparam x="821" y="160" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5340" >
+<father id="5345" num="3" />
+<cdparam x="697" y="371" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5336" />
+<TGConnectingPoint num="1" id="5337" />
+<TGConnectingPoint num="2" id="5338" />
+<TGConnectingPoint num="3" id="5339" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5103" id="5356" >
+<cdparam x="625" y="306" />
+<sizeparam width="145" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="getInfoOnSpeed(speed)" />
+<TGConnectingPoint num="0" id="5346" />
+<TGConnectingPoint num="1" id="5347" />
+<TGConnectingPoint num="2" id="5348" />
+<TGConnectingPoint num="3" id="5349" />
+<TGConnectingPoint num="4" id="5350" />
+<TGConnectingPoint num="5" id="5351" />
+<TGConnectingPoint num="6" id="5352" />
+<TGConnectingPoint num="7" id="5353" />
+<TGConnectingPoint num="8" id="5354" />
+<TGConnectingPoint num="9" id="5355" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="5367" >
+<cdparam x="390" y="305" />
+<sizeparam width="155" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="updateOnSpeed(speed)" />
+<TGConnectingPoint num="0" id="5357" />
+<TGConnectingPoint num="1" id="5358" />
+<TGConnectingPoint num="2" id="5359" />
+<TGConnectingPoint num="3" id="5360" />
+<TGConnectingPoint num="4" id="5361" />
+<TGConnectingPoint num="5" id="5362" />
+<TGConnectingPoint num="6" id="5363" />
+<TGConnectingPoint num="7" id="5364" />
+<TGConnectingPoint num="8" id="5365" />
+<TGConnectingPoint num="9" id="5366" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5408" >
+<cdparam x="481" y="181" />
+<sizeparam width="274" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForUpdateOrRequestOnObstacle" />
+<TGConnectingPoint num="0" id="5368" />
+<TGConnectingPoint num="1" id="5369" />
+<TGConnectingPoint num="2" id="5370" />
+<TGConnectingPoint num="3" id="5371" />
+<TGConnectingPoint num="4" id="5372" />
+<TGConnectingPoint num="5" id="5373" />
+<TGConnectingPoint num="6" id="5374" />
+<TGConnectingPoint num="7" id="5375" />
+<TGConnectingPoint num="8" id="5376" />
+<TGConnectingPoint num="9" id="5377" />
+<TGConnectingPoint num="10" id="5378" />
+<TGConnectingPoint num="11" id="5379" />
+<TGConnectingPoint num="12" id="5380" />
+<TGConnectingPoint num="13" id="5381" />
+<TGConnectingPoint num="14" id="5382" />
+<TGConnectingPoint num="15" id="5383" />
+<TGConnectingPoint num="16" id="5384" />
+<TGConnectingPoint num="17" id="5385" />
+<TGConnectingPoint num="18" id="5386" />
+<TGConnectingPoint num="19" id="5387" />
+<TGConnectingPoint num="20" id="5388" />
+<TGConnectingPoint num="21" id="5389" />
+<TGConnectingPoint num="22" id="5390" />
+<TGConnectingPoint num="23" id="5391" />
+<TGConnectingPoint num="24" id="5392" />
+<TGConnectingPoint num="25" id="5393" />
+<TGConnectingPoint num="26" id="5394" />
+<TGConnectingPoint num="27" id="5395" />
+<TGConnectingPoint num="28" id="5396" />
+<TGConnectingPoint num="29" id="5397" />
+<TGConnectingPoint num="30" id="5398" />
+<TGConnectingPoint num="31" id="5399" />
+<TGConnectingPoint num="32" id="5400" />
+<TGConnectingPoint num="33" id="5401" />
+<TGConnectingPoint num="34" id="5402" />
+<TGConnectingPoint num="35" id="5403" />
+<TGConnectingPoint num="36" id="5404" />
+<TGConnectingPoint num="37" id="5405" />
+<TGConnectingPoint num="38" id="5406" />
+<TGConnectingPoint num="39" id="5407" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="5410" >
+<cdparam x="532" y="117" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="5409" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="PlausibilityCheck" minX="10" maxX="1400" minY="10" maxY="1400" >
+<CONNECTOR type="5102" id="5417" >
+<cdparam x="452" y="393" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to choice" value="null" />
+<TGConnectingPoint num="0" id="5416" />
+<P1  x="452" y="393" id="5545" />
+<P2  x="452" y="408" id="5764" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5415" >
+<father id="5417" num="0" />
+<cdparam x="452" y="433" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5411" />
+<TGConnectingPoint num="1" id="5412" />
+<TGConnectingPoint num="2" id="5413" />
+<TGConnectingPoint num="3" id="5414" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5424" >
+<cdparam x="708" y="685" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5423" />
+<P1  x="708" y="685" id="5607" />
+<P2  x="351" y="555" id="5730" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5422" >
+<father id="5424" num="0" />
+<cdparam x="665" y="652" />
+<sizeparam width="39" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5418" />
+<TGConnectingPoint num="1" id="5419" />
+<TGConnectingPoint num="2" id="5420" />
+<TGConnectingPoint num="3" id="5421" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5433" >
+<cdparam x="698" y="550" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5431" />
+<TGConnectingPoint num="1" id="5432" />
+<P1  x="698" y="550" id="5651" />
+<P2  x="351" y="548" id="5750" />
+<Point x="399" y="552" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5425" >
+<father id="5433" num="0" />
+<cdparam x="399" y="552" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5430" >
+<father id="5433" num="1" />
+<cdparam x="647" y="579" />
+<sizeparam width="39" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5426" />
+<TGConnectingPoint num="1" id="5427" />
+<TGConnectingPoint num="2" id="5428" />
+<TGConnectingPoint num="3" id="5429" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5446" >
+<cdparam x="761" y="906" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5442" />
+<TGConnectingPoint num="1" id="5443" />
+<TGConnectingPoint num="2" id="5444" />
+<TGConnectingPoint num="3" id="5445" />
+<P1  x="761" y="906" id="5623" />
+<P2  x="574" y="163" id="5824" />
+<Point x="763" y="952" />
+<Point x="998" y="955" />
+<Point x="987" y="163" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5434" >
+<father id="5446" num="0" />
+<cdparam x="763" y="952" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5435" >
+<father id="5446" num="1" />
+<cdparam x="998" y="955" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5436" >
+<father id="5446" num="2" />
+<cdparam x="987" y="163" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5441" >
+<father id="5446" num="3" />
+<cdparam x="761" y="946" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5437" />
+<TGConnectingPoint num="1" id="5438" />
+<TGConnectingPoint num="2" id="5439" />
+<TGConnectingPoint num="3" id="5440" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5453" >
+<cdparam x="609" y="497" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5452" />
+<P1  x="609" y="497" id="5709" />
+<P2  x="723" y="525" id="5650" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5451" >
+<father id="5453" num="0" />
+<cdparam x="675" y="507" />
+<sizeparam width="166" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5447" />
+<TGConnectingPoint num="1" id="5448" />
+<TGConnectingPoint num="2" id="5449" />
+<TGConnectingPoint num="3" id="5450" />
+<extraparam>
+<guard value="[ else ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5460" >
+<cdparam x="559" y="497" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5459" />
+<P1  x="559" y="497" id="5708" />
+<P2  x="351" y="530" id="5727" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5458" >
+<father id="5460" num="0" />
+<cdparam x="423" y="498" />
+<sizeparam width="74" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5454" />
+<TGConnectingPoint num="1" id="5455" />
+<TGConnectingPoint num="2" id="5456" />
+<TGConnectingPoint num="3" id="5457" />
+<extraparam>
+<guard value="[ speed &lt; 3]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5467" >
+<cdparam x="477" y="433" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to choice" value="null" />
+<TGConnectingPoint num="0" id="5466" />
+<P1  x="477" y="433" id="5766" />
+<P2  x="584" y="472" id="5707" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5465" >
+<father id="5467" num="0" />
+<cdparam x="507" y="439" />
+<sizeparam width="86" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5461" />
+<TGConnectingPoint num="1" id="5462" />
+<TGConnectingPoint num="2" id="5463" />
+<TGConnectingPoint num="3" id="5464" />
+<extraparam>
+<guard value="[ obstacle &gt; 0]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5480" >
+<cdparam x="285" y="555" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to state0" value="null" />
+<TGConnectingPoint num="0" id="5476" />
+<TGConnectingPoint num="1" id="5477" />
+<TGConnectingPoint num="2" id="5478" />
+<TGConnectingPoint num="3" id="5479" />
+<P1  x="285" y="555" id="5729" />
+<P2  x="333" y="176" id="5816" />
+<Point x="280" y="606" />
+<Point x="196" y="609" />
+<Point x="196" y="176" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5468" >
+<father id="5480" num="0" />
+<cdparam x="280" y="606" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5469" >
+<father id="5480" num="1" />
+<cdparam x="196" y="609" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5470" >
+<father id="5480" num="2" />
+<cdparam x="196" y="176" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5475" >
+<father id="5480" num="3" />
+<cdparam x="231" y="581" />
+<sizeparam width="115" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5471" />
+<TGConnectingPoint num="1" id="5472" />
+<TGConnectingPoint num="2" id="5473" />
+<TGConnectingPoint num="3" id="5474" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="emergencyIgnored()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5487" >
+<cdparam x="427" y="433" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5486" />
+<P1  x="427" y="433" id="5765" />
+<P2  x="285" y="505" id="5724" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5485" >
+<father id="5487" num="0" />
+<cdparam x="278" y="444" />
+<sizeparam width="96" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5481" />
+<TGConnectingPoint num="1" id="5482" />
+<TGConnectingPoint num="2" id="5483" />
+<TGConnectingPoint num="3" id="5484" />
+<extraparam>
+<guard value="[ obstacle == 0]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5494" >
+<cdparam x="452" y="132" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="5493" />
+<P1  x="452" y="132" id="5854" />
+<P2  x="453" y="151" id="5814" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5492" >
+<father id="5494" num="0" />
+<cdparam x="452" y="172" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5488" />
+<TGConnectingPoint num="1" id="5489" />
+<TGConnectingPoint num="2" id="5490" />
+<TGConnectingPoint num="3" id="5491" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5501" >
+<cdparam x="453" y="201" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="5500" />
+<P1  x="453" y="201" id="5819" />
+<P2  x="453" y="221" id="5802" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5499" >
+<father id="5501" num="0" />
+<cdparam x="453" y="241" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5495" />
+<TGConnectingPoint num="1" id="5496" />
+<TGConnectingPoint num="2" id="5497" />
+<TGConnectingPoint num="3" id="5498" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5508" >
+<cdparam x="453" y="251" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="5507" />
+<P1  x="453" y="251" id="5803" />
+<P2  x="453" y="275" id="5791" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5506" >
+<father id="5508" num="0" />
+<cdparam x="453" y="291" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5502" />
+<TGConnectingPoint num="1" id="5503" />
+<TGConnectingPoint num="2" id="5504" />
+<TGConnectingPoint num="3" id="5505" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5515" >
+<cdparam x="453" y="305" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="5514" />
+<P1  x="453" y="305" id="5792" />
+<P2  x="452" y="326" id="5780" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5513" >
+<father id="5515" num="0" />
+<cdparam x="453" y="345" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5509" />
+<TGConnectingPoint num="1" id="5510" />
+<TGConnectingPoint num="2" id="5511" />
+<TGConnectingPoint num="3" id="5512" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5522" >
+<cdparam x="452" y="386" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to choice" value="null" />
+<TGConnectingPoint num="0" id="5521" />
+<P1  x="452" y="356" id="5781" />
+<P2  x="452" y="363" id="5544" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5520" >
+<father id="5522" num="0" />
+<cdparam x="452" y="426" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5516" />
+<TGConnectingPoint num="1" id="5517" />
+<TGConnectingPoint num="2" id="5518" />
+<TGConnectingPoint num="3" id="5519" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5529" >
+<cdparam x="763" y="841" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="5528" />
+<P1  x="763" y="841" id="5672" />
+<P2  x="761" y="876" id="5622" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5527" >
+<father id="5529" num="0" />
+<cdparam x="763" y="881" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5523" />
+<TGConnectingPoint num="1" id="5524" />
+<TGConnectingPoint num="2" id="5525" />
+<TGConnectingPoint num="3" id="5526" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5536" >
+<cdparam x="723" y="575" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to choice" value="null" />
+<TGConnectingPoint num="0" id="5535" />
+<P1  x="723" y="575" id="5656" />
+<P2  x="733" y="660" id="5606" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5534" >
+<father id="5536" num="0" />
+<cdparam x="734" y="596" />
+<sizeparam width="310" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5530" />
+<TGConnectingPoint num="1" id="5531" />
+<TGConnectingPoint num="2" id="5532" />
+<TGConnectingPoint num="3" id="5533" />
+<extraparam>
+<guard value="[ (list.id0 == id) or (list.id1 == id) or (list.id2 == id)]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5543" >
+<cdparam x="733" y="710" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from choice to state0" value="null" />
+<TGConnectingPoint num="0" id="5542" />
+<P1  x="733" y="710" id="5612" />
+<P2  x="730" y="791" id="5683" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5541" >
+<father id="5543" num="0" />
+<cdparam x="737" y="736" />
+<sizeparam width="173" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5537" />
+<TGConnectingPoint num="1" id="5538" />
+<TGConnectingPoint num="2" id="5539" />
+<TGConnectingPoint num="3" id="5540" />
+<extraparam>
+<guard value="[ position &gt; currentPosition]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+<actions value="emergencyTakenIntoAccount()" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5104" id="5554" >
+<cdparam x="397" y="368" />
+<sizeparam width="110" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="Receive signal" value="getNodeList(list)" />
+<TGConnectingPoint num="0" id="5544" />
+<TGConnectingPoint num="1" id="5545" />
+<TGConnectingPoint num="2" id="5546" />
+<TGConnectingPoint num="3" id="5547" />
+<TGConnectingPoint num="4" id="5548" />
+<TGConnectingPoint num="5" id="5549" />
+<TGConnectingPoint num="6" id="5550" />
+<TGConnectingPoint num="7" id="5551" />
+<TGConnectingPoint num="8" id="5552" />
+<TGConnectingPoint num="9" id="5553" />
+</COMPONENT>
+
+<COMPONENT type="301" id="5571" >
+<cdparam x="617" y="435" />
+<sizeparam width="83" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="UML Note" value="Going fast?
+" />
+<TGConnectingPoint num="0" id="5555" />
+<TGConnectingPoint num="1" id="5556" />
+<TGConnectingPoint num="2" id="5557" />
+<TGConnectingPoint num="3" id="5558" />
+<TGConnectingPoint num="4" id="5559" />
+<TGConnectingPoint num="5" id="5560" />
+<TGConnectingPoint num="6" id="5561" />
+<TGConnectingPoint num="7" id="5562" />
+<TGConnectingPoint num="8" id="5563" />
+<TGConnectingPoint num="9" id="5564" />
+<TGConnectingPoint num="10" id="5565" />
+<TGConnectingPoint num="11" id="5566" />
+<TGConnectingPoint num="12" id="5567" />
+<TGConnectingPoint num="13" id="5568" />
+<TGConnectingPoint num="14" id="5569" />
+<TGConnectingPoint num="15" id="5570" />
+<extraparam>
+<Line value="Going fast?" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="301" id="5588" >
+<cdparam x="582" y="390" />
+<sizeparam width="212" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="UML Note" value="Radar also detected an obstacle?
+" />
+<TGConnectingPoint num="0" id="5572" />
+<TGConnectingPoint num="1" id="5573" />
+<TGConnectingPoint num="2" id="5574" />
+<TGConnectingPoint num="3" id="5575" />
+<TGConnectingPoint num="4" id="5576" />
+<TGConnectingPoint num="5" id="5577" />
+<TGConnectingPoint num="6" id="5578" />
+<TGConnectingPoint num="7" id="5579" />
+<TGConnectingPoint num="8" id="5580" />
+<TGConnectingPoint num="9" id="5581" />
+<TGConnectingPoint num="10" id="5582" />
+<TGConnectingPoint num="11" id="5583" />
+<TGConnectingPoint num="12" id="5584" />
+<TGConnectingPoint num="13" id="5585" />
+<TGConnectingPoint num="14" id="5586" />
+<TGConnectingPoint num="15" id="5587" />
+<extraparam>
+<Line value="Radar also detected an obstacle?" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="301" id="5605" >
+<cdparam x="775" y="658" />
+<sizeparam width="115" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="UML Note" value="Obstacle ahead?
+" />
+<TGConnectingPoint num="0" id="5589" />
+<TGConnectingPoint num="1" id="5590" />
+<TGConnectingPoint num="2" id="5591" />
+<TGConnectingPoint num="3" id="5592" />
+<TGConnectingPoint num="4" id="5593" />
+<TGConnectingPoint num="5" id="5594" />
+<TGConnectingPoint num="6" id="5595" />
+<TGConnectingPoint num="7" id="5596" />
+<TGConnectingPoint num="8" id="5597" />
+<TGConnectingPoint num="9" id="5598" />
+<TGConnectingPoint num="10" id="5599" />
+<TGConnectingPoint num="11" id="5600" />
+<TGConnectingPoint num="12" id="5601" />
+<TGConnectingPoint num="13" id="5602" />
+<TGConnectingPoint num="14" id="5603" />
+<TGConnectingPoint num="15" id="5604" />
+<extraparam>
+<Line value="Obstacle ahead?" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="5621" >
+<cdparam x="718" y="670" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="5606" />
+<TGConnectingPoint num="1" id="5607" />
+<TGConnectingPoint num="2" id="5608" />
+<TGConnectingPoint num="3" id="5609" />
+<TGConnectingPoint num="4" id="5610" />
+<TGConnectingPoint num="5" id="5611" />
+<TGConnectingPoint num="6" id="5612" />
+<TGConnectingPoint num="7" id="5613" />
+<TGConnectingPoint num="8" id="5614" />
+<TGConnectingPoint num="9" id="5615" />
+<TGConnectingPoint num="10" id="5616" />
+<TGConnectingPoint num="11" id="5617" />
+<TGConnectingPoint num="12" id="5618" />
+<TGConnectingPoint num="13" id="5619" />
+<TGConnectingPoint num="14" id="5620" />
+</COMPONENT>
+
+<COMPONENT type="5103" id="5632" >
+<cdparam x="644" y="881" />
+<sizeparam width="234" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="Send signal" value="brake(speed, currentPosition, position)" />
+<TGConnectingPoint num="0" id="5622" />
+<TGConnectingPoint num="1" id="5623" />
+<TGConnectingPoint num="2" id="5624" />
+<TGConnectingPoint num="3" id="5625" />
+<TGConnectingPoint num="4" id="5626" />
+<TGConnectingPoint num="5" id="5627" />
+<TGConnectingPoint num="6" id="5628" />
+<TGConnectingPoint num="7" id="5629" />
+<TGConnectingPoint num="8" id="5630" />
+<TGConnectingPoint num="9" id="5631" />
+</COMPONENT>
+
+<COMPONENT type="301" id="5649" >
+<cdparam x="765" y="511" />
+<sizeparam width="75" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="UML Note" value="KnownID?
+" />
+<TGConnectingPoint num="0" id="5633" />
+<TGConnectingPoint num="1" id="5634" />
+<TGConnectingPoint num="2" id="5635" />
+<TGConnectingPoint num="3" id="5636" />
+<TGConnectingPoint num="4" id="5637" />
+<TGConnectingPoint num="5" id="5638" />
+<TGConnectingPoint num="6" id="5639" />
+<TGConnectingPoint num="7" id="5640" />
+<TGConnectingPoint num="8" id="5641" />
+<TGConnectingPoint num="9" id="5642" />
+<TGConnectingPoint num="10" id="5643" />
+<TGConnectingPoint num="11" id="5644" />
+<TGConnectingPoint num="12" id="5645" />
+<TGConnectingPoint num="13" id="5646" />
+<TGConnectingPoint num="14" id="5647" />
+<TGConnectingPoint num="15" id="5648" />
+<extraparam>
+<Line value="KnownID?" />
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="5665" >
+<cdparam x="708" y="535" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="5650" />
+<TGConnectingPoint num="1" id="5651" />
+<TGConnectingPoint num="2" id="5652" />
+<TGConnectingPoint num="3" id="5653" />
+<TGConnectingPoint num="4" id="5654" />
+<TGConnectingPoint num="5" id="5655" />
+<TGConnectingPoint num="6" id="5656" />
+<TGConnectingPoint num="7" id="5657" />
+<TGConnectingPoint num="8" id="5658" />
+<TGConnectingPoint num="9" id="5659" />
+<TGConnectingPoint num="10" id="5660" />
+<TGConnectingPoint num="11" id="5661" />
+<TGConnectingPoint num="12" id="5662" />
+<TGConnectingPoint num="13" id="5663" />
+<TGConnectingPoint num="14" id="5664" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5706" >
+<cdparam x="639" y="791" />
+<sizeparam width="248" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="state0" value="EmergencyTakenIntoAccount" />
+<TGConnectingPoint num="0" id="5666" />
+<TGConnectingPoint num="1" id="5667" />
+<TGConnectingPoint num="2" id="5668" />
+<TGConnectingPoint num="3" id="5669" />
+<TGConnectingPoint num="4" id="5670" />
+<TGConnectingPoint num="5" id="5671" />
+<TGConnectingPoint num="6" id="5672" />
+<TGConnectingPoint num="7" id="5673" />
+<TGConnectingPoint num="8" id="5674" />
+<TGConnectingPoint num="9" id="5675" />
+<TGConnectingPoint num="10" id="5676" />
+<TGConnectingPoint num="11" id="5677" />
+<TGConnectingPoint num="12" id="5678" />
+<TGConnectingPoint num="13" id="5679" />
+<TGConnectingPoint num="14" id="5680" />
+<TGConnectingPoint num="15" id="5681" />
+<TGConnectingPoint num="16" id="5682" />
+<TGConnectingPoint num="17" id="5683" />
+<TGConnectingPoint num="18" id="5684" />
+<TGConnectingPoint num="19" id="5685" />
+<TGConnectingPoint num="20" id="5686" />
+<TGConnectingPoint num="21" id="5687" />
+<TGConnectingPoint num="22" id="5688" />
+<TGConnectingPoint num="23" id="5689" />
+<TGConnectingPoint num="24" id="5690" />
+<TGConnectingPoint num="25" id="5691" />
+<TGConnectingPoint num="26" id="5692" />
+<TGConnectingPoint num="27" id="5693" />
+<TGConnectingPoint num="28" id="5694" />
+<TGConnectingPoint num="29" id="5695" />
+<TGConnectingPoint num="30" id="5696" />
+<TGConnectingPoint num="31" id="5697" />
+<TGConnectingPoint num="32" id="5698" />
+<TGConnectingPoint num="33" id="5699" />
+<TGConnectingPoint num="34" id="5700" />
+<TGConnectingPoint num="35" id="5701" />
+<TGConnectingPoint num="36" id="5702" />
+<TGConnectingPoint num="37" id="5703" />
+<TGConnectingPoint num="38" id="5704" />
+<TGConnectingPoint num="39" id="5705" />
+<accessibility />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="5722" >
+<cdparam x="569" y="482" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="5707" />
+<TGConnectingPoint num="1" id="5708" />
+<TGConnectingPoint num="2" id="5709" />
+<TGConnectingPoint num="3" id="5710" />
+<TGConnectingPoint num="4" id="5711" />
+<TGConnectingPoint num="5" id="5712" />
+<TGConnectingPoint num="6" id="5713" />
+<TGConnectingPoint num="7" id="5714" />
+<TGConnectingPoint num="8" id="5715" />
+<TGConnectingPoint num="9" id="5716" />
+<TGConnectingPoint num="10" id="5717" />
+<TGConnectingPoint num="11" id="5718" />
+<TGConnectingPoint num="12" id="5719" />
+<TGConnectingPoint num="13" id="5720" />
+<TGConnectingPoint num="14" id="5721" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5763" >
+<cdparam x="219" y="505" />
+<sizeparam width="132" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="state0" value="EmergencyIgnored" />
+<TGConnectingPoint num="0" id="5723" />
+<TGConnectingPoint num="1" id="5724" />
+<TGConnectingPoint num="2" id="5725" />
+<TGConnectingPoint num="3" id="5726" />
+<TGConnectingPoint num="4" id="5727" />
+<TGConnectingPoint num="5" id="5728" />
+<TGConnectingPoint num="6" id="5729" />
+<TGConnectingPoint num="7" id="5730" />
+<TGConnectingPoint num="8" id="5731" />
+<TGConnectingPoint num="9" id="5732" />
+<TGConnectingPoint num="10" id="5733" />
+<TGConnectingPoint num="11" id="5734" />
+<TGConnectingPoint num="12" id="5735" />
+<TGConnectingPoint num="13" id="5736" />
+<TGConnectingPoint num="14" id="5737" />
+<TGConnectingPoint num="15" id="5738" />
+<TGConnectingPoint num="16" id="5739" />
+<TGConnectingPoint num="17" id="5740" />
+<TGConnectingPoint num="18" id="5741" />
+<TGConnectingPoint num="19" id="5742" />
+<TGConnectingPoint num="20" id="5743" />
+<TGConnectingPoint num="21" id="5744" />
+<TGConnectingPoint num="22" id="5745" />
+<TGConnectingPoint num="23" id="5746" />
+<TGConnectingPoint num="24" id="5747" />
+<TGConnectingPoint num="25" id="5748" />
+<TGConnectingPoint num="26" id="5749" />
+<TGConnectingPoint num="27" id="5750" />
+<TGConnectingPoint num="28" id="5751" />
+<TGConnectingPoint num="29" id="5752" />
+<TGConnectingPoint num="30" id="5753" />
+<TGConnectingPoint num="31" id="5754" />
+<TGConnectingPoint num="32" id="5755" />
+<TGConnectingPoint num="33" id="5756" />
+<TGConnectingPoint num="34" id="5757" />
+<TGConnectingPoint num="35" id="5758" />
+<TGConnectingPoint num="36" id="5759" />
+<TGConnectingPoint num="37" id="5760" />
+<TGConnectingPoint num="38" id="5761" />
+<TGConnectingPoint num="39" id="5762" />
+<invariant />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5107" id="5779" >
+<cdparam x="437" y="418" />
+<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="choice" value="null" />
+<TGConnectingPoint num="0" id="5764" />
+<TGConnectingPoint num="1" id="5765" />
+<TGConnectingPoint num="2" id="5766" />
+<TGConnectingPoint num="3" id="5767" />
+<TGConnectingPoint num="4" id="5768" />
+<TGConnectingPoint num="5" id="5769" />
+<TGConnectingPoint num="6" id="5770" />
+<TGConnectingPoint num="7" id="5771" />
+<TGConnectingPoint num="8" id="5772" />
+<TGConnectingPoint num="9" id="5773" />
+<TGConnectingPoint num="10" id="5774" />
+<TGConnectingPoint num="11" id="5775" />
+<TGConnectingPoint num="12" id="5776" />
+<TGConnectingPoint num="13" id="5777" />
+<TGConnectingPoint num="14" id="5778" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="5790" >
+<cdparam x="363" y="331" />
+<sizeparam width="179" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="Receive signal" value="getInfoOnObstacle(obstacle)" />
+<TGConnectingPoint num="0" id="5780" />
+<TGConnectingPoint num="1" id="5781" />
+<TGConnectingPoint num="2" id="5782" />
+<TGConnectingPoint num="3" id="5783" />
+<TGConnectingPoint num="4" id="5784" />
+<TGConnectingPoint num="5" id="5785" />
+<TGConnectingPoint num="6" id="5786" />
+<TGConnectingPoint num="7" id="5787" />
+<TGConnectingPoint num="8" id="5788" />
+<TGConnectingPoint num="9" id="5789" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="5801" >
+<cdparam x="377" y="280" />
+<sizeparam width="153" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="Receive signal" value="getInfoOnSpeed(speed)" />
+<TGConnectingPoint num="0" id="5791" />
+<TGConnectingPoint num="1" id="5792" />
+<TGConnectingPoint num="2" id="5793" />
+<TGConnectingPoint num="3" id="5794" />
+<TGConnectingPoint num="4" id="5795" />
+<TGConnectingPoint num="5" id="5796" />
+<TGConnectingPoint num="6" id="5797" />
+<TGConnectingPoint num="7" id="5798" />
+<TGConnectingPoint num="8" id="5799" />
+<TGConnectingPoint num="9" id="5800" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="5812" >
+<cdparam x="319" y="226" />
+<sizeparam width="269" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="Receive signal" value="getEmergencyMessageToVerify(id, position)" />
+<TGConnectingPoint num="0" id="5802" />
+<TGConnectingPoint num="1" id="5803" />
+<TGConnectingPoint num="2" id="5804" />
+<TGConnectingPoint num="3" id="5805" />
+<TGConnectingPoint num="4" id="5806" />
+<TGConnectingPoint num="5" id="5807" />
+<TGConnectingPoint num="6" id="5808" />
+<TGConnectingPoint num="7" id="5809" />
+<TGConnectingPoint num="8" id="5810" />
+<TGConnectingPoint num="9" id="5811" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5853" >
+<cdparam x="333" y="151" />
+<sizeparam width="241" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="state0" value="WaitingForEmergencyMessage" />
+<TGConnectingPoint num="0" id="5813" />
+<TGConnectingPoint num="1" id="5814" />
+<TGConnectingPoint num="2" id="5815" />
+<TGConnectingPoint num="3" id="5816" />
+<TGConnectingPoint num="4" id="5817" />
+<TGConnectingPoint num="5" id="5818" />
+<TGConnectingPoint num="6" id="5819" />
+<TGConnectingPoint num="7" id="5820" />
+<TGConnectingPoint num="8" id="5821" />
+<TGConnectingPoint num="9" id="5822" />
+<TGConnectingPoint num="10" id="5823" />
+<TGConnectingPoint num="11" id="5824" />
+<TGConnectingPoint num="12" id="5825" />
+<TGConnectingPoint num="13" id="5826" />
+<TGConnectingPoint num="14" id="5827" />
+<TGConnectingPoint num="15" id="5828" />
+<TGConnectingPoint num="16" id="5829" />
+<TGConnectingPoint num="17" id="5830" />
+<TGConnectingPoint num="18" id="5831" />
+<TGConnectingPoint num="19" id="5832" />
+<TGConnectingPoint num="20" id="5833" />
+<TGConnectingPoint num="21" id="5834" />
+<TGConnectingPoint num="22" id="5835" />
+<TGConnectingPoint num="23" id="5836" />
+<TGConnectingPoint num="24" id="5837" />
+<TGConnectingPoint num="25" id="5838" />
+<TGConnectingPoint num="26" id="5839" />
+<TGConnectingPoint num="27" id="5840" />
+<TGConnectingPoint num="28" id="5841" />
+<TGConnectingPoint num="29" id="5842" />
+<TGConnectingPoint num="30" id="5843" />
+<TGConnectingPoint num="31" id="5844" />
+<TGConnectingPoint num="32" id="5845" />
+<TGConnectingPoint num="33" id="5846" />
+<TGConnectingPoint num="34" id="5847" />
+<TGConnectingPoint num="35" id="5848" />
+<TGConnectingPoint num="36" id="5849" />
+<TGConnectingPoint num="37" id="5850" />
+<TGConnectingPoint num="38" id="5851" />
+<TGConnectingPoint num="39" id="5852" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="5855" >
+<cdparam x="445" y="112" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="1400" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="5854" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+<AVATARStateMachineDiagramPanel name="ObjectListManagement" minX="10" maxX="1400" minY="10" maxY="900" >
+<CONNECTOR type="5102" id="5868" >
+<cdparam x="548" y="343" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Send signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5864" />
+<TGConnectingPoint num="1" id="5865" />
+<TGConnectingPoint num="2" id="5866" />
+<TGConnectingPoint num="3" id="5867" />
+<P1  x="548" y="343" id="5904" />
+<P2  x="606" y="211" id="5948" />
+<Point x="546" y="362" />
+<Point x="658" y="366" />
+<Point x="672" y="172" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5856" >
+<father id="5868" num="0" />
+<cdparam x="546" y="362" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5857" >
+<father id="5868" num="1" />
+<cdparam x="658" y="366" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5858" >
+<father id="5868" num="2" />
+<cdparam x="672" y="172" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5863" >
+<father id="5868" num="3" />
+<cdparam x="548" y="383" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5859" />
+<TGConnectingPoint num="1" id="5860" />
+<TGConnectingPoint num="2" id="5861" />
+<TGConnectingPoint num="3" id="5862" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5881" >
+<cdparam x="318" y="342" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from Receive signal to state0" value="null" />
+<TGConnectingPoint num="0" id="5877" />
+<TGConnectingPoint num="1" id="5878" />
+<TGConnectingPoint num="2" id="5879" />
+<TGConnectingPoint num="3" id="5880" />
+<P1  x="318" y="342" id="5915" />
+<P2  x="332" y="211" id="5946" />
+<Point x="317" y="374" />
+<Point x="207" y="388" />
+<Point x="214" y="205" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5869" >
+<father id="5881" num="0" />
+<cdparam x="317" y="374" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5870" >
+<father id="5881" num="1" />
+<cdparam x="207" y="388" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5871" >
+<father id="5881" num="2" />
+<cdparam x="214" y="205" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="point " value="null" />
+</SUBCOMPONENT>
+<SUBCOMPONENT type="-1" id="5876" >
+<father id="5881" num="3" />
+<cdparam x="318" y="382" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5872" />
+<TGConnectingPoint num="1" id="5873" />
+<TGConnectingPoint num="2" id="5874" />
+<TGConnectingPoint num="3" id="5875" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5888" >
+<cdparam x="448" y="168" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from start state to state0" value="null" />
+<TGConnectingPoint num="0" id="5887" />
+<P1  x="390" y="149" id="5966" />
+<P2  x="400" y="193" id="5933" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5886" >
+<father id="5888" num="0" />
+<cdparam x="448" y="208" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5882" />
+<TGConnectingPoint num="1" id="5883" />
+<TGConnectingPoint num="2" id="5884" />
+<TGConnectingPoint num="3" id="5885" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5895" >
+<cdparam x="364" y="243" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Receive signal" value="null" />
+<TGConnectingPoint num="0" id="5894" />
+<P1  x="364" y="243" id="5953" />
+<P2  x="318" y="312" id="5914" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5893" >
+<father id="5895" num="0" />
+<cdparam x="364" y="283" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5889" />
+<TGConnectingPoint num="1" id="5890" />
+<TGConnectingPoint num="2" id="5891" />
+<TGConnectingPoint num="3" id="5892" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<CONNECTOR type="5102" id="5902" >
+<cdparam x="537" y="243" />
+<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<infoparam name="connector from state0 to Send signal" value="null" />
+<TGConnectingPoint num="0" id="5901" />
+<P1  x="537" y="243" id="5940" />
+<P2  x="548" y="313" id="5903" />
+<AutomaticDrawing  data="true" />
+</CONNECTOR><SUBCOMPONENT type="-1" id="5900" >
+<father id="5902" num="0" />
+<cdparam x="537" y="283" />
+<sizeparam width="10" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="List of all parameters of an Avatar SMD transition" value="" />
+<TGConnectingPoint num="0" id="5896" />
+<TGConnectingPoint num="1" id="5897" />
+<TGConnectingPoint num="2" id="5898" />
+<TGConnectingPoint num="3" id="5899" />
+<extraparam>
+<guard value="[ ]" />
+<afterMin value="" />
+<afterMax value="" />
+<computeMin value="" />
+<computeMax value="" />
+</extraparam>
+</SUBCOMPONENT>
+
+<COMPONENT type="5103" id="5913" >
+<cdparam x="463" y="318" />
+<sizeparam width="171" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Send signal" value="getInfoOnObstacle(obstacle)" />
+<TGConnectingPoint num="0" id="5903" />
+<TGConnectingPoint num="1" id="5904" />
+<TGConnectingPoint num="2" id="5905" />
+<TGConnectingPoint num="3" id="5906" />
+<TGConnectingPoint num="4" id="5907" />
+<TGConnectingPoint num="5" id="5908" />
+<TGConnectingPoint num="6" id="5909" />
+<TGConnectingPoint num="7" id="5910" />
+<TGConnectingPoint num="8" id="5911" />
+<TGConnectingPoint num="9" id="5912" />
+</COMPONENT>
+
+<COMPONENT type="5104" id="5924" >
+<cdparam x="233" y="317" />
+<sizeparam width="170" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="Receive signal" value="isObstacleAhead(obstacle)" />
+<TGConnectingPoint num="0" id="5914" />
+<TGConnectingPoint num="1" id="5915" />
+<TGConnectingPoint num="2" id="5916" />
+<TGConnectingPoint num="3" id="5917" />
+<TGConnectingPoint num="4" id="5918" />
+<TGConnectingPoint num="5" id="5919" />
+<TGConnectingPoint num="6" id="5920" />
+<TGConnectingPoint num="7" id="5921" />
+<TGConnectingPoint num="8" id="5922" />
+<TGConnectingPoint num="9" id="5923" />
+</COMPONENT>
+
+<COMPONENT type="5106" id="5965" >
+<cdparam x="332" y="193" />
+<sizeparam width="274" height="50" minWidth="40" minHeight="30" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="state0" value="WaitingForUpdateOrRequestOnObstacle" />
+<TGConnectingPoint num="0" id="5925" />
+<TGConnectingPoint num="1" id="5926" />
+<TGConnectingPoint num="2" id="5927" />
+<TGConnectingPoint num="3" id="5928" />
+<TGConnectingPoint num="4" id="5929" />
+<TGConnectingPoint num="5" id="5930" />
+<TGConnectingPoint num="6" id="5931" />
+<TGConnectingPoint num="7" id="5932" />
+<TGConnectingPoint num="8" id="5933" />
+<TGConnectingPoint num="9" id="5934" />
+<TGConnectingPoint num="10" id="5935" />
+<TGConnectingPoint num="11" id="5936" />
+<TGConnectingPoint num="12" id="5937" />
+<TGConnectingPoint num="13" id="5938" />
+<TGConnectingPoint num="14" id="5939" />
+<TGConnectingPoint num="15" id="5940" />
+<TGConnectingPoint num="16" id="5941" />
+<TGConnectingPoint num="17" id="5942" />
+<TGConnectingPoint num="18" id="5943" />
+<TGConnectingPoint num="19" id="5944" />
+<TGConnectingPoint num="20" id="5945" />
+<TGConnectingPoint num="21" id="5946" />
+<TGConnectingPoint num="22" id="5947" />
+<TGConnectingPoint num="23" id="5948" />
+<TGConnectingPoint num="24" id="5949" />
+<TGConnectingPoint num="25" id="5950" />
+<TGConnectingPoint num="26" id="5951" />
+<TGConnectingPoint num="27" id="5952" />
+<TGConnectingPoint num="28" id="5953" />
+<TGConnectingPoint num="29" id="5954" />
+<TGConnectingPoint num="30" id="5955" />
+<TGConnectingPoint num="31" id="5956" />
+<TGConnectingPoint num="32" id="5957" />
+<TGConnectingPoint num="33" id="5958" />
+<TGConnectingPoint num="34" id="5959" />
+<TGConnectingPoint num="35" id="5960" />
+<TGConnectingPoint num="36" id="5961" />
+<TGConnectingPoint num="37" id="5962" />
+<TGConnectingPoint num="38" id="5963" />
+<TGConnectingPoint num="39" id="5964" />
+<extraparam>
+</extraparam>
+</COMPONENT>
+
+<COMPONENT type="5100" id="5967" >
+<cdparam x="383" y="129" />
+<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
+<hidden value="false" />
+<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" />
+<infoparam name="start state" value="null" />
+<TGConnectingPoint num="0" id="5966" />
+</COMPONENT>
+
+
+</AVATARStateMachineDiagramPanel>
+
+</Modeling>
+
+
+
+
+</TURTLEGMODELING>
\ No newline at end of file
diff --git a/readme_hardware b/readme_hardware
new file mode 100644
index 0000000000000000000000000000000000000000..9891c53e196b48b915fd48a573af6cced9dd5101
--- /dev/null
+++ b/readme_hardware
@@ -0,0 +1,12 @@
+To compile for soclib (simulated) hardware platform :
+
+add in bin/config.xml
+
+<AVATARExecutableSoclibCodeCompileCommand data="make -C ~/TURTLE/executablecode updategeneratedcode
+ compilesoclib" />
+<AVATARExecutableSoclibCodeExecuteCommand data="make -C ~/TURTLE/executablecode runsoclib" />
+<AVATARExecutableSoclibTraceFile data="~Prog/soclib/soclib/platform/topcells/caba-vgmn-mutekh_kern
+el_tutorial/vcitty" />
+
+You have to obtain the Prog arborescence containing mutekH and a SoClib platform
+Please contact daniela.genius@lip6.fr
diff --git a/src/Main.java b/src/Main.java
index 27a4d6537c6d846ffedaabe29d4521e330710ab0..3ef45a591902ce7edcd73e8c837f299ea1d63b0f 100755
--- a/src/Main.java
+++ b/src/Main.java
@@ -1,48 +1,48 @@
 /**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
 
-   ludovic.apvrille AT enst.fr
-
-   This software is a computer program whose purpose is to allow the
-   edition of TURTLE analysis, design and deployment diagrams, to
-   allow the generation of RT-LOTOS or Java code from this diagram,
-   and at last to allow the analysis of formal validation traces
-   obtained from external tools, e.g. RTL from LAAS-CNRS and CADP
-   from INRIA Rhone-Alpes.
-
-   This software is governed by the CeCILL  license under French law and
-   abiding by the rules of distribution of free software.  You can  use,
-   modify and/ or redistribute the software under the terms of the CeCILL
-   license as circulated by CEA, CNRS and INRIA at the following URL
-   "http://www.cecill.info".
-
-   As a counterpart to the access to the source code and  rights to copy,
-   modify and redistribute granted by the license, users are provided only
-   with a limited warranty  and the software's author,  the holder of the
-   economic rights,  and the successive licensors  have only  limited
-   liability.
-
-   In this respect, the user's attention is drawn to the risks associated
-   with loading,  using,  modifying and/or developing or reproducing the
-   software by the user in light of its specific status of free software,
-   that may mean  that it is complicated to manipulate,  and  that  also
-   therefore means  that it is reserved for developers  and  experienced
-   professionals having in-depth computer knowledge. Users are therefore
-   encouraged to load and test the software's suitability as regards their
-   requirements in conditions enabling the security of their systems and/or
-   data to be ensured and,  more generally, to use and operate it in the
-   same conditions as regards security.
-
-   The fact that you are presently reading this means that you have had
-   knowledge of the CeCILL license and that you accept its terms.
-
-   /**
-   * Class Main
-   * starts the main Windows and a project manager
-   * Creation: 01/12/2003
-   * @version 1.0 21/08/2004
-   * @author Ludovic APVRILLE
-   * @see
-   */
+ludovic.apvrille AT enst.fr
+
+This software is a computer program whose purpose is to allow the 
+edition of TURTLE analysis, design and deployment diagrams, to 
+allow the generation of RT-LOTOS or Java code from this diagram, 
+and at last to allow the analysis of formal validation traces 
+obtained from external tools, e.g. RTL from LAAS-CNRS and CADP 
+from INRIA Rhone-Alpes.
+
+This software is governed by the CeCILL  license under French law and
+abiding by the rules of distribution of free software.  You can  use, 
+modify and/ or redistribute the software under the terms of the CeCILL
+license as circulated by CEA, CNRS and INRIA at the following URL
+"http://www.cecill.info". 
+
+As a counterpart to the access to the source code and  rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty  and the software's author,  the holder of the
+economic rights,  and the successive licensors  have only  limited
+liability. 
+
+In this respect, the user's attention is drawn to the risks associated
+with loading,  using,  modifying and/or developing or reproducing the
+software by the user in light of its specific status of free software,
+that may mean  that it is complicated to manipulate,  and  that  also
+therefore means  that it is reserved for developers  and  experienced
+professionals having in-depth computer knowledge. Users are therefore
+encouraged to load and test the software's suitability as regards their
+requirements in conditions enabling the security of their systems and/or 
+data to be ensured and,  more generally, to use and operate it in the 
+same conditions as regards security. 
+
+The fact that you are presently reading this means that you have had
+knowledge of the CeCILL license and that you accept its terms.
+
+/**
+ * Class Main
+ * starts the main Windows and a project manager
+ * Creation: 01/12/2003
+ * @version 1.0 21/08/2004
+ * @author Ludovic APVRILLE
+ * @see
+ */
 
 import java.awt.*;
 import java.awt.event.*;
@@ -66,71 +66,71 @@ public class Main implements ActionListener {
     public static boolean os = false;
     public static boolean uppaal = true;
     public static boolean nc = true ; // Network calculus
-    public static boolean avatar = true ; // avatar profile
-    public static boolean proverif = false;
-    public static boolean experimental = false;
-    public static boolean avataronly = false;
+	public static boolean avatar = true ; // avatar profile
+	public static boolean proverif = false;
+	public static boolean experimental = false;
+	public static boolean avataronly = false;
 
     public static void main(String[] args) {
-
-        //testBoolExpr();
-        //testMatrix();
-
-        /*      int x = 5 * 2 + 3;
-                int y = 3 + 5 * 2;
-                System.out.println("x=" + x + " y=" + y);*/
-
-
-        TraceManager.devPolicy = TraceManager.TO_DEVNULL;
-
+    	
+    	//testBoolExpr();
+    	//testMatrix();
+		
+/*    	int x = 5 * 2 + 3;
+    	int y = 3 + 5 * 2;
+    	System.out.println("x=" + x + " y=" + y);*/
+    	
+    	
+		TraceManager.devPolicy = TraceManager.TO_DEVNULL;
+        
         System.out.println("\n*** TTool version: " + DefaultText.getFullVersion() + " ***\n");
-
-        /*
-          TraceManager.devPolicy = TraceManager.TO_CONSOLE;
-
-          IntExpressionEvaluator iee = new  IntExpressionEvaluator();
-          int result = (int)(iee.getResultOf("(11+3)*7"));
-          System.out.println("Result=" + result);
-          if(iee.hasError()) {
-          System.out.println("Error in parsing:" + iee.getError());
-          }
-
-          TraceManager.addDev("Toto");
-          BoolExpressionEvaluator bee = new  BoolExpressionEvaluator();
-          boolean b = bee.getResultOf("not (8 > 10)");
-          System.out.println("Bool result=" + b);
-          if(bee.hasError()) {
-          System.out.println("Error in parsing:" + bee.getError());
-          }
-          /*b = bee.getResultOf("true == (1 == 3)");
-          System.out.println("Bool result=" + b);
-          if(bee.hasError()) {
-          System.out.println("Error in parsing:" + bee.getError());
-          }
-          b = bee.getResultOf("true == (3 == 3)");
-          System.out.println("Bool result=" + b);
-          if(bee.hasError()) {
-          System.out.println("Error in parsing:" + bee.getError());
-          }
-          b = bee.getResultOf("(1 + 5) == (2 + 4)");
-          System.out.println("Bool result=" + b);
-          if(bee.hasError()) {
-          System.out.println("Error in parsing:" + bee.getError());
-          }
-          b = bee.getResultOf("((1 + 5) == (2 + 4)) == true");
-          System.out.println("Bool result=" + b);
-          if(bee.hasError()) {
-          System.out.println("Error in parsing:" + bee.getError());
-          }
-
-
-          System.exit(-1);*/
-
-
-
+		
+		/*
+		TraceManager.devPolicy = TraceManager.TO_CONSOLE;
+		
+		IntExpressionEvaluator iee = new  IntExpressionEvaluator();
+		int result = (int)(iee.getResultOf("(11+3)*7"));
+		System.out.println("Result=" + result);
+		if(iee.hasError()) {
+			System.out.println("Error in parsing:" + iee.getError());
+		}
+		
+		TraceManager.addDev("Toto");
+		BoolExpressionEvaluator bee = new  BoolExpressionEvaluator();
+		boolean b = bee.getResultOf("not (8 > 10)");
+		System.out.println("Bool result=" + b);
+		if(bee.hasError()) {
+			System.out.println("Error in parsing:" + bee.getError());
+		}
+		/*b = bee.getResultOf("true == (1 == 3)");
+		System.out.println("Bool result=" + b);
+		if(bee.hasError()) {
+			System.out.println("Error in parsing:" + bee.getError());
+		}
+		b = bee.getResultOf("true == (3 == 3)");
+		System.out.println("Bool result=" + b);
+		if(bee.hasError()) {
+			System.out.println("Error in parsing:" + bee.getError());
+		}
+		b = bee.getResultOf("(1 + 5) == (2 + 4)");
+		System.out.println("Bool result=" + b);
+		if(bee.hasError()) {
+			System.out.println("Error in parsing:" + bee.getError());
+		}
+		b = bee.getResultOf("((1 + 5) == (2 + 4)) == true");
+		System.out.println("Bool result=" + b);
+		if(bee.hasError()) {
+			System.out.println("Error in parsing:" + bee.getError());
+		}
+		
+		
+		System.exit(-1);*/
+		
+		
+		
         // Read the image data and display the splash screen
         // -------------------------------------------------
-
+        
         JStartingWindow splashFrame = null;
         //System.out.println("hello");
         URL imageURL = Main.class.getResource("ui/images/starting_logo.gif");
@@ -142,31 +142,31 @@ public class Main implements ActionListener {
             splashFrame = JStartingWindow.splash(img, "Loading TTool's elements");
             //splashFrame.setLicenceMessage("An open-source toolkit from:");
             if (splashFrame != null) {
-                splashFrame.setMiddleMessage("version " + DefaultText.getVersion());
+            	splashFrame.setMiddleMessage("version " + DefaultText.getVersion());
             }
             //System.out.println("helly");
         } else {
             System.err.println("Starting image not found");
             System.exit(0);
         }
-
-
+        
+        
         new Timer(3000, main).start();
-
-
-
+        
+        
+        
         // Starting window
         // setting default language
         if (splashFrame != null) {
-            splashFrame.setMessage("Setting language");
+        	splashFrame.setMessage("Setting language");
         }
         Locale.setDefault(new Locale("en"));
-
-        boolean startLauncher = true;
-
+		
+		boolean startLauncher = true;
+        
         // Analyzing arguments
         String config = "config.xml";
-        startLauncher = true;
+		startLauncher = true;
         for(int i=0; i<args.length; i++) {
             if (args[i].compareTo("-systemc") == 0) {
                 systemc = true;
@@ -176,15 +176,15 @@ public class Main implements ActionListener {
                 lotos = true;
                 System.out.println("LOTOS features activated");
             }
-            if (args[i].compareTo("-nolotos") == 0) {
+			if (args[i].compareTo("-nolotos") == 0) {
                 lotos = false;
                 System.out.println("LOTOS features activated");
             }
-            if (args[i].compareTo("-launcher") == 0) {
-                startLauncher = true;
+             if (args[i].compareTo("-launcher") == 0) {
+				startLauncher = true;
             }
-            if (args[i].compareTo("-nolauncher") == 0) {
-                startLauncher = false;
+			if (args[i].compareTo("-nolauncher") == 0) {
+				startLauncher = false;
             }
             if (args[i].compareTo("-diplodocus") == 0) {
                 systemc = true;
@@ -195,7 +195,7 @@ public class Main implements ActionListener {
                 experimental = true;
                 System.out.println("Experimental features activated");
             }
-            if (args[i].compareTo("-nodiplodocus") == 0) {
+			if (args[i].compareTo("-nodiplodocus") == 0) {
                 systemc = false;
                 System.out.println("Diplodocus features deactivated");
             }
@@ -210,76 +210,75 @@ public class Main implements ActionListener {
             }
 
             if (args[i].compareTo("-nonc") ==0 )  {
-                nc = false;
+				nc = false;
                 System.out.println("Network calculus features unactivated - these are beta features that are meant to be used only for research purpose");
             }
-
-            if (args[i].compareTo("-avatar") ==0 )  {
-                avatar = true;
+			
+			if (args[i].compareTo("-avatar") ==0 )  {
+				avatar = true;
                 System.out.println("AVATAR activated - these are beta features that are meant to be used only for research purpose");
             }
-
-            if (args[i].compareTo("-noavatar") ==0 )  {
-                avatar = false;
+			
+			if (args[i].compareTo("-noavatar") ==0 )  {
+				avatar = false;
                 System.out.println("AVATAR unactivated - these are beta features that are meant to be used only for research purpose");
             }
 
-            if (args[i].compareTo("-avataronly") ==0 )  {
-                avataronly = true;
-                System.out.println("Only the AVATAR is activated");
-            }
-
-            if (args[i].compareTo("-proverif") ==0 )  {
-                proverif = true;
+			if (args[i].compareTo("-avataronly") ==0 )  {
+			    avataronly = true;
+			    System.out.println("Only the AVATAR is activated");
+            }		
+			if (args[i].compareTo("-proverif") ==0 )  {
+				proverif = true;
                 System.out.println("ProVerif activated - these are beta features that are meant to be used only for research purpose");
             }
-
-            if (args[i].compareTo("-noproverif") ==0 )  {
-                proverif = false;
+			
+			if (args[i].compareTo("-noproverif") ==0 )  {
+				proverif = false;
                 System.out.println("ProVerif unactivated - these are beta features that are meant to be used only for research purpose");
             }
-
+	    
             if (args[i].compareTo("-os") == 0) {
                 os = true;
                 System.out.println("TURTLE-OS features activated - these are beta features that are meant to be used only for research purpose");
             }
-
+            
             if (args[i].compareTo("-uppaal") == 0) {
                 uppaal = true;
                 System.out.println("UPPAAL features activated - these are beta features that are meant to be used only for research purpose");
             }
-            if (args[i].compareTo("-nouppaal") == 0) {
+			 if (args[i].compareTo("-nouppaal") == 0) {
                 uppaal = false;
                 System.out.println("UPPAAL features activated - these are beta features that are meant to be used only for research purpose");
             }
-
+            
             if (args[i].compareTo("-config") == 0) {
                 config = args[Math.min(args.length-1, i+1)];
             }
-
-            if (args[i].compareTo("-debug") == 0) {
+			
+			if (args[i].compareTo("-debug") == 0) {
                 TraceManager.devPolicy = TraceManager.TO_CONSOLE;
             }
-
-            if (args[i].compareTo("-nocolor") == 0) {
+			
+			if (args[i].compareTo("-nocolor") == 0) {
                 ColorManager.noColor();
             }
-
+			
         }
-
+        
         // Icons
         if (splashFrame != null) {
-            splashFrame.setMessage("Loading images");
+        	splashFrame.setMessage("Loading images");
         }
         IconManager icma = new IconManager();
         icma.loadImg();
-
+        
         // Loading configuration
         if (splashFrame != null) {
-            splashFrame.setMessage("Loading configuration file: " + config);
+        	splashFrame.setMessage("Loading configuration file: " + config);
         }
-
-
+        
+        
         //ConfigurationTTool.makeDefaultConfiguration();
         try {
             ConfigurationTTool.loadConfiguration(config, systemc);
@@ -289,61 +288,57 @@ public class Main implements ActionListener {
         TraceManager.addDev("\nConfiguration:\n--------------");
         TraceManager.addDev(ConfigurationTTool.getConfiguration(systemc));
         TraceManager.addDev("\nDebugging trace:\n----------------");
-
-        if (ConfigurationTTool.LauncherPort.length() > 0) {
-            try {
-                int port = Integer.decode(ConfigurationTTool.LauncherPort).intValue();
-                launcher.RshClient.PORT_NUMBER = port;
-                launcher.RshServer.PORT_NUMBER = port;
-                TraceManager.addDev("Port number set to: " + port);
-            } catch (Exception e) {
-                TraceManager.addError("Wrong port number:" + ConfigurationTTool.LauncherPort);
-            }
-        }
-
-        String sk = null;
-        if (startLauncher) {
-            RTLLauncher launcher = new RTLLauncher();
-            sk = launcher.getKey();
-            Thread t = new Thread(launcher);
-            t.start();
-        }
-
+        
+		if (ConfigurationTTool.LauncherPort.length() > 0) {
+			try {
+				int port = Integer.decode(ConfigurationTTool.LauncherPort).intValue();
+				launcher.RshClient.PORT_NUMBER = port;
+				launcher.RshServer.PORT_NUMBER = port;
+				TraceManager.addDev("Port number set to: " + port);
+			} catch (Exception e) {
+				TraceManager.addError("Wrong port number:" + ConfigurationTTool.LauncherPort);
+			}
+		}
+		
+		if (startLauncher) {
+			Thread t = new Thread(new RTLLauncher());
+			t.start();
+		}
+        
         // making main window
         if (splashFrame != null) {
-            splashFrame.setMessage("Creating main window");
+        	splashFrame.setMessage("Creating main window");
         }
         MainGUI mainGUI = new MainGUI(systemc, lotos, proactive, tpn, os, uppaal, nc, avatar, proverif, avataronly, experimental);
         if (splashFrame != null) {
-            splashFrame.setMessage("Building graphical components");
+        	splashFrame.setMessage("Building graphical components");
         }
-        mainGUI.setKey(sk);
         mainGUI.build();
-
+        
         // loading configuration
-
+        
         // starting application
         if (mainGUI == null) {
             ErrorGUI.exit(ErrorGUI.GUI);
         }
-
+		
         if (splashFrame != null) {
-            splashFrame.setMessage("Starting TTool ...");
+        	splashFrame.setMessage("Starting TTool ...");
         }
         main.waitFinish();
         mainGUI.start();
-
+        
         // Dispose the splash screen
         // -------------------------
         if (splashFrame != null) {
             splashFrame.dispose();
         }
-
+        
         // Checking for update
         TToolUpdater tu = new TToolUpdater(mainGUI.frame);
         tu.start();
     }
-
+    
     public synchronized void waitFinish() {
         while(finish == false) {
             try {
@@ -352,96 +347,97 @@ public class Main implements ActionListener {
             }
         }
     }
-
+    
     public synchronized void okFinish() {
         finish = true;
         notifyAll();
     }
-
+    
     public void actionPerformed(ActionEvent evt) {
         main.okFinish();
     }
-
-
+    
+    
     public static void testMatrix() {
-
-        //int[] numbers = {42, 18, 12,-12};
-        //System.out.println("GCD=" + MyMath.gcd(numbers));
-
-
-        /*String[] names = {"a", "b", "e", "ae4"};
-          int [] line0 ={-1, 1, 0, 0};
-          int [] line1 ={0, 0,-1, 1};
-          int [] line2 ={-4, 4, -1, 1};
-          int [] line3 ={1, -1, 0, 0};
-          int [] line4 ={0, 0, 1, -1};
-          int [] line4_fake ={10, 10, 11, -11};
-
-
-          int [] line0b ={-1, 1, 1, -1};
-          int [] line1b ={1, -1,-1, 1};
-          int [] line2b ={0, 0, 1, 0};
-          int [] line3b ={1, 0, 0, -1};
-          int [] line4b ={-1, 0, 0, 1};
-
-          IntMatrix myMat = new IntMatrix(4, 4);
-          myMat.setNamesOfLine(names);
-
-
-          myMat.setLineValues(0, line0);
-          myMat.setLineValues(1, line1);
-          myMat.setLineValues(2, line2);
-          myMat.setLineValues(3, line3);
-
-          System.out.println("mat=\n" + myMat.toString() + "\n\n");
-
-          myMat.addLine(line4_fake, "duplicate-be");
-          myMat.addLine(line4, "be");
-
-          System.out.println("mat=\n" + myMat.toString() + "\n\n");
-
-          myMat.removeLine(4);
-
-
-          System.out.println("mat=\n" + myMat.toString() + "\n\n");
-          myMat.Farkas();
-          System.out.println("mat=\n" + myMat.toString() + "\n\n");
-
-          myMat = new IntMatrix(5, 4);
-
-
-          myMat.setLineValues(0, line0b);
-          myMat.setLineValues(1, line1b);
-          myMat.setLineValues(2, line2b);
-          myMat.setLineValues(3, line3b);
-          myMat.setLineValues(4, line4b);
-          System.out.println("matb=\n" + myMat.toString() + "\n\n");
-          myMat.Farkas();
-          System.out.println("matb=\n" + myMat.toString() + "\n\n");*/
-
+    	
+    	//int[] numbers = {42, 18, 12,-12};
+    	//System.out.println("GCD=" + MyMath.gcd(numbers));
+    	
+    	
+    	/*String[] names = {"a", "b", "e", "ae4"};
+    	int [] line0 ={-1, 1, 0, 0};
+    	int [] line1 ={0, 0,-1, 1};
+    	int [] line2 ={-4, 4, -1, 1};
+    	int [] line3 ={1, -1, 0, 0};
+    	int [] line4 ={0, 0, 1, -1};
+    	int [] line4_fake ={10, 10, 11, -11};
+    	
+    	
+    	int [] line0b ={-1, 1, 1, -1};
+    	int [] line1b ={1, -1,-1, 1};
+    	int [] line2b ={0, 0, 1, 0};
+    	int [] line3b ={1, 0, 0, -1};
+    	int [] line4b ={-1, 0, 0, 1};
+    	
+    	IntMatrix myMat = new IntMatrix(4, 4);
+    	myMat.setNamesOfLine(names);
+    	
+    	
+    	myMat.setLineValues(0, line0);
+    	myMat.setLineValues(1, line1);
+    	myMat.setLineValues(2, line2);
+    	myMat.setLineValues(3, line3);
+    	
+    	System.out.println("mat=\n" + myMat.toString() + "\n\n");
+    	
+    	myMat.addLine(line4_fake, "duplicate-be");
+    	myMat.addLine(line4, "be");
+    	
+    	System.out.println("mat=\n" + myMat.toString() + "\n\n");
+    	
+    	myMat.removeLine(4);
+    	
+    	
+    	System.out.println("mat=\n" + myMat.toString() + "\n\n");
+    	myMat.Farkas();
+    	System.out.println("mat=\n" + myMat.toString() + "\n\n");
+    	
+    	myMat = new IntMatrix(5, 4);
+    	
+    	
+    	myMat.setLineValues(0, line0b);
+    	myMat.setLineValues(1, line1b);
+    	myMat.setLineValues(2, line2b);
+    	myMat.setLineValues(3, line3b);
+    	myMat.setLineValues(4, line4b);
+    	System.out.println("matb=\n" + myMat.toString() + "\n\n");
+    	myMat.Farkas();
+    	System.out.println("matb=\n" + myMat.toString() + "\n\n");*/
+    	
     }
-
+    
     public static void testBoolExpr() {
-
-
-        evalBool("t or f");
-
-        evalBool("(t) or f");
-
-        evalBool("(0==0)");
-
-
-
-        System.exit(-1);
+    	
+    	
+    	evalBool("t or f");
+    	
+    	evalBool("(t) or f");
+    	
+    	evalBool("(0==0)");
+    	
+    	
+    	
+    	System.exit(-1);
     }
-
+    
     public static void evalBool(String s) {
-        BoolExpressionEvaluator bee = new BoolExpressionEvaluator();
-        System.out.println("->Result of " + s + " =" + bee.getResultOf(s));
-        if (bee.hasError()) {
-            System.out.println("Error = " + bee.getFullError());
-        }
-        System.out.println("\n\n");
+    	BoolExpressionEvaluator bee = new BoolExpressionEvaluator();
+    	System.out.println("->Result of " + s + " =" + bee.getResultOf(s));
+    	if (bee.hasError()) {
+    		System.out.println("Error = " + bee.getFullError());
+    	}
+    	System.out.println("\n\n");
     }
-
+    
 } // Class Main
+
diff --git a/src/avatartranslator/AvatarSpecification.java b/src/avatartranslator/AvatarSpecification.java
index 15d2c1ce1657e850981dd3bb2ddd368d3f9a0c39..759d60f5b5e39075e51c71a338af10e54e757d64 100644
--- a/src/avatartranslator/AvatarSpecification.java
+++ b/src/avatartranslator/AvatarSpecification.java
@@ -147,6 +147,15 @@ public class AvatarSpecification extends AvatarElement {
 
     }
 
+    //DG
+ public boolean ASynchronousExist(){
+      LinkedList<AvatarRelation> asynchro = getRelations();
+      for ( AvatarRelation ar : asynchro )
+        if (ar.isAsynchronous())
+          return true;
+      return false;
+    }
+    // end DG
     public void addBlock(AvatarBlock _block) {
         blocks.add(_block);
     }
diff --git a/src/avatartranslator/toexecutable/AVATAR2SOCLIB.java b/src/avatartranslator/toexecutable/AVATAR2SOCLIB.java
deleted file mode 100644
index ec3b6e2e7ceae750334c2b8a85a10b4a924779cc..0000000000000000000000000000000000000000
--- a/src/avatartranslator/toexecutable/AVATAR2SOCLIB.java
+++ /dev/null
@@ -1,1158 +0,0 @@
-/**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
- *
- * ludovic.apvrille AT enst.fr
- *
- * This software is a computer program whose purpose is to allow the
- * edition of TURTLE analysis, design and deployment diagrams, to
- * allow the generation of RT-LOTOS or Java code from this diagram,
- * and at last to allow the analysis of formal validation traces
- * obtained from external tools, e.g. RTL from LAAS-CNRS and CADP
- * from INRIA Rhone-Alpes.
- *
- * This software is governed by the CeCILL  license under French law and
- * abiding by the rules of distribution of free software.  You can  use,
- * modify and/ or redistribute the software under the terms of the CeCILL
- * license as circulated by CEA, CNRS and INRIA at the following URL
- * "http://www.cecill.info".
- *
- * As a counterpart to the access to the source code and  rights to copy,
- * modify and redistribute granted by the license, users are provided only
- * with a limited warranty  and the software's author,  the holder of the
- * economic rights,  and the successive licensors  have only  limited
- * liability.
- *
- * In this respect, the user's attention is drawn to the risks associated
- * with loading,  using,  modifying and/or developing or reproducing the
- * software by the user in light of its specific status of free software,
- * that may mean  that it is complicated to manipulate,  and  that  also
- * therefore means  that it is reserved for developers  and  experienced
- * professionals having in-depth computer knowledge. Users are therefore
- * encouraged to load and test the software's suitability as regards their
- * requirements in conditions enabling the security of their systems and/or
- * data to be ensured and,  more generally, to use and operate it in the
- * same conditions as regards security.
- *
- * The fact that you are presently reading this means that you have had
- * knowledge of the CeCILL license and that you accept its terms.
- *
- * /**
- * Class AVATAR2CSOCLIB
- * Creation: 01/07/2014
- * @version 1.0 01/07/2014
- * @author Ludovic APVRILLE, Raja GATGOUT
- * @see
- */
-
-package avatartranslator.toexecutable;
-
-import java.awt.*;
-import java.util.*;
-
-import java.io.*;
-
-import myutil.*;
-import avatartranslator.*;
-
-public class AVATAR2SOCLIB {
-
-    private final static int USEC = 0;
-    private final static int MSEC = 1;
-    private final static int SEC = 2;
-
-
-    private final static String UNUSED_ATTR = "__attribute__((unused))";
-    private final static String GENERATED_PATH = "generated_src_soclib" + File.separator;
-    private final static String UNKNOWN = "UNKNOWN";
-    private final static String CR = "\n";
-
-
-    private AvatarSpecification avspec;
-
-    private Vector warnings;
-
-    private MainFile mainFile;
-    private Vector<TaskFile> taskFiles;
-    private String makefile_src;
-    private String makefile_SocLib;
-
-    private int timeUnit;
-    private boolean debug;
-    private boolean tracing;
-    private boolean includeUserCode = true;
-
-
-
-    public AVATAR2SOCLIB(AvatarSpecification _avspec) {
-        avspec = _avspec;
-    }
-
-    public void setTimeUnit(int _timeUnit) {
-        timeUnit = _timeUnit;
-    }
-
-    public void includeUserCode(boolean _inc) {
-        includeUserCode = _inc;
-    }
-
-    public static String getGeneratedPath() {
-        return GENERATED_PATH;
-    }
-
-
-    public void saveInFiles(String path) throws FileException {
-
-        TraceManager.addDev("Generating files");
-
-        if (mainFile != null) {
-            TraceManager.addDev("Generating main files in " + path + mainFile.getName() + ".h");
-            FileUtils.saveFile(path + GENERATED_PATH + mainFile.getName() + ".h", Conversion.indentString(mainFile.getHeaderCode(), 2));
-            FileUtils.saveFile(path + GENERATED_PATH + mainFile.getName() + ".c", Conversion.indentString(mainFile.getMainCode(), 2));
-        }
-
-        for(TaskFile taskFile: taskFiles) {
-            FileUtils.saveFile(path + GENERATED_PATH + taskFile.getName() + ".h", Conversion.indentString(taskFile.getFullHeaderCodeSoclib(), 2));
-            FileUtils.saveFile(path + GENERATED_PATH + taskFile.getName() + ".c", Conversion.indentString(taskFile.getMainCode(), 2));
-        }
-
-        // Standard Makefile
-        makeMakefileSrc(GENERATED_PATH);
-        FileUtils.saveFile(path + "Makefile.src", makefile_src);
-
-        // Makefile for SocLib
-        makeMakefileSocLib();
-        FileUtils.saveFile(path + "Makefile.soclib", makefile_SocLib);
-    }
-
-
-    public Vector getWarnings() {
-        return warnings;
-    }
-
-
-
-    public void generateCPOSIX(boolean _debug, boolean _tracing) {
-        debug = _debug;
-        tracing = _tracing;
-
-        mainFile = new MainFile("main");
-        taskFiles = new Vector<TaskFile>();
-
-        avspec.removeCompositeStates();
-        avspec.removeTimers();
-
-
-        if (avspec.hasApplicationCode() && includeUserCode) {
-            //mainFile.appendToBeforeMainCode("/* User code */\n");
-            mainFile.appendToBeforeMainCode(avspec.getApplicationCode());
-            //mainFile.appendToBeforeMainCode("\n/* End of User code */\n\n");
-        }
-
-        makeMainMutex();
-
-        makeSynchronousChannels();
-
-        makeAsynchronousChannels();
-
-        makeTasks();
-
-        makeMainHeader();
-
-        makeThreadsInMain(_debug);
-
-    }
-
-    public void makeMainMutex() {
-        // Create a main mutex
-        //mainFile.appendToHCode("/* Main mutex */" + CR);
-        mainFile.appendToBeforeMainCode("/* Main mutex */" + CR);
-        mainFile.appendToHCode("extern pthread_mutex_t __mainMutex;" + CR + CR);
-        mainFile.appendToBeforeMainCode("pthread_mutex_t __mainMutex;" + CR + CR);
-
-    }
-
-    public void makeSynchronousChannels() {
-
-        // Create a synchronous channel per relation/signal
-        mainFile.appendToHCode("/* Synchronous channels */" + CR);
-        mainFile.appendToBeforeMainCode("/* Synchronous channels */" + CR);
-        mainFile.appendToMainCode("/* Synchronous channels */" + CR);
-        for(AvatarRelation ar: avspec.getRelations()) {
-            if (!ar.isAsynchronous()) {
-                for(int i=0; i<ar.nbOfSignals(); i++) {
-                    mainFile.appendToHCode("extern syncchannel __" + getChannelName(ar, i)  + ";" + CR);
-                    mainFile.appendToBeforeMainCode("syncchannel __" + getChannelName(ar, i) + ";" + CR);
-                    mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".inname =\"" + ar.getInSignal(i).getName() + "\";" + CR);
-                    mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".outname =\"" + ar.getOutSignal(i).getName() + "\";" + CR);
-                    if (ar.isBroadcast()) {
-                        mainFile.appendToMainCode("setBroadcast(&__" + getChannelName(ar, i) + ", true);" + CR);
-                    }
-                }
-            }
-        }
-
-
-
-        //mainFile.appendToHCode("pthread_mutex_t mainMutex;" + CR);
-
-    }
-
-    public void makeAsynchronousChannels() {
-
-        // Create a synchronous channel per relation/signal
-        mainFile.appendToHCode("/* Asynchronous channels */" + CR);
-        mainFile.appendToBeforeMainCode("/* Asynchronous channels */" + CR);
-        mainFile.appendToMainCode("/* Asynchronous channels */" + CR);
-        for(AvatarRelation ar: avspec.getRelations()) {
-            if (ar.isAsynchronous()) {
-                for(int i=0; i<ar.nbOfSignals(); i++) {
-                    mainFile.appendToHCode("extern asyncchannel __" + getChannelName(ar, i)  + ";" + CR);
-                    mainFile.appendToBeforeMainCode("asyncchannel __" + getChannelName(ar, i) + ";" + CR);
-                    mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".inname =\"" + ar.getInSignal(i).getName() + "\";" + CR);
-                    mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".outname =\"" + ar.getOutSignal(i).getName() + "\";" + CR);
-                    if (ar.isBlocking()) {
-                        mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".isBlocking = 1;" + CR);
-                    } else {
-                        mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".isBlocking = 0;" + CR);
-                    }
-                    mainFile.appendToMainCode("__" + getChannelName(ar, i) + ".maxNbOfMessages = " + ar.getSizeOfFIFO() + ";" + CR);
-                }
-            }
-        }
-
-        //mainFile.appendToHCode("pthread_mutex_t mainMutex;" + CR);
-
-    }
-
-    public void makeTasks() {
-        for(AvatarBlock block: avspec.getListOfBlocks()) {
-            makeTask(block);
-        }
-    }
-
-    public void makeTask(AvatarBlock block) {
-        TaskFile taskFile = new TaskFile(block.getName());
-
-        //taskFile.addToHeaderCode("#include \"main.h\"" + CR);
-
-        //taskFile.addToMainCode("#include \"" + block.getName() + ".h\"");
-
-        if (includeUserCode) {
-            String tmp = block.getGlobalCode();
-            if (tmp != null) {
-                taskFile.addToMainCode(CR + "// Header code defined in the model" + CR + tmp + CR + "// End of header code defined in the model" + CR + CR);
-            }
-        }
-        defineAllSignal(block,taskFile);
-
-        defineAllStates(block, taskFile);
-
-        defineAllMethods(block, taskFile);
-
-        makeMainFunction(block, taskFile);
-
-        taskFiles.add(taskFile);
-    }
-
-    public void defineAllStates(AvatarBlock _block, TaskFile _taskFile) {
-        int id = 1;
-
-        _taskFile.addToMainCode("#define STATE__START__STATE 0" + CR);
-
-        for (AvatarStateMachineElement asme: _block.getStateMachine().getListOfElements()) {
-            if (asme instanceof AvatarState) {
-                _taskFile.addToMainCode("#define STATE__" + asme.getName() + " " + id + CR);
-                id ++;
-            }
-        }
-        _taskFile.addToMainCode("#define STATE__STOP__STATE " + id + CR);
-        _taskFile.addToMainCode(CR);
-    }
-
-
-    // RG*********************************************************************************
-
-
-    public void defineAllSignal(AvatarBlock _block, TaskFile _taskFile) {
-
-        for (AvatarSignal as: _block.getSignals()) {
-
-            _taskFile.addToMainCode( "static uint32_t "  + as.getName()  + ";" + CR);
-
-
-        }
-        _taskFile.addToMainCode(CR);
-    }
-
-
-    public void defineAllMethods(AvatarBlock _block, TaskFile _taskFile) {
-        Vector<String> allNames = new Vector<String>();
-        for (AvatarMethod am: _block.getMethods()) {
-            makeMethod(_block, am, allNames, _taskFile);
-        }
-
-        // Make method of father
-        makeFatherMethod(_block, _block, allNames, _taskFile);
-    }
-
-    private void makeFatherMethod(AvatarBlock _originBlock, AvatarBlock _currentBlock, Vector<String> _allNames, TaskFile _taskFile) {
-        if (_currentBlock.getFather() == null) {
-            return;
-        }
-
-        for (AvatarMethod am: _currentBlock.getFather().getMethods()) {
-            makeMethod(_originBlock, am, _allNames, _taskFile);
-        }
-
-        makeFatherMethod(_originBlock, _currentBlock.getFather(), _allNames, _taskFile);
-
-    }
-
-    private void makeMethod(AvatarBlock _block, AvatarMethod _am, Vector<String> _allNames, TaskFile _taskFile) {
-        String ret = "";
-        LinkedList<AvatarAttribute> list;
-        LinkedList<AvatarAttribute> listA;
-
-
-
-
-        String nameMethod = _block.getName() + "__" +_am.getName();
-
-        for(String s: _allNames) {
-            if (s.compareTo(nameMethod) == 0) {
-                return;
-            }
-        }
-
-        list = _am.getListOfReturnAttributes();
-        if (list.size() == 0) {
-            ret += "void";
-        } else {
-            ret += getCTypeOf(list.get(0));
-        }
-
-        ret += " " + nameMethod + "(";
-        list = _am.getListOfAttributes();
-        int cpt = 0;
-        for(AvatarAttribute aa: list) {
-            if (cpt != 0) {
-                ret += ", ";
-            }
-            ret += getCTypeOf(aa) + " " + aa.getName();
-            cpt ++;
-        }
-
-        ret += ") {" + CR;
-
-        if (tracing) {
-            String tr = "";
-            cpt = 0;
-            if (list.size() > 0) {
-                ret += "char my__attr[CHAR_ALLOC_SIZE];" + CR;
-                ret += "sprintf(my__attr, \"";
-                for(AvatarAttribute aa: list) {
-                    if (cpt != 0) {
-                        tr += ",";
-                        ret += ",";
-                    }
-                    tr += aa.getName();
-                    ret += "%d";
-                    cpt ++;
-                }
-                ret += "\"," + tr + ");" + CR;
-                ret += traceFunctionCall(_block.getName(), _am.getName(), "my__attr");
-            }  else {
-                ret += traceFunctionCall(_block.getName(), _am.getName(), null);
-            }
-        }
-
-        if (debug) {
-            ret += "debugMsg(\"-> ....() Executing method " + _am.getName() + "\");" + CR;
-
-            list = _am.getListOfAttributes();
-            cpt = 0;
-            for(AvatarAttribute aa: list) {
-                ret += "debugInt(\"Attribute " + aa.getName() + " = \"," + aa.getName() + ");" + CR;
-            }
-        }
-
-        listA = list;
-        list = _am.getListOfReturnAttributes();
-        if (list.size() != 0) {
-            // Returns the first attribute. If not possible, return 0;
-            // Implementation is provided by the user?
-            // In that case, no need to generate the code!
-            if (_am.isImplementationProvided()) {
-                ret += "return _userImplemented_" + nameMethod + "(";
-                cpt = 0;
-                for(AvatarAttribute aaa: listA) {
-                    if (cpt != 0) {
-                        ret += ", ";
-                    }
-                    ret += aaa.getName();
-                    cpt ++;
-                }
-                ret+= ");" + CR;
-
-            } else {
-
-                if (listA.size() >0) {
-                    ret += "return " + listA.get(0).getName() + ";" + CR;
-                } else {
-                    ret += "return 0;" + CR;
-                }
-            }
-        } else {
-            if (_am.isImplementationProvided()) {
-                ret += "_userImplemented_" + nameMethod + "(";
-                cpt = 0;
-                for(AvatarAttribute aaa: listA) {
-                    if (cpt != 0) {
-                        ret += ", ";
-                    }
-                    ret += aaa.getName();
-                    cpt ++;
-                }
-                ret+= ");" + CR;
-
-            }
-        }
-        ret += "}" + CR + CR;
-        _taskFile.addToMainCode(ret + CR);
-
-    }
-
-    public void makeMainHeader() {
-        mainFile.appendToBeforeMainCode(CR);
-        for(TaskFile taskFile: taskFiles) {
-            mainFile.appendToBeforeMainCode("#include \"" + taskFile.getName() + ".h\"" + CR);
-        }
-        mainFile.appendToBeforeMainCode(CR);
-
-    }
-
-    //************************************************************************RG
-
-    private String makeChannelAction(AvatarBlock _block,AvatarStateMachineElement asme) {
-
-        String ret2 = "";
-        int i;
-
-        if (asme instanceof AvatarActionOnSignal) {
-            AvatarActionOnSignal aaos = (AvatarActionOnSignal)asme;
-
-            AvatarSignal as = aaos.getSignal();
-
-            AvatarRelation ar = avspec.getAvatarRelationWithSignal(as);
-            ret2+= CR + "struct mwmr_s *" + getChannelName(ar, as);
-
-        }
-
-
-        return ret2;
-    }
-
-    //************************************************************************RG
-
-    public static String[] enleveDoublons(String[] table) {
-
-        String[] copy = new String[table.length];
-        System.arraycopy(table, 0, copy, 0, table.length);
-        table = copy;
-        for (int i = 0; i < table.length; i++) {
-            for (int j = i + 1; j < table.length; j++) {
-                //Si table[j] n'est jamais null, simplifier la ligne suivante
-                if (table[j] != null && table[j].equals(table[i])) {
-                    table[j] = table[table.length - 1];
-                    table[table.length - 1] = null;
-                    String[] newTable = new String[table.length - 1];
-                    System.arraycopy(table, 0, newTable, 0, table.length - 1);
-                    table = newTable;
-                    j--;
-                }
-            }
-        }
-        return table;
-    }
-
-    /************************************************************************
-                public int AccountAllSignal(AvatarBlock _block) {
-                int cpt=0;
-                        for (AvatarSignal as: _block.getSignals()) {
-                                        cpt ++; }
-                return cpt;
-
-                        }
-                        //************************************************************************/
-
-    public String makeCanalDec(AvatarBlock _block) {
-        AvatarStateMachine asm = _block.getStateMachine();
-        String ret="";
-        int m=0;
-        int i =0;
-        //int cpt = AccountAllSignal (_block);
-        String []canal= new String[100];
-        //String []canalNonDouble= new String[100];
-
-        String block_Name = _block.getName() ;
-
-        for(AvatarStateMachineElement asme: asm.getListOfElements()) {
-
-            canal[i]= makeChannelAction(_block, asme);  //"[" + i + "];";
-            i ++;
-        }
-
-
-        String [] canalNonDouble= enleveDoublons(canal);
-
-        //************************************************************************RG
-
-        for(int k = 0; k<canalNonDouble.length ; k++) {
-
-            if ((canalNonDouble[k] != null) && (canalNonDouble[k] !="")){
-                String vari = "= canaux_" + block_Name + "[" + m + "];";
-                ret += (canalNonDouble[k] + vari);
-                m++;}
-        }
-
-        return ret;
-    }
-    //************************************************************************RG
-
-    public void makeMainFunction(AvatarBlock _block, TaskFile _taskFile) {
-        int i;
-        AvatarStateMachine asm = _block.getStateMachine();
-        //String s = "void *mainFunc__" + _block.getName() + "(void *arg)";
-        String s = "void *mainFunc__" + _block.getName() + "(struct mwmr_s *canaux_"+ _block.getName() +"[])";
-
-
-        String sh = "extern " + s + ";" + CR;
-        s+= "{" + CR;
-
-        s+= makeCanalDec(       _block) + CR;
-        s += makeAttributesDeclaration(_block, _taskFile);
-
-        s+= CR + "int __currentState = STATE__START__STATE;" + CR;
-
-        int nbOfMaxParams = _block.getMaxNbOfParams();
-
-
-        ///* RG enlever les attributes////////////////////////////
-
-        s+= CR + "char * __myname;"+ CR;
-
-
-        s+= CR + "/* Main loop on states */" + CR;
-        s+= "while(__currentState != STATE__STOP__STATE) {" + CR;
-
-        s += "switch(__currentState) {" + CR;
-
-        // Making start state
-
-        s += "case STATE__START__STATE: " + CR;
-        //s += traceStateEntering("__myname", "__StartState");
-        s += makeBehaviourFromElement(_block, asm.getStartState(), true);
-        s += "break;" + CR + CR;
-
-        String tmp;
-        // Making other states
-
-
-        for(AvatarStateMachineElement asme: asm.getListOfElements()) {
-            if (asme instanceof AvatarState) {
-                s += "case STATE__" + asme.getName() + ": " + CR;
-                //s += traceStateEntering("__myname", asme.getName());
-
-                if (includeUserCode) {
-                    tmp = ((AvatarState)asme).getEntryCode();
-                    if (tmp != null) {
-                        if (tmp.trim().length() > 0) {
-                            s += "/* Entry code */\n" + tmp + "\n/* End of entry code */\n\n";
-                        }
-                    }
-                }
-
-                s += makeBehaviourFromElement(_block, asme, true);
-                s += "break;" + CR + CR;
-            }
-        }
-
-
-
-        s += "}" + CR;
-
-        s += "}" + CR;
-
-        s+= "//printf(\"Exiting = %s\\n\", __myname);" + CR;
-        s+= "return NULL;" + CR;
-        s += "}" + CR;
-        _taskFile.addToMainCode(s + CR);
-        _taskFile.addToHeaderCode(sh + CR);
-    }
-
-    public String makeBehaviourFromElement(AvatarBlock _block, AvatarStateMachineElement _asme, boolean firstCall) {
-        AvatarStateMachineElement asme0;
-
-
-        if (_asme == null) {
-            return "";
-        }
-
-        String ret = "";
-        int i;
-
-        if (_asme instanceof AvatarStartState) {
-            return makeBehaviourFromElement(_block, _asme.getNext(0), false);
-        }
-
-        if (_asme instanceof AvatarTransition) {
-            AvatarTransition at = (AvatarTransition)_asme;
-
-            if (at.isGuarded()) {
-                String g = modifyGuard(at.getGuard().toString ());
-
-                ret += "if (!" + g + ") {" + CR;
-                if (debug) {
-                    ret += "debug2Msg(__myname, \"Guard failed: " + g + "\");" + CR;
-                }
-                ret += "__currentState = STATE__STOP__STATE;" + CR;
-                ret += "break;" + CR;
-                ret += "}" + CR;
-            }
-
-            if (at.hasDelay()) {
-                ret+= "waitFor(" + reworkDelay(at.getMinDelay()) + ", " + reworkDelay(at.getMaxDelay()) + ");" + CR;
-            }
-
-            String act;
-            ret += makeActionsOfTransaction(_block, at);
-            /*for(i=0; i<at.getNbOfAction(); i++) {
-            // Must know whether this is an action or a method call
-            act = at.getAction(i);
-            if (at.isAMethodCall(act)) {
-            ret +=  modifyMethodName(_block, act) + ";" + CR;
-            } else {
-            ret +=  act + ";" + CR;
-            }
-            }*/
-
-
-            return ret + makeBehaviourFromElement(_block, _asme.getNext(0), false);
-        }
-
-        if (_asme instanceof AvatarState) {
-            if (!firstCall) {
-
-                return ret + "__currentState = STATE__" + _asme.getName() + ";" + CR;
-            } else {
-                if (_asme.nbOfNexts() == 0) {
-                    return ret + "__currentState = STATE__STOP__STATE;" + CR;
-                }
-
-                if (_asme.nbOfNexts() == 1) {
-                    return ret + makeBehaviourFromElement(_block, _asme.getNext(0), false);
-                }
-
-                // Complex case of states -> several nexts
-                // Put in list all
-
-
-                // 1) Only immediatly executable transitions
-                for(i=0; i<_asme.nbOfNexts(); i++) {
-                    if (_asme.getNext(i) instanceof AvatarTransition) {
-                        AvatarTransition at = (AvatarTransition)(_asme.getNext(i));
-
-                        if (at.hasActions()) {
-                            ret += makeImmediateAction(at, i);
-                        } else {
-                            if (at.getNext(0) instanceof AvatarActionOnSignal) {
-
-                                ret += makeSignalAction(at, i);
-                            } else {
-                                // nothing special to do : immediate choice
-                                ret += makeImmediateAction(at, i);
-                            }
-                        }
-                    }
-                }
-
-                // Make all requests
-                // Test if at least one request in the list!
-                //ret += "if (nbOfRequests(&__list) == 0) {" + CR;
-                //ret += "debug2Msg(__myname, \"No possible request\");" + CR;
-                ret += "__currentState = STATE__STOP__STATE;" + CR;
-                ret += "break;" + CR;
-                ret += "}" + CR;
-
-                //ret += "__returnRequest = executeListOfRequests(&__list);" + CR;
-                //ret += "clearListOfRequests(&__list);" + CR ;
-                //ret += traceRequest();
-
-                // Resulting requests
-                for(i=0; i<_asme.nbOfNexts(); i++) {
-                    if (i != 0) {
-                        ret += "else ";
-                    }
-                    AvatarTransition at = (AvatarTransition)(_asme.getNext(i));
-                    if (at.hasActions()) {
-                        ret += " if (__returnRequest == &__req" + i + ") {" + CR;
-                        ret += makeActionsOfTransaction(_block, at);
-                        /*for(int j=0; j<at.getNbOfAction(); j++) {
-                          if (at.isAMethodCall(at.getAction(j))) {
-                          ret +=  modifyMethodName(_block, at.getAction(j)) + ";" + CR;
-                          } else {
-                          ret +=  at.getAction(j) + ";" + CR;
-
-                          }
-
-                          }*/
-                        ret += makeBehaviourFromElement(_block, at.getNext(0), false) + CR + "}";
-                    }  else {
-                        if (at.getNext(0) instanceof AvatarActionOnSignal) {
-                            ret += " if (__returnRequest == &__req" + i + ") {" + CR + makeBehaviourFromElement(_block, at.getNext(0).getNext(0), false) + CR + "}";
-                        } else {
-                            // nothing special to do : immediate choice
-                            ret += " if (__returnRequest == &__req" + i + ") {" + CR + makeBehaviourFromElement(_block, at.getNext(0), false) + CR + "}";
-                        }
-                    }
-                    ret += CR;
-
-                }
-                return ret;
-            }
-        }
-
-        if (_asme instanceof AvatarStopState) {
-            return ret + "__currentState = STATE__STOP__STATE;" + CR;
-        }
-
-        if (_asme instanceof AvatarRandom) {
-            AvatarRandom ar = (AvatarRandom)_asme;
-            ret += ar.getVariable() + " = computeRandom(" + ar.getMinValue() + ", " + ar.getMaxValue() + ");" + CR;
-            return ret + makeBehaviourFromElement(_block, _asme.getNext(0), false);
-        }
-
-        if (_asme instanceof AvatarActionOnSignal) {
-            AvatarActionOnSignal aaos = (AvatarActionOnSignal)_asme;
-            ret += makeSignalAction(aaos, 0, false, "", "");
-            AvatarSignal as = aaos.getSignal();
-            AvatarRelation ar = avspec.getAvatarRelationWithSignal(as);
-            //ret += executeOneRequest("__req0");
-            //ret += traceRequest();
-        }
-
-        // Default
-        return ret + makeBehaviourFromElement(_block, _asme.getNext(0), false);
-    }
-
-    private String makeSignalAction(AvatarTransition _at, int _index) {
-        String ret = "";
-        AvatarActionOnSignal aaos;
-
-        if (!(_at.getNext(0) instanceof AvatarActionOnSignal)) {
-            return "";
-        }
-
-        aaos = (AvatarActionOnSignal)(_at.getNext(0));
-
-        if (_at.isGuarded()) {
-            String g = modifyGuard(_at.getGuard().toString ());
-            ret += "if (" + g + ") {" + CR;
-        }
-
-        if (_at.hasDelay()) {
-            ret += makeSignalAction(aaos, _index, true, _at.getMinDelay(), _at.getMaxDelay());
-        } else {
-            ret += makeSignalAction(aaos, _index, false, "", "");
-        }
-        //ret += "addRequestToList(&__list, &__req" + _index + ");" + CR;
-
-        if (_at.isGuarded()) {
-            ret += "}" + CR;
-        }
-
-        return ret;
-    }
-
-    private String makeSignalAction(AvatarActionOnSignal _aaos, int _index, boolean hasDelay, String minDelay, String maxDelay) {
-        String ret = "";
-        int i;
-
-        AvatarSignal as = _aaos.getSignal();
-        AvatarRelation ar = avspec.getAvatarRelationWithSignal(as);
-
-        String delay;
-
-        if (hasDelay) {
-            delay = "1, " + reworkDelay(minDelay) + ", " + reworkDelay(maxDelay);
-        } else {
-            delay = "0, 0, 0";
-        }
-
-        if (ar != null) {
-
-            /*  // Sending
-                if (_aaos.isSending()) {
-                // Putting params
-                for(i=0; i<_aaos.getNbOfValues() ;i++) {
-                ret += "__params" + _index + "[" + i + "] = &" +  _aaos.getValue(i) + ";" + CR;
-                }
-                if (ar.isAsynchronous()) {
-                ret += "makeNewRequest(&__req" + _index + ", " + _aaos.getID() + ", SEND_ASYNC_REQUEST, " + delay + ", " + _aaos.getNbOfValues() + ", __params" + _index + ");" + CR;
-                ret += "__req" + _index + ".asyncChannel = &__" + getChannelName(ar, as) + ";" + CR;
-                //__req0.asyncChannel = &__Door_closed__Controller_closed;
-                } else {
-                if (ar.isBroadcast()) {
-                ret += "makeNewRequest(&__req" + _index + ", " + _aaos.getID()+ ", SEND_BROADCAST_REQUEST, " + delay + ", " + _aaos.getNbOfValues() + ", __params" + _index + ");" + CR;
-                ret += "__req" + _index + ".syncChannel = &__" + getChannelName(ar, as) + ";" + CR;
-
-                } else {
-                ret += "makeNewRequest(&__req" + _index + ", " + _aaos.getID()+ ", SEND_SYNC_REQUEST, " + delay + ", " + _aaos.getNbOfValues() + ", __params" + _index + ");" + CR;
-                ret += "__req" + _index + ".syncChannel = &__" + getChannelName(ar, as) + ";" + CR;
-
-                }
-                }
-
-
-                } */
-
-
-
-
-
-
-            //RG le 22 aout/////////////////////////////////////////////
-
-            //public String getChannelName(AvatarRelation _ar, int _index) {
-            //return _ar.block1.getName() + "_" + _ar.getSignal1(_index).getName() + "__" + _ar.block2.getName() + "_" + _ar.getSignal2(_index).getName();
-
-            // Sending
-            if (_aaos.isSending()) {
-
-
-                if (ar.isAsynchronous()) {
-                    if (ar.isBlocking()) {
-                        //req2 = async_write_nonblocking(Controller_stopMagnetron__Magnetron_stopM, &stopM, 1);
-                        ret += "req" + _index + "= async_write_nonblocking(" + getChannelName(ar, as) + " , &" + getSigName(ar, as)  + " , 1);"+ CR;
-                    }
-
-                    else
-                        //ret += "async_write(" + getChannelName(ar, as) + " , & , 1);" + CR;
-                        ret += "async_read(" + getChannelName(ar, as) + " , &" + getSigName(ar, as)  + " , 1);"+ CR;
-                    //+  ar.getSignal1(_index).getName()
-
-                }
-            }
-        }
-
-        ////////////////////////////////////////////////RG
-        // Receiving
-        else {
-
-            if (ar.isAsynchronous()) {
-
-                ret += "async_write(" + getChannelName(ar, as) + " , &" +getSigName(ar, as)+" , 1);" + CR;
-                //+  ar.getSignal1(_index).getName()
-
-            } else {
-                ret += "";
-            }
-
-        }
-
-
-
-        return ret;
-    }
-    /////////////////////////////////////////////////////////////RG
-
-    private String makeImmediateAction(AvatarTransition _at, int _index) {
-        String ret = "";
-        if (_at.isGuarded()) {
-            String g = modifyGuard(_at.getGuard().toString ());
-            ret += "if (" + g + ") {" + CR;
-        }
-
-        if (_at.hasDelay()) { // if (( remainingTime>0 ))
-            ret += "req0 = 1;";
-            //defineReq += "static uint32_t req" +  _index + ";" ;
-            //ret += "makeNewRequest(&__req" + _index + ", " + _at.getID() + ", IMMEDIATE, 1, " + reworkDelay(_at.getMinDelay()) + ", " + reworkDelay(_at.getMaxDelay()) + ", 0, __params" + _index + ");" + CR;
-        } else {
-            ret += "req0 = 0;";
-
-            //ret += "makeNewRequest(&__req" + _index + ", " + _at.getID() + ", IMMEDIATE, 0, 0, 0, 0, __params" + _index + ");" + CR;
-        }
-        //ret += "addRequestToList(&__list, &__req" + _index + ");" + CR;
-        if (_at.isGuarded()) {
-            ret += "}" + CR;
-        }
-
-        return ret;
-
-    }
-    ///////////////////////////////////////////////////////// AJOUT RAJA
-    private String makeReqDeclaration( AvatarStateMachineElement _asme) {
-
-        String defineReq = "";
-        for(int i=0; i<_asme.nbOfNexts(); i++) {
-            if (_asme.getNext(i) instanceof AvatarTransition) {
-                AvatarTransition at = (AvatarTransition)(_asme.getNext(i));
-
-
-                defineReq += CR +"static uint32_t req" +  i + ";" ;
-
-            }
-        }
-
-        return defineReq;
-
-    }
-    ////////////////////////////////////////////////////////
-
-    private String executeOneRequest(String var) {
-        String ret = "__returnRequest = executeOneRequest(&__list, &" + var + ");" + CR;
-        ret += "clearListOfRequests(&__list);" + CR;
-        return ret;
-    }
-
-
-    public String makeAttributesDeclaration(AvatarBlock _block, TaskFile _taskFile) {
-        String ret = "";
-        for(AvatarAttribute aa: _block.getAttributes()) {
-            ret += getCTypeOf(aa) + " " + aa.getName() + " = " + aa.getInitialValue() + ";" + CR;
-        }
-        return ret;
-    }
-
-    public void makeThreadsInMain(boolean _debug) {
-        mainFile.appendToMainCode(CR + "/* Threads of tasks */" + CR);
-        for(TaskFile taskFile: taskFiles) {
-            mainFile.appendToMainCode("pthread_t thread__" + taskFile.getName() + ";" + CR);
-        }
-
-        makeArgumentsInMain(_debug);
-
-        if (_debug) {
-            mainFile.appendToMainCode("/* Activating debug messages */" + CR);
-            mainFile.appendToMainCode("activeDebug();" + CR);
-        }
-
-
-
-        mainFile.appendToMainCode("/* Activating randomness */" + CR);
-        mainFile.appendToMainCode("initRandom();" + CR);
-
-        mainFile.appendToMainCode("/* Initializing the main mutex */" + CR);
-        mainFile.appendToMainCode("if (pthread_mutex_init(&__mainMutex, NULL) < 0) { exit(-1);}" + CR + CR);
-
-        mainFile.appendToMainCode("/* Initializing mutex of messages */" + CR);
-        mainFile.appendToMainCode("initMessages();" + CR);
-
-
-        if (avspec.hasApplicationCode()) {
-            mainFile.appendToMainCode("/* User initialization */" + CR);
-            mainFile.appendToMainCode("__user_init();" + CR);
-        }
-
-
-        mainFile.appendToMainCode(CR + CR + mainDebugMsg("Starting tasks"));
-        for(TaskFile taskFile: taskFiles) {
-            mainFile.appendToMainCode("pthread_create(&thread__" + taskFile.getName() + ", NULL, mainFunc__" + taskFile.getName() + ", (void *)\"" + taskFile.getName() + "\");" + CR);
-        }
-
-        mainFile.appendToMainCode(CR + CR + mainDebugMsg("Joining tasks"));
-        for(TaskFile taskFile: taskFiles) {
-            mainFile.appendToMainCode("pthread_join(thread__" + taskFile.getName() + ", NULL);" + CR);
-        }
-
-        mainFile.appendToMainCode(CR + CR + mainDebugMsg("Application terminated"));
-        mainFile.appendToMainCode("return 0;" + CR);
-    }
-
-    public void makeArgumentsInMain(boolean _debug) {
-        mainFile.appendToMainCode("/* Activating tracing  */" + CR);
-
-        if (tracing) {
-            mainFile.appendToMainCode("if (argc>1){" + CR);
-            mainFile.appendToMainCode("activeTracingInFile(argv[1]);" + CR + "} else {" + CR);
-            mainFile.appendToMainCode("activeTracingInConsole();" + CR + "}" + CR);
-        }
-    }
-
-    public void makeMakefileSrc(String _path) {
-        makefile_src = "SRCS = ";
-        makefile_src += _path + "main.c ";
-        for(TaskFile taskFile: taskFiles) {
-            makefile_src += _path + taskFile.getName() + ".c ";
-        }
-
-    }
-
-    public void makeMakefileSocLib() {
-        makefile_SocLib = "objs = ";
-        makefile_SocLib += "main.o ";
-        for(TaskFile taskFile: taskFiles) {
-            makefile_SocLib += taskFile.getName() + ".o ";
-        }
-
-    }
-
-
-    public String getCTypeOf(AvatarAttribute _aa) {
-        String ret = "int";
-        if (_aa.getType() == AvatarType.BOOLEAN) {
-            ret = "bool";
-        }
-        return ret;
-    }
-
-    public String getChannelName(AvatarRelation _ar, int _index) {
-        return _ar.block1.getName() + "_" + _ar.getSignal1(_index).getName() + "__" + _ar.block2.getName() + "_" + _ar.getSignal2(_index).getName();
-    }
-    /////////////////////////////RG AJOUTER
-    public String getSigName(AvatarRelation _ar, int _index) {
-        return _ar.getSignal2(_index).getName();
-    }
-
-
-
-
-    public String getChannelName(AvatarRelation _ar, AvatarSignal _as) {
-        int index = _ar.getIndexOfSignal(_as);
-        return getChannelName(_ar, index);
-    }
-    /////////////////////////////RG AJOUTER
-    public String getSigName(AvatarRelation _ar, AvatarSignal _as) {
-        int index = _ar.getIndexOfSignal(_as);
-        return getSigName(_ar, index);
-    }
-
-
-
-
-    public String modifyGuard(String _g) {
-        String g = Conversion.replaceAllString(_g, "[", "(").trim();
-        g = Conversion.replaceAllString(g, "]", ")").trim();
-        g = Conversion.replaceOp(g, "and", "&&");
-        g = Conversion.replaceOp(g, "or", "||");
-        g = Conversion.replaceOp(g, "not", "!");
-        return g;
-    }
-
-    public String reworkDelay(String _delay) {
-
-        switch(timeUnit) {
-        case USEC:
-            return _delay;
-        case MSEC:
-            return "(" + _delay + ")*1000";
-        case SEC:
-            return "(" + _delay + ")*1000000";
-        }
-
-        return _delay;
-    }
-
-    private String modifyMethodName(AvatarBlock _ab, AvatarTerm term) {
-        if (term instanceof AvatarAttribute)
-            return term.getName ();
-        if (term instanceof AvatarConstant)
-            return term.getName ();
-        if (term instanceof AvatarTermRaw)
-            return term.getName ();
-        if (term instanceof AvatarTuple) {
-            boolean first = true;
-            String res = "(";
-            for (AvatarTerm tterm: ((AvatarTuple) term).getComponents ()) {
-                if (first)
-                    first = false;
-                else
-                    res += ", ";
-                res += this.modifyMethodName (_ab, tterm);
-            }
-
-            return res + ")";
-        }
-        if (term instanceof AvatarTermFunction)
-            return  _ab.getName () + "__" + ((AvatarTermFunction) term).getMethod ().getName ()
-                + this.modifyMethodName (_ab, ((AvatarTermFunction) term).getArgs ());
-        return "";
-    }
-
-    private String traceRequest() {
-        if (!tracing) {
-            return "";
-        }
-        return "traceRequest(__myname, __returnRequest);" + CR;
-    }
-
-    private String traceVariableModification(String blockName, String varName, String type) {
-        if (!tracing) {
-            return "";
-        }
-
-        return "traceVariableModification(\"" + blockName + "\", \"" + varName + "\", " + varName + "," + type + ");" + CR;
-    }
-
-    private String traceFunctionCall(String blockName, String functionName, String params) {
-        if (!tracing) {
-            return "";
-        }
-
-        if (params == null) {
-            params = "\"-\"";
-        }
-        return "traceFunctionCall(\"" + blockName + "\", \"" + functionName + "\", " + params + ");" + CR;
-    }
-
-    private String traceStateEntering(String name, String stateName) {
-        if (!tracing) {
-            return "";
-        }
-        return "traceStateEntering(" + name + ", \"" + stateName + "\");" + CR;
-    }
-
-    private String mainDebugMsg(String s) {
-        if (!debug) {
-            return "";
-        }
-        return "debugMsg(\"" + s + "\");" + CR;
-    }
-
-    private String taskDebugMsg(String s) {
-        if (!debug) {
-            return "";
-        }
-
-        return "debug2Msg(__myname, \"" + s + "\");" + CR;
-    }
-
-    public String makeActionsOfTransaction(AvatarBlock _block, AvatarTransition _at) {
-        String ret = "";
-        String type;
-        for(int i=0; i<_at.getNbOfAction(); i++) {
-            // Must know whether this is an action or a method call
-            AvatarAction act = _at.getAction(i);
-            if (act.isAMethodCall()) {
-                ret +=  modifyMethodName(_block, (AvatarTermFunction) act) + ";" + CR;
-            } else {
-                String actModified = modifyMethodName (_block, (AvatarTerm) ((AvatarActionAssignment) act).getLeftHand ())
-                    + " = " + modifyMethodName (_block, ((AvatarActionAssignment) act).getRightHand ());
-                ret +=  actModified + ";" + CR;
-                AvatarLeftHand leftHand = ((AvatarActionAssignment) act).getLeftHand ();
-                if (leftHand instanceof AvatarAttribute) {
-                    if (((AvatarAttribute) leftHand).isInt()) {
-                        type = "0";
-                    } else {
-                        type = "1";
-                    }
-                    //ret += "sprintf(__value, \"%d\", " + var + ");" + CR;
-                    ret += traceVariableModification(_block.getName(), leftHand.getName (), type);
-                }
-
-            }
-        }
-
-        return ret;
-    }
-
-}
diff --git a/src/avatartranslator/toexecutable/TaskFileSoclib.java b/src/avatartranslator/toexecutable/TaskFileSoclib.java
new file mode 100755
index 0000000000000000000000000000000000000000..4ed15509a0f9d1510f8ec5e9aa870be564c38d95
--- /dev/null
+++ b/src/avatartranslator/toexecutable/TaskFileSoclib.java
@@ -0,0 +1,102 @@
+/**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
+*
+* ludovic.apvrille AT enst.fr
+*
+* This software is a computer program whose purpose is to allow the
+* edition of TURTLE analysis, design and deployment diagrams, to
+* allow the generation of RT-LOTOS or Java code from this diagram,
+* and at last to allow the analysis of formal validation traces
+* obtained from external tools, e.g. RTL from LAAS-CNRS and CADP
+* from INRIA Rhone-Alpes.
+*
+* This software is governed by the CeCILL  license under French law and
+* abiding by the rules of distribution of free software.  You can  use,
+* modify and/ or redistribute the software under the terms of the CeCILL
+* license as circulated by CEA, CNRS and INRIA at the following URL
+* "http://www.cecill.info".
+*
+* As a counterpart to the access to the source code and  rights to copy,
+* modify and redistribute granted by the license, users are provided only
+* with a limited warranty  and the software's author,  the holder of the
+* economic rights,  and the successive licensors  have only  limited
+* liability.
+*
+* In this respect, the user's attention is drawn to the risks associated
+* with loading,  using,  modifying and/or developing or reproducing the
+* software by the user in light of its specific status of free software,
+* that may mean  that it is complicated to manipulate,  and  that  also
+* therefore means  that it is reserved for developers  and  experienced
+* professionals having in-depth computer knowledge. Users are therefore
+* encouraged to load and test the software's suitability as regards their
+* requirements in conditions enabling the security of their systems and/or
+* data to be ensured and,  more generally, to use and operate it in the
+* same conditions as regards security.
+*
+* The fact that you are presently reading this means that you have had
+* knowledge of the CeCILL license and that you accept its terms.
+*
+* /**
+* Class TaskFile
+* Creation: 29/03/2011
+* @version 1.1 29/03/2011
+* @author Ludovic APVRILLE
+* @see
+*/
+
+package avatartranslator.toexecutable;
+
+import java.awt.*;
+import java.util.*;
+
+import myutil.*;
+import avatartranslator.*;
+
+public class TaskFileSocLib {
+	/////////////////////RG
+	//1) enlever pthread.h
+	//2) ajouter : srl.h et mwmr.h
+	//private final static String INCLUDE_HEADER = "#include <stdio.h>\n#include <pthread.h>\n#include <unistd.h>\n#include <stdlib.h>\n";
+	//private final static String LOCAL_INCLUDE_HEADER = "#include \"request.h\"\n#include \"syncchannel.h\"\n#include \"request_manager.h\"\n#include \"debug.h\"\n#include \"defs.h\"\n#include \"mytimelib.h\"\n#include \"random.h\"\n#include \"tracemanager.h\"\n#include \"main.h\"  "; //--------#include \"request.h\"\n -----------
+	private final static String INCLUDE_HEADER = "#include <stdio.h>\n#include <unistd.h>\n#include <stdlib.h>\n";
+	private final static String LOCAL_INCLUDE_HEADER = "#include \"request.h\"\n#include \"syncchannel.h\"\n#include \"request_manager.h\"\n#include \"debug.h\"\n#include \"defs.h\"\n#include \"mytimelib.h\"\n#include \"random.h\"\n#include \"tracemanager.h\"\n#include \"main.h\"\n#include \"srl.h\"\n#include \"mwmr.h\"\n "; 
+	
+	private final static String CR = "\n";
+	
+	private String name;
+	
+	private String headerCode;
+	private String mainCode;
+	
+	
+	public TaskFileSoclib(String _name) {
+		name = _name;
+		headerCode = "";
+		mainCode = "";
+	}
+	
+	public String getName() {
+		return name;
+	}
+	
+	public String getFullHeaderCode() {
+		String s = "#ifndef " + name + "_H\n#define " + name + "_H\n";
+		s += INCLUDE_HEADER + CR + LOCAL_INCLUDE_HEADER + CR + CR;
+		s += headerCode;
+		s += "#endif\n";
+		return s;
+	}
+	
+	public String getMainCode() {
+		return "#include \"" + name + ".h\"" + CR + CR + mainCode;
+	}
+	
+	public void addToHeaderCode(String _code) {
+		headerCode += _code;
+	}
+	
+	public void addToMainCode(String _code) {
+		mainCode += _code;
+	}
+
+	
+}
diff --git a/src/ui/ADDPanel.java b/src/ui/ADDPanel.java
index 1af34a60c9c999ac60e5efd0b4d083aba839b944..bbd2ce24f4540c3fa1d46f93a432370126990a8e 100755
--- a/src/ui/ADDPanel.java
+++ b/src/ui/ADDPanel.java
@@ -94,9 +94,7 @@ public class ADDPanel extends TURTLEPanel {
         toolBarPanel.add(jsp, BorderLayout.CENTER);
         tabbedPane.addTab("Avatar Deployment Diagram", IconManager.imgic60, toolBarPanel, "Opens Avatar deployment diagram");
         tabbedPane.setSelectedIndex(0);
-       
-       mgui.changeMade(tmladd, TDiagramPanel.NEW_COMPONENT);
-       
+      
         return true;
     } 
     
@@ -118,4 +116,4 @@ public class ADDPanel extends TURTLEPanel {
 		}*/
 	}
     
-}
\ No newline at end of file
+}
diff --git a/src/ui/AvatarDeploymentPanelTranslator.java b/src/ui/AvatarDeploymentPanelTranslator.java
new file mode 100755
index 0000000000000000000000000000000000000000..57969df7b72822734b7568e13b9d291308217ba9
--- /dev/null
+++ b/src/ui/AvatarDeploymentPanelTranslator.java
@@ -0,0 +1,228 @@
+// written by Julien Henon, M1 project 2015, amended by D. Genius
+
+package ui;
+
+import ddtranslatorSoclib.*;
+import ui.avatardd.*;
+import ui.*;
+import java.util.*;
+
+public class AvatarDeploymentPanelTranslator{
+    		
+    private int nb_init = 0;
+
+  /*there are seven targets which are fixed but which are invisible to the user of thr TTool deployment diagram) :
+
+    Targets on RAM0 :
+    the text segment (target 0)
+    the reset segment (target 1)
+    the data segment (target 2)
+
+    Other targets :
+    the simhelper segment (target 3)
+    the icu segment (target 4)
+    the timer segment (target 5)
+    the fdt segment (target 6)
+
+    There always is a RAM0
+  */
+
+    private int nb_target = 6; 
+	private int nb_proc = 0;
+	private int no_proc = 0;
+	private int nb_ram = 0;
+	private int no_ram = 0;
+	private int nb_tty = 0;
+	private int no_tty = 0;
+	private int nb_mwmr_segments = 0;
+
+    private LinkedList TGCComponents ;
+
+    private LinkedList<AvatarComponent> avatarComponents ;
+    private LinkedList<AvatarMappedObject> avatarMappedObject ;
+
+    public AvatarDeploymentPanelTranslator(ADDDiagramPanel _avatarddDiagramPanel ){
+
+      TGCComponents = _avatarddDiagramPanel.getComponentList();
+
+      avatarComponents = new   LinkedList<AvatarComponent>();
+      avatarMappedObject = new LinkedList<AvatarMappedObject>();
+
+      MakeListOfComponentAndMappedObject();
+    }
+
+    private void MakeListOfComponentAndMappedObject(){
+      
+      TGComponent dp = null;
+      ListIterator iterator = TGCComponents.listIterator();
+   
+      while(iterator.hasNext()) {
+        dp = (TGComponent)iterator.next();
+        if (dp instanceof ADDCPUNode){
+        
+          ADDCPUNode addCPUNode = (ADDCPUNode)dp;
+          String cpuName = addCPUNode.getNodeName();
+          int nbOfIRQs = addCPUNode.getNbOfIRQs();
+          int ICacheWays = addCPUNode.getICacheWays();
+          int ICacheSets = addCPUNode.getICacheSets() ;
+          int ICacheWords = addCPUNode.getICacheWords();
+          int dCacheWays = addCPUNode.getDCacheWays();
+          int dCacheSets = addCPUNode.getDCacheSets();
+          int dCacheWords = addCPUNode.getDCacheWords();
+        
+          AvatarCPU avcpu;
+          avcpu = new AvatarCPU(cpuName,nbOfIRQs,ICacheWays,ICacheSets,ICacheWords,dCacheWays,dCacheSets,dCacheWords,nb_init,no_proc );
+          nb_init++;
+          nb_proc++;
+          no_proc++;
+
+          Vector tasks = addCPUNode.getArtifactList();
+          for (int i = 0 ; i < tasks.size() ; i ++){
+            ADDBlockArtifact task = (ADDBlockArtifact)tasks.get(i);
+
+            String taskName = task.getTaskName();
+            String referenceTaskName = task.getReferenceTaskName() ;
+
+            AvatarTask avtask = new AvatarTask(taskName ,referenceTaskName,avcpu);
+            avcpu.addTask(avtask);
+            avatarMappedObject.add(avtask);
+          } 
+          avatarComponents.add(avcpu);
+         
+        
+        }else if(dp instanceof ADDTTYNode){
+          ADDTTYNode tty = (ADDTTYNode)dp;
+           
+          int index = tty.getIndex();
+          String ttyName = tty.getNodeName();
+
+          AvatarTTY avtty =  new AvatarTTY(ttyName,index,no_tty);
+          nb_tty++;
+          nb_target++;
+
+          avatarComponents.add(avtty);
+        }else if(dp instanceof ADDBridgeNode){
+          ADDBridgeNode bridge= (ADDBridgeNode)dp;
+          
+          String bridgeName = bridge.getNodeName();
+          AvatarBridge avbridge = new AvatarBridge(bridgeName);
+          
+          avatarComponents.add(avbridge);
+
+        }else if(dp instanceof ADDBusNode){
+          
+          ADDBusNode bus = (ADDBusNode)dp;
+
+          String busName = bus.getNodeName();
+          int nbOfAttachedInitiators = bus.getNbOfAttachedInitiators();
+          int nbOfAttachedTargets = bus.getNbOfAttachedTargets();
+          int fifoDepth = bus.getFifoDepth();
+          int minLatency = bus.getMinLatency();
+
+          AvatarBus avbus = new AvatarBus(busName,nbOfAttachedInitiators,nbOfAttachedTargets,fifoDepth,minLatency);
+          avatarComponents.add(avbus);
+
+        }
+	else if(dp instanceof ADDVgmnNode){
+          
+          ADDVgmnNode vgmn = (ADDVgmnNode)dp;
+
+          String vgmnName = vgmn.getNodeName();
+          int nbOfAttachedInitiators = vgmn.getNbOfAttachedInitiators();
+          int nbOfAttachedTargets = vgmn.getNbOfAttachedTargets();
+          int fifoDepth = vgmn.getFifoDepth();
+          int minLatency = vgmn.getMinLatency();
+
+          AvatarVgmn avvgmn = new AvatarVgmn(vgmnName,nbOfAttachedInitiators,nbOfAttachedTargets,fifoDepth,minLatency);
+          avatarComponents.add(avvgmn);
+
+        }
+	else if(dp instanceof ADDCrossbarNode){
+          
+          ADDCrossbarNode crossbar = (ADDCrossbarNode)dp;
+
+          String crossbarName = crossbar.getNodeName();
+          int nbOfAttachedInitiators = crossbar.getNbOfAttachedInitiators();
+          int nbOfAttachedTargets = crossbar.getNbOfAttachedTargets();
+          int cluster_index = crossbar.getClusterIndex();
+          int cluster_address = crossbar.getClusterAddress();
+
+          AvatarCrossbar avcrossbar = new AvatarCrossbar(crossbarName,nbOfAttachedInitiators,nbOfAttachedTargets,cluster_index,cluster_address);
+          avatarComponents.add(avcrossbar);
+        }
+	else if(dp instanceof ADDICUNode){
+          
+          ADDICUNode icu = (ADDICUNode)dp;
+
+          String ICUName = icu.getNodeName(); 
+          int index =  icu.getIndex();
+          int nbIRQ =  icu.getNIrq();
+
+          AvatarICU avicu = new AvatarICU(ICUName,index,nbIRQ);
+          avatarComponents.add(avicu);
+             
+        }else if(dp instanceof ADDTimerNode){
+          ADDTimerNode timer = (ADDTimerNode)dp;
+
+          String timerName = timer.getNodeName();
+          int nIrq = timer.getNIrq();
+          int index = timer.getIndex();
+
+          AvatarTimer avtimer = new AvatarTimer(timerName,index, nIrq );
+          avatarComponents.add(avtimer);
+
+        }else if(dp instanceof ADDCoproMWMRNode){
+       
+          ADDCoproMWMRNode addCoproMWMRNode = (ADDCoproMWMRNode)dp;
+     
+          String timerName = addCoproMWMRNode.getNodeName();
+          int srcid = addCoproMWMRNode.getSrcid() ; // initiator id 
+          int tgtid = addCoproMWMRNode.getTgtid(); // target id
+          int plaps = addCoproMWMRNode.getPlaps() ; // configuration of integrated timer
+          int fifoToCoprocDepth = addCoproMWMRNode.getFifoToCoprocDepth();
+          int fifoFromCoprocDepth = addCoproMWMRNode.getFifoFromCoprocDepth() ;    
+          int nToCopro = addCoproMWMRNode.getNToCopro(); // Nb of channels going to copro
+          int nFromCopro = addCoproMWMRNode.getNFromCopro(); // Nb of channels coming from copro
+          int nConfig = addCoproMWMRNode.getNConfig(); // Nb of configuration registers
+          int nStatus = addCoproMWMRNode.getNStatus(); // nb of status registers
+          boolean useLLSC = addCoproMWMRNode.getUseLLSC() ; // more efficient protocol. 0: not used. 1 or more -> used
+
+          AvatarCoproMWMR acpMWMR;
+          acpMWMR = new AvatarCoproMWMR(timerName,srcid,srcid,tgtid, plaps,fifoToCoprocDepth,fifoFromCoprocDepth,nToCopro,nFromCopro,nConfig,nStatus,useLLSC);
+
+        }else if(dp instanceof ADDMemoryNode){
+
+          if (dp instanceof ADDRAMNode){
+         
+            ADDRAMNode addRamNode = (ADDRAMNode)dp; 
+            String name = addRamNode.getNodeName();
+            int index = addRamNode.getIndex();
+            int byteDataSize = addRamNode.getDataSize();
+
+            AvatarRAM avram = new AvatarRAM(name,index,byteDataSize,no_ram);
+            no_ram++;
+            nb_ram++;
+            nb_target++;
+ 
+            Vector channels = addRamNode.getArtifactList();
+            for(int i=0 ; i < channels.size() ; i++ ) {
+              ADDChannelArtifact c = (ADDChannelArtifact)channels.get(i);
+
+              String referenceDiagram = c.getReferenceDiagram();
+              String  channelName = c.getChannelName();
+
+              AvatarChannel avcl = new AvatarChannel(referenceDiagram,channelName,avram);
+              avram.addChannel(avcl);
+              avatarMappedObject.add(avcl);
+            }
+            avatarComponents.add(avram);
+          }
+        }
+      }
+    }
+
+    public AvatarddSpecification getAvatarddSpecification(){
+      return new AvatarddSpecification(avatarComponents,avatarMappedObject,nb_target,nb_init);
+    }
+
+}
\ No newline at end of file
diff --git a/src/ui/DeploymentPanel.java b/src/ui/DeploymentPanel.java
index 340cc314e8227b7d6bb0681bce6eb5368b5a9170..71998c44abd1e11c9f40898b705a9ad925a917e0 100755
--- a/src/ui/DeploymentPanel.java
+++ b/src/ui/DeploymentPanel.java
@@ -108,4 +108,4 @@ public class DeploymentPanel extends TURTLEPanel {
     public String toString() {
         return "TURTLE Deployment: " + mgui.getTitleAt(this);
     }
-}
\ No newline at end of file
+}
diff --git a/src/ui/MainGUI.java b/src/ui/MainGUI.java
index 42ca5cd40b9019c27bb2cf98b76b56cd9f10efb7..588b78a63c8f00b55034cfd3f1b545401361bbaa 100755
--- a/src/ui/MainGUI.java
+++ b/src/ui/MainGUI.java
@@ -41,12 +41,16 @@
  * Creation: 15/12/2003
  * Version: 1.1 21/12/2003
  * Version: 1.2 29/09/2004
+ * 26/11/2015 D. Genius added DDD
  * @author Ludovic APVRILLE
  * @see
  */
 
 package ui;
-
+import ddtranslatorSoclib.*;
+import ddtranslatorSoclib.toSoclib.*;
+import ddtranslatorSoclib.toTopCell.*;
+import ddtranslatorSoclib.*;
 import java.io.*;
 import javax.swing.*;
 import javax.swing.event.*;
@@ -99,6 +103,12 @@ import ui.avatardd.*;
 
 import proverifspec.*;
 
+
+import ddtranslatorSoclib.toSoclib.*;
+import ddtranslatorSoclib.toTopCell.*;
+import ddtranslatorSoclib.*;
+import avatartranslator.*;
+
 public  class MainGUI implements ActionListener, WindowListener, KeyListener, PeriodicBehavior {
 
     public static boolean systemcOn;
@@ -3952,6 +3962,20 @@ public  class MainGUI implements ActionListener, WindowListener, KeyListener, Pe
         dtree.toBeUpdated();
     }
 
+// julien --------------------------------------------------------------
+
+
+    public void avatarddExecutableCodeGeneration(){
+      TraceManager.addDev("Avatar code generation");
+      JDialogAvatarddExecutableCodeGeneration jgen = new JDialogAvatarddExecutableCodeGeneration(frame, this, "Executable Code generation", ConfigurationTTool.AVATARExecutableCodeHost,"" , ConfigurationTTool.AVATARExecutableCodeDirectory,"","");
+        jgen.setSize(500, 450);
+        GraphicLib.centerOnParent(jgen);
+        jgen.setVisible(true);
+        dtree.toBeUpdated();
+    }
+
+  // ---------------------------------------------------------------------
+
     public void generateUPPAAL() {
         generateUPPAAL(true);
     }
@@ -7149,6 +7173,97 @@ public  class MainGUI implements ActionListener, WindowListener, KeyListener, Pe
             return null;
         }
     }
+    //---------------------------------- DDD ------------------------------------
+ // return current deployment panel
+
+    public ADDDiagramPanel getDeploymentPanel() {
+      ADDDiagramPanel deploymentDiagram =  null ; //(ADDDiagramPanel)activetdp;
+        TURTLEPanel tp = getCurrentTURTLEPanel();
+        Vector<TDiagramPanel> ps = tp.panels;            
+        for(TDiagramPanel panel : ps ){
+          if (panel instanceof ADDDiagramPanel){
+            deploymentDiagram = (ADDDiagramPanel)panel;
+          }
+       }
+      if(deploymentDiagram == null)
+         System.err.println("No ADDDiagramPanel found : MainGUI.getDeploymentPanel()");
+      return deploymentDiagram;
+    }
+
+
+ public ADDDiagramPanel getFirstAvatarDeploymentPanelFound(){
+	    ADDDiagramPanel adp = null;
+		for(int i =0 ; i<tabs.size();i++)
+			if(tabs.get(i) instanceof ADDPanel){
+				adp = ((ADDPanel)tabs.get(i)).tmladd;
+			}
+		if (adp == null)
+			System.err.println("No AvatarDeployment Panel Found : MainGUI.getFirstAvatarDeploymentPanelFound()");
+		return adp;
+    }
+
+
+  // find the first Design Panel in MainGUI.tabs  
+
+    public AvatarDesignPanel getFirstAvatarDesignPanelFound(){
+	    AvatarDesignPanel adp = null;
+		for(int i =0 ; i<tabs.size();i++)
+			if(tabs.get(i) instanceof AvatarDesignPanel){
+				adp = (AvatarDesignPanel)tabs.get(i);
+			}
+		if (adp == null)
+			System.err.println("No AvatarDesign Panel Found : MainGUI.getFirstAvatarDesignPanel()");
+		return adp;
+    }
+    
+
+    public void extracDeploymentDiagramToFile(){   
+      
+	ADDDiagramPanel deploymentDiagramPanel = getDeploymentPanel();
+	AvatarDesignPanel designDiagramPanel = getFirstAvatarDesignPanelFound();
+
+	AvatarDeploymentPanelTranslator avdeploymenttranslator = new AvatarDeploymentPanelTranslator(deploymentDiagramPanel);
+	AvatarddSpecification avddspec = avdeploymenttranslator.getAvatarddSpecification();	
+
+
+    AvatarDesignPanelTranslator avdesigntranslator = new AvatarDesignPanelTranslator( designDiagramPanel);
+	LinkedList<AvatarBDBlock> adp =  designDiagramPanel.getAvatarBDPanel().getFullBlockList();
+	Vector blocks = new Vector(adp);
+	AvatarSpecification avaspec = avdesigntranslator.generateAvatarSpecification(blocks);
+
+	//DG
+	//LinkedList<AvatarComponent> components = AvatarddSpecification.getComponents();
+	//AvatarToFile tofile;
+	//tofile =  new AvatarToFile(components,avaspec);
+	//tofile.extracParamToFile();
+    }
+ public void avatarToSoclib(){
+
+	ADDDiagramPanel deploymentDiagramPanel = getDeploymentPanel();
+	AvatarDesignPanel designDiagramPanel = getFirstAvatarDesignPanelFound();
+
+	AvatarDeploymentPanelTranslator avdeploymenttranslator = new AvatarDeploymentPanelTranslator(deploymentDiagramPanel);
+	AvatarddSpecification avddspec = avdeploymenttranslator.getAvatarddSpecification();	
+
+
+    AvatarDesignPanelTranslator avdesigntranslator = new AvatarDesignPanelTranslator( designDiagramPanel);
+	LinkedList<AvatarBDBlock> adp =  designDiagramPanel.getAvatarBDPanel().getFullBlockList();
+	Vector blocks = new Vector(adp);
+	AvatarSpecification avaspec = avdesigntranslator.generateAvatarSpecification(blocks);
+	
+	// Generator for block tasks and application main file
+	
+	TasksAndMainGenerator gene = new TasksAndMainGenerator(avddspec,avaspec);
+	gene.generateSoclib(false,false);
+	try{
+    System.err.println("ok");
+	gene.saveInFiles(gene.getGeneratedPath());
+	}catch(FileException e){
+		System.err.println("FileException : MainGUI.avatarToSoclib()");
+	}
+
+    }
+    //--------------------end DDD------------------------------------------------
 
     public boolean selectMainTab(String id) {
         TURTLEPanel tp;
@@ -7822,8 +7937,6 @@ public  class MainGUI implements ActionListener, WindowListener, KeyListener, Pe
             actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.UML_NOTE);
        } else if (command.equals(actions[TGUIAction.PRAGMA].getActionCommand())) {
             actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.PRAGMA);
-       } else if (command.equals(actions[TGUIAction.SAFETY_PRAGMA].getActionCommand())) {
-            actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.SAFETY_PRAGMA);
 
             // AVATAR actions
         } else if (command.equals(actions[TGUIAction.ACT_AVATAR_SIM].getActionCommand())) {
@@ -7997,13 +8110,26 @@ public  class MainGUI implements ActionListener, WindowListener, KeyListener, Pe
             // Avatar DD
         } else if (command.equals(actions[TGUIAction.ADD_EDIT].getActionCommand())) {
             actionOnButton(TGComponentManager.EDIT, -1);
+
+ // julien  --------------------------------------------------------------
+        } else if (command.equals(actions[TGUIAction.DEPLOY_AVATAR_DIAGRAM].getActionCommand())){
+          avatarddExecutableCodeGeneration();
+        } else if  (command.equals(actions[TGUIAction.EXTRAC_DEPLOY_PARAM_TO_FILE].getActionCommand())){
+          	extracDeploymentDiagramToFile();
+        // -------------------------------------------------------------------------
+
+
         } else if (command.equals(actions[TGUIAction.ADD_LINK].getActionCommand())) {
             actionOnButton(TGComponentManager.CONNECTOR, TGComponentManager.ADD_CONNECTOR);
         } else if (command.equals(actions[TGUIAction.ADD_CPUNODE].getActionCommand())) {
             actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.ADD_CPUNODE);
         } else if (command.equals(actions[TGUIAction.ADD_BUSNODE].getActionCommand())) {
             actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.ADD_BUSNODE);
-        } else if (command.equals(actions[TGUIAction.ADD_BRIDGENODE].getActionCommand())) {
+        } 
+else if (command.equals(actions[TGUIAction.ADD_VGMNNODE].getActionCommand())) {
+          actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.ADD_VGMNNODE);
+        }
+else if (command.equals(actions[TGUIAction.ADD_BRIDGENODE].getActionCommand())) {
             actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.ADD_BRIDGENODE);
         }  else if (command.equals(actions[TGUIAction.ADD_TTYNODE].getActionCommand())) {
             actionOnButton(TGComponentManager.COMPONENT, TGComponentManager.ADD_TTYNODE);
diff --git a/src/ui/TGComponentManager.java b/src/ui/TGComponentManager.java
index aaac60ecda30403d02f52eeefb55096595549b6b..9c222ff4bcc8ce6ef34146d82695305217e09ef1 100755
--- a/src/ui/TGComponentManager.java
+++ b/src/ui/TGComponentManager.java
@@ -393,7 +393,7 @@ public class TGComponentManager {
     public static final int APD_COMPOSITION_CONNECTOR = 5313;
 
     // Avatar Deployment Diagrams at 5350
-    public static final int ADD_CONNECTOR = 5350;
+    /*    public static final int ADD_CONNECTOR = 5350;
     public static final int ADD_CPUNODE = 5351;
     public static final int ADD_ARTIFACT = 5352;
     public static final int ADD_BUSNODE = 5353;
@@ -405,7 +405,24 @@ public class TGComponentManager {
     public static final int ADD_ICUNODE = 5359;
     public static final int ADD_COPROMWMRNODE = 5360;
     public static final int ADD_TIMERNODE = 5361;
-    public static final int ADD_CHANNELARTIFACT = 5362;
+    public static final int ADD_CHANNELARTIFACT = 5362;*/
+
+// Avatar Deployment Diagrams at 5350
+	public static final int ADD_CONNECTOR = 5350;
+	public static final int ADD_CPUNODE = 5351;
+	public static final int ADD_ARTIFACT = 5352;
+	public static final int ADD_BUSNODE = 5363;
+	public static final int ADD_TTYNODE = 5354;
+	public static final int ADD_RAMNODE = 5355;        
+	public static final int ADD_ROMNODE = 5356;
+	public static final int ADD_BRIDGENODE = 5357;
+	public static final int ADD_DMANODE = 5358;
+	public static final int ADD_ICUNODE = 5359;
+	public static final int ADD_COPROMWMRNODE = 5360;
+	public static final int ADD_TIMERNODE = 5361;
+	public static final int ADD_CHANNELARTIFACT = 5362;
+        public static final int ADD_VGMNNODE = 5353;
+        public static final int ADD_CROSSBARNODE = 5364;
 
     // AVATAR CD -> starts at 5400
     public static final int ACD_BLOCK = 5400;
@@ -595,6 +612,12 @@ public class TGComponentManager {
         case ADD_BUSNODE:
             tgc = new ADDBusNode(x, y, tdp.getMinX(), tdp.getMaxX(), tdp.getMinY(), tdp.getMaxY(), false, null, tdp);
             break;
+	case ADD_VGMNNODE:
+                tgc = new ADDBusNode(x, y, tdp.getMinX(), tdp.getMaxX(), tdp.getMinY(), tdp.getMaxY(), false, null, tdp);
+                break; 
+	case ADD_CROSSBARNODE:
+                tgc = new ADDBusNode(x, y, tdp.getMinX(), tdp.getMaxX(), tdp.getMinY(), tdp.getMaxY(), false, null, tdp);
+                break; 
         case ADD_TTYNODE:
             tgc = new ADDTTYNode(x, y, tdp.getMinX(), tdp.getMaxX(), tdp.getMinY(), tdp.getMaxY(), false, null, tdp);
             break;
diff --git a/src/ui/TGUIAction.java b/src/ui/TGUIAction.java
index 3c1a0fc896ba5ff13e5729ac049c813bb350485e..a916661efe5ebde07fc4a65ea55671383fb06822 100755
--- a/src/ui/TGUIAction.java
+++ b/src/ui/TGUIAction.java
@@ -50,11 +50,11 @@ import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.awt.event.KeyEvent;
 
-
 import javax.swing.*;
 
 import javax.swing.event.EventListenerList;
 
+
 public class TGUIAction extends AbstractAction {
     // Actions
     public static final int ACT_NEW = 0;
@@ -371,7 +371,7 @@ public class TGUIAction extends AbstractAction {
     public static final int ADD_EDIT = 398;
     public static final int ADD_LINK = 399;
     public static final int ADD_CPUNODE = 400;
-    public static final int ADD_BUSNODE = 401;
+    public static final int ADD_BUSNODE = 420;
     public static final int ADD_BLOCKARTIFACT = 402;
     public static final int ADD_TTYNODE = 403;
     public static final int ADD_RAMNODE = 404;
@@ -382,7 +382,15 @@ public class TGUIAction extends AbstractAction {
     public static final int ADD_COPROMWMRNODE = 409;
     public static final int ADD_TIMERNODE = 410;
     public static final int ADD_CHANNELARTIFACT = 411;
+    public static final int ADD_VGMNNODE = 401;
+    public static final int ADD_CROSSBARNODE = 421;
+  // julien -------------------------------------------------------------
+    
+    public static final int DEPLOY_AVATAR_DIAGRAM = 418;
+    public static final int EXTRAC_DEPLOY_PARAM_TO_FILE = 419;
+  // --------------------------------------------------------------------
 
+	
 
 
     // AVATAR Parametric Diagrams
@@ -770,8 +778,16 @@ public class TGUIAction extends AbstractAction {
         actions[ADD_LINK] = new TAction("add-add-link", "Add a link", IconManager.imgic202, IconManager.imgic202, "Link", "Add a link between two nodes of the currently opened AVATAR deployment diagram", 0);
         actions[ADD_CPUNODE] = new TAction("add-add-cpunode", "Add a CPU", IconManager.imgic1100, IconManager.imgic1100, "CPU", "Add a cpu node to the currently opened AVATAR deployment diagram", 0);
         actions[ADD_BUSNODE] = new TAction("add-add-busnode", "Add a Bus", IconManager.imgic1102, IconManager.imgic1102, "Bus", "Add a bus node to the currently opened AVATAR deployment diagram", 0);
+actions[ADD_VGMNNODE] = new TAction("add-add-vgmnnode", "Add a VGMN", IconManager.imgic1102, IconManager.imgic1102, "VGMN", "Add a VGMN node to the currently opened AVATAR deployment diagram", 0);
+	actions[ADD_CROSSBARNODE] = new TAction("add-add-crossbarnode", "Add a CROSSBAR", IconManager.imgic1102, IconManager.imgic1102, "Crossbar", "Add a Crossbar node to the currently opened AVATAR deployment diagram", 0);
         actions[ADD_TTYNODE] = new TAction("add-add-tty", "Add a TTY node", IconManager.imgic1108, IconManager.imgic1108, "TTY", "Add a tty node to the currently opened AVATAR deployment diagram", 0);
         actions[ADD_BLOCKARTIFACT] = new TAction("add-add-blockartifact", "Map an AVATAR block", IconManager.imgic702, IconManager.imgic702, "Map an AVATAR block", "Map an AVATAR block onto a node in the currently opened AVATAR deployment diagram", 0);
+ // julien ----------------------------------------------------------------------------------
+        actions[DEPLOY_AVATAR_DIAGRAM] = new TAction("DEPLOY", "DEPLOY",IconManager.imgic94, IconManager.imgic94, "Generate DEPLOY Soclib", "DEPLOY diagram without check syntax", 0);
+	
+        actions[EXTRAC_DEPLOY_PARAM_TO_FILE] = new TAction("FILE", "FILE",IconManager.imgic340,IconManager.imgic340, "Extrac attributes to File", "Extrac attributes to specified File", 0);
+      // -----------------------------------------------------------------------------------------
+
         actions[ADD_CHANNELARTIFACT] = new TAction("add-add-channelartifact", "Map an AVATAR Channel", IconManager.imgic702, IconManager.imgic702, "Map an AVATAR channel", "Map an AVATAR channel onto a memory in the currently opened AVATAR deployment diagram", 0);
         actions[ADD_BRIDGENODE] = new TAction("add-add-bridgenode", "Add a Bridge", IconManager.imgic1104, IconManager.imgic1104, "Bridge node", "Add a bridge node to the currently opened AVATAR deployment diagram", 0);
         actions[ADD_RAMNODE] = new TAction("add-add-ramnode", "Add a RAM", IconManager.imgic1108, IconManager.imgic1108, "RAM", "Add a hardware accelerator node to the currently opened AVATAR deployment diagram", 0);
diff --git a/src/ui/avatardd/ADDArtifact.java b/src/ui/avatardd/ADDArtifact.java
index 6b75d5e29f80f4b6a44865df70f834212e7b1da8..dec5a7c1d0098dffca5c14ade437039f7988ea3f 100755
--- a/src/ui/avatardd/ADDArtifact.java
+++ b/src/ui/avatardd/ADDArtifact.java
@@ -1,48 +1,48 @@
 /**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
 
-   ludovic.apvrille AT enst.fr
-
-   This software is a computer program whose purpose is to allow the
-   edition of TURTLE analysis, design and deployment diagrams, to
-   allow the generation of RT-LOTOS or Java code from this diagram,
-   and at last to allow the analysis of formal validation traces
-   obtained from external tools, e.g. RTL from LAAS-CNRS and CADP
-   from INRIA Rhone-Alpes.
-
-   This software is governed by the CeCILL  license under French law and
-   abiding by the rules of distribution of free software.  You can  use,
-   modify and/ or redistribute the software under the terms of the CeCILL
-   license as circulated by CEA, CNRS and INRIA at the following URL
-   "http://www.cecill.info".
-
-   As a counterpart to the access to the source code and  rights to copy,
-   modify and redistribute granted by the license, users are provided only
-   with a limited warranty  and the software's author,  the holder of the
-   economic rights,  and the successive licensors  have only  limited
-   liability.
-
-   In this respect, the user's attention is drawn to the risks associated
-   with loading,  using,  modifying and/or developing or reproducing the
-   software by the user in light of its specific status of free software,
-   that may mean  that it is complicated to manipulate,  and  that  also
-   therefore means  that it is reserved for developers  and  experienced
-   professionals having in-depth computer knowledge. Users are therefore
-   encouraged to load and test the software's suitability as regards their
-   requirements in conditions enabling the security of their systems and/or
-   data to be ensured and,  more generally, to use and operate it in the
-   same conditions as regards security.
-
-   The fact that you are presently reading this means that you have had
-   knowledge of the CeCILL license and that you accept its terms.
-
-   /**
-   * Class ADDArtifact
-   * Artifact of an avatar deployment diagram
-   * Creation: 30/06/2014
-   * @version 1.0 30/06/2014
-   * @author Ludovic APVRILLE
-   * @see
-   */
+ludovic.apvrille AT enst.fr
+
+This software is a computer program whose purpose is to allow the 
+edition of TURTLE analysis, design and deployment diagrams, to 
+allow the generation of RT-LOTOS or Java code from this diagram, 
+and at last to allow the analysis of formal validation traces 
+obtained from external tools, e.g. RTL from LAAS-CNRS and CADP 
+from INRIA Rhone-Alpes.
+
+This software is governed by the CeCILL  license under French law and
+abiding by the rules of distribution of free software.  You can  use, 
+modify and/ or redistribute the software under the terms of the CeCILL
+license as circulated by CEA, CNRS and INRIA at the following URL
+"http://www.cecill.info". 
+
+As a counterpart to the access to the source code and  rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty  and the software's author,  the holder of the
+economic rights,  and the successive licensors  have only  limited
+liability. 
+
+In this respect, the user's attention is drawn to the risks associated
+with loading,  using,  modifying and/or developing or reproducing the
+software by the user in light of its specific status of free software,
+that may mean  that it is complicated to manipulate,  and  that  also
+therefore means  that it is reserved for developers  and  experienced
+professionals having in-depth computer knowledge. Users are therefore
+encouraged to load and test the software's suitability as regards their
+requirements in conditions enabling the security of their systems and/or 
+data to be ensured and,  more generally, to use and operate it in the 
+same conditions as regards security. 
+
+The fact that you are presently reading this means that you have had
+knowledge of the CeCILL license and that you accept its terms.
+
+/**
+ * Class ADDArtifact
+ * Artifact of an avatar deployment diagram
+ * Creation: 30/06/2014
+ * @version 1.0 30/06/2014
+ * @author Ludovic APVRILLE
+ * @see
+ */
 
 package ui.avatardd;
 
@@ -65,47 +65,47 @@ public class ADDArtifact extends TGCWithoutInternalComponent implements Swallowe
     protected int fileX = 20;
     protected int fileY = 25;
     protected int cran = 5;
-
+	
     protected String oldValue = "";
     protected String referenceTaskName = "referenceToBlock";
-    protected String taskName = "name";
-
+	protected String taskName = "name";
+    
     public ADDArtifact(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp)  {
         super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp);
-
+        
         width = 75;
         height = 40;
         minWidth = 75;
-
+        
         nbConnectingPoint = 0;
         addTGConnectingPointsComment();
-
+        
         moveable = true;
         editable = true;
         removable = true;
-
+        
         value = "TMLDesign::task";
         taskName = "name";
-        referenceTaskName = "TMLTask";
-
+		referenceTaskName = "TMLTask";
+        
         makeFullValue();
-
+        
         myImageIcon = IconManager.imgic702;
     }
-
-
+	
+    
     public void internalDrawing(Graphics g) {
-
+        
         if (oldValue.compareTo(value) != 0) {
             setValue(value, g);
         }
-
+        
         g.drawRect(x, y, width, height);
-        Color c = g.getColor();
-        g.setColor(ColorManager.CPU_BOX_2);
-        g.fillRect(x+1, y+1, width-1, height-1);
+		Color c = g.getColor();
+		g.setColor(ColorManager.CPU_BOX_2);
+		g.fillRect(x+1, y+1, width-1, height-1);
         g.setColor(c);
-
+		
         //g.drawRoundRect(x, y, width, height, arc, arc);
         g.drawLine(x+width-space-fileX, y + space, x+width-space-fileX, y+space+fileY);
         g.drawLine(x+width-space-fileX, y + space, x+width-space-cran, y+space);
@@ -114,26 +114,26 @@ public class ADDArtifact extends TGCWithoutInternalComponent implements Swallowe
         g.drawLine(x+width-space, y+space+fileY, x+width-space-fileX, y+space+fileY);
         g.drawLine(x+width-space-cran, y+space, x+width-space-cran, y+space+cran);
         g.drawLine(x+width-space-cran, y+space+cran, x + width-space, y+space+cran);
-
-        g.drawImage(IconManager.img9, x+width-space-fileX + 3, y + space + 7, null);
-
+		
+		g.drawImage(IconManager.img9, x+width-space-fileX + 3, y + space + 7, null);
+        
         g.drawString(value, x + textX , y + textY);
-
+        
     }
-
+    
     public void setValue(String val, Graphics g) {
         oldValue = value;
         int w  = g.getFontMetrics().stringWidth(value);
-        int w1 = Math.max(minWidth, w + 2 * textX + fileX + space);
-
+		int w1 = Math.max(minWidth, w + 2 * textX + fileX + space);
+		
         //System.out.println("width=" + width + " w1=" + w1 + " w2=" + w2 + " value=" + value);
-        if (w1 != width) {
+        if (w1 != width) { 
             width = w1;
             resizeWithFather();
         }
         //System.out.println("width=" + width + " w1=" + w1 + " value=" + value);
     }
-
+    
     public void resizeWithFather() {
         if ((father != null) && ((father instanceof ADDCPUNode))) {
             //System.out.println("cdRect comp");
@@ -142,72 +142,72 @@ public class ADDArtifact extends TGCWithoutInternalComponent implements Swallowe
             setMoveCd(x, y);
         }
     }
-
-
-    public boolean editOndoubleClick(JFrame frame) {
-        String tmp;
-        boolean error = false;
-
-        /*JDialogTMLTaskArtifact dialog = new JDialogTMLTaskArtifact(frame, "Setting artifact attributes", this);
-          dialog.setSize(400, 350);
-          GraphicLib.centerOnParent(dialog);
-          dialog.show(); // blocked until dialog has been closed
-
-          if (!dialog.isRegularClose()) {
-          return false;
-          }
-
-          if (dialog.getReferenceTaskName() == null) {
-          return false;
-          }
-
-          if (dialog.getReferenceTaskName().length() != 0) {
-          tmp = dialog.getReferenceTaskName();
-          referenceTaskName = tmp;
-
-
-          }
-
-          if (dialog.getTaskName().length() != 0) {
-          tmp = dialog.getTaskName();
-
-          if (!TAttribute.isAValidId(tmp, false, false)) {
-          error = true;
-          } else {
-          taskName = tmp;
-          }
-          }
-
-          priority = dialog.getPriority();
-
-          if (error) {
-          JOptionPane.showMessageDialog(frame,
-          "Name is non-valid",
-          "Error",
-          JOptionPane.INFORMATION_MESSAGE);
-          }
-
-          makeFullValue();*/
-
-        return !error;
-
+    
+    
+     public boolean editOndoubleClick(JFrame frame) {
+		String tmp;
+		boolean error = false;
+		
+		/*JDialogTMLTaskArtifact dialog = new JDialogTMLTaskArtifact(frame, "Setting artifact attributes", this);
+		dialog.setSize(400, 350);
+        GraphicLib.centerOnParent(dialog);
+        dialog.show(); // blocked until dialog has been closed
+        
+		if (!dialog.isRegularClose()) {
+			return false;
+		}
+		
+		if (dialog.getReferenceTaskName() == null) {
+			return false;
+		}
+		
+		if (dialog.getReferenceTaskName().length() != 0) {
+			tmp = dialog.getReferenceTaskName();
+			referenceTaskName = tmp;
+			
+			
+		}
+		
+		if (dialog.getTaskName().length() != 0) {
+			tmp = dialog.getTaskName();
+			
+			if (!TAttribute.isAValidId(tmp, false, false)) {
+				error = true;
+            } else {
+				taskName = tmp;
+			}
+		}
+		
+		priority = dialog.getPriority();
+			
+		if (error) {
+			JOptionPane.showMessageDialog(frame,
+               "Name is non-valid",
+               "Error",
+               JOptionPane.INFORMATION_MESSAGE);
+		}
+		
+		makeFullValue();*/
+			
+		return !error;
+      
     }
-
+    
     private void makeFullValue() {
         value = referenceTaskName + "::" + taskName;
     }
-
+    
     public TGComponent isOnMe(int _x, int _y) {
         if (GraphicLib.isInRectangle(_x, _y, x, y, width, height)) {
             return this;
         }
         return null;
     }
-
+    
     public int getType() {
         return TGComponentManager.ADD_ARTIFACT;
     }
-
+    
     protected String translateExtraParam() {
         StringBuffer sb = new StringBuffer("<extraparam>\n");
         sb.append("<info value=\"" + value + "\" taskName=\"" + taskName + "\" referenceTaskName=\"");
@@ -216,18 +216,18 @@ public class ADDArtifact extends TGCWithoutInternalComponent implements Swallowe
         sb.append("</extraparam>\n");
         return new String(sb);
     }
-
+    
     public void loadExtraParam(NodeList nl, int decX, int decY, int decId) throws MalformedModelingException{
         //System.out.println("*** load extra synchro ***");
         try {
-
+            
             NodeList nli;
             Node n1, n2;
             Element elt;
             int t1id;
             String svalue = null, sname = null, sreferenceTask = null;
-            String prio;
-
+			String prio;
+            
             for(int i=0; i<nl.getLength(); i++) {
                 n1 = nl.item(i);
                 //System.out.println(n1);
@@ -245,7 +245,7 @@ public class ADDArtifact extends TGCWithoutInternalComponent implements Swallowe
                             }
                             if (svalue != null) {
                                 value = svalue;
-                            }
+                            } 
                             if (sname != null){
                                 taskName = sname;
                             }
@@ -256,30 +256,38 @@ public class ADDArtifact extends TGCWithoutInternalComponent implements Swallowe
                     }
                 }
             }
-
+            
         } catch (Exception e) {
             throw new MalformedModelingException();
         }
         makeFullValue();
     }
-
-
-    public String getReferenceTaskName() {
+    
+    public DesignPanel getDesignPanel() {
+        return tdp.getGUI().getDesignPanel(value);
+    }
+	
+	public String getReferenceTaskName() {
         return referenceTaskName;
     }
-
-    public void setReferenceTaskName(String _referenceTaskName) {
+	
+	public void setReferenceTaskName(String _referenceTaskName) {
         referenceTaskName = _referenceTaskName;
-        makeFullValue();
+		makeFullValue();
     }
-
+    
     public String getTaskName() {
         return taskName;
     }
-
-    public String getAttributes() {
-        return "";
-    }
-
-
+	
+	public String getAttributes() {
+		return "";
+	}
+    public String getAttributesToFile() {
+		return "";
+	}
+    
+
+    
+    
 }
diff --git a/src/ui/avatardd/ADDBlockArtifact.java b/src/ui/avatardd/ADDBlockArtifact.java
index 25e49ebaa94b69d3b1b1ef33e1575d924ddd71f9..29c31514090f589f0a30b86f82d43e496095667d 100755
--- a/src/ui/avatardd/ADDBlockArtifact.java
+++ b/src/ui/avatardd/ADDBlockArtifact.java
@@ -281,7 +281,4 @@ public class ADDBlockArtifact extends TGCWithoutInternalComponent implements Swa
         return taskName;
     }
 	
-	
-    
-    
 }
diff --git a/src/ui/avatardd/ADDBusNode.java b/src/ui/avatardd/ADDBusNode.java
index 8b564a0e2b58e11dde7c5b52d29318a0c170d663..f3be66e55f184a542603cc078215265ab6616ea9 100755
--- a/src/ui/avatardd/ADDBusNode.java
+++ b/src/ui/avatardd/ADDBusNode.java
@@ -66,8 +66,8 @@ public class ADDBusNode extends ADDCommunicationNode implements WithAttributes {
 		private String stereotype = "VGMN";
 		
 		private int index = 0;
-		private int nbAttachedInitiat = 0;
-		private int nbAttachedTarget = 0;
+		private int nbOfAttachedInitiators = 0;
+		private int nbOfAttachedTargets = 0;
 		private int fifoDepth = 0;
 		private int minLatency = 0;
 		
@@ -111,7 +111,7 @@ public class ADDBusNode extends ADDCommunicationNode implements WithAttributes {
 				removable = true;
 				userResizable = true;
 				
-				name = tdp.findNodeName("Vgmn");
+				name = tdp.findNodeName("Bus");
 				value = "name";
 				
 				myImageIcon = IconManager.imgic700;
@@ -220,34 +220,34 @@ public class ADDBusNode extends ADDCommunicationNode implements WithAttributes {
 						}
 				}
 				
-				if (dialog.getNbAttachedInitiat().length() != 0) {	
+				if (dialog.getNbOfAttachedInitiators().length() != 0) {	
 						try {
-								tmp = nbAttachedInitiat;
-								nbAttachedInitiat = Integer.decode(dialog.getNbAttachedInitiat()).intValue();
-								if (nbAttachedInitiat < 0) {
-										nbAttachedInitiat = tmp;
+								tmp = nbOfAttachedInitiators;
+								nbOfAttachedInitiators = Integer.decode(dialog.getNbOfAttachedInitiators()).intValue();
+								if (nbOfAttachedInitiators < 0) {
+										nbOfAttachedInitiators = tmp;
 										error = true;
-										errors += "nbAttachedInitiat  ";
+										errors += "nbOfAttachedInitiators  ";
 								}
 						} catch (Exception e) {
 								error = true;
-								errors += "nbAttachedInitiat  ";
+								errors += "nbOfAttachedInitiators  ";
 						}
 				}
 				
 				
-				if (dialog.getNbAttachedTarget().length() != 0) {	
+				if (dialog.getNbOfAttachedTargets().length() != 0) {	
 						try {
-								tmp = nbAttachedTarget;
-								nbAttachedTarget = Integer.decode(dialog.getNbAttachedTarget()).intValue();
-								if (nbAttachedTarget < 0) {
-										nbAttachedTarget = tmp;
+								tmp = nbOfAttachedTargets;
+								nbOfAttachedTargets = Integer.decode(dialog.getNbOfAttachedTargets()).intValue();
+								if (nbOfAttachedTargets < 0) {
+										nbOfAttachedTargets = tmp;
 										error = true;
-										errors += "nbAttachedTarget  ";
+										errors += "nbOfAttachedTargets  ";
 								}
 						} catch (Exception e) {
 								error = true;
-								errors += "nbAttachedTarget  ";
+								errors += "nbOfAttachedTargets  ";
 						}
 				}                 
 				
@@ -303,8 +303,8 @@ public class ADDBusNode extends ADDCommunicationNode implements WithAttributes {
 				sb.append("<info stereotype=\"" + stereotype + "\" nodeName=\"" + name);
 				sb.append("\" />\n");
 				sb.append("<attributes index=\"" + index + "\" ");
-				sb.append(" nbAttachedInitiat=\"" + nbAttachedInitiat + "\" ");
-				sb.append(" nbAttachedTarget=\"" + nbAttachedTarget + "\" ");
+				sb.append(" nbOfAttachedInitiators=\"" + nbOfAttachedInitiators + "\" ");
+				sb.append(" nbOfAttachedTargets=\"" + nbOfAttachedTargets + "\" ");
 				sb.append(" minLatency=\"" + minLatency + "\" ");
 				sb.append(" fifoDepth=\"" + fifoDepth + "\" ");
 				sb.append("/>\n");
@@ -345,8 +345,8 @@ public class ADDBusNode extends ADDCommunicationNode implements WithAttributes {
 														
 														if (elt.getTagName().equals("attributes")) {
 																index = Integer.decode(elt.getAttribute("index")).intValue();
-																nbAttachedInitiat =Integer.decode(elt.getAttribute("nbAttachedInitiat")).intValue();
-																nbAttachedTarget = Integer.decode(elt.getAttribute("nbAttachedTarget")).intValue();
+																nbOfAttachedInitiators =Integer.decode(elt.getAttribute("nbOfAttachedInitiators")).intValue();
+																nbOfAttachedTargets = Integer.decode(elt.getAttribute("nbOfAttachedTargets")).intValue();
 																minLatency = Integer.decode(elt.getAttribute("minLatency")).intValue();
 																fifoDepth = Integer.decode(elt.getAttribute("fifoDepth")).intValue();
 																
@@ -367,18 +367,31 @@ public class ADDBusNode extends ADDCommunicationNode implements WithAttributes {
 		public String getAttributes() {
 				String attr = "";
 				attr += "index = " + index + "\n";
-				attr += "nbAttachedInitiat = " + nbAttachedInitiat + "\n";
-				attr += "nbAttachedTarget = " + nbAttachedTarget + "\n"; 
+				attr += "nbOfAttachedInitiators = " + nbOfAttachedInitiators + "\n";
+				attr += "nbOfAttachedTargets = " + nbOfAttachedTargets + "\n"; 
 				attr += "minLatency = " + minLatency + "\n";
 				attr += "fifoDepth = " + fifoDepth + "\n";
 				return attr;
 		}
+
+    public String getAttributesToFile() {
+				String attr = "";
+				attr += index + "\n";
+				attr += nbOfAttachedInitiators + "\n";
+				attr += nbOfAttachedTargets + "\n"; 
+				attr += minLatency + "\n";
+				attr += fifoDepth + "\n";
+				return attr;
+		}
 		
-				public int getIndex() { return index;}
-		public int getNbAttachedInitiat() { return nbAttachedInitiat;}
-		public int getNbAttachedTarget() { return nbAttachedTarget;}
+		public int getIndex() { return index;}
+		public int getNbOfAttachedInitiators() { return nbOfAttachedInitiators;}
+		public int getNbOfAttachedTargets() { return nbOfAttachedTargets;}
 		public int getFifoDepth() { return fifoDepth;}
 		public int getMinLatency() { return minLatency;}
 		
+     public String toString(){
+      return "Bus";
+    }
 		
 }
diff --git a/src/ui/avatardd/ADDCrossbarNode.java b/src/ui/avatardd/ADDCrossbarNode.java
new file mode 100755
index 0000000000000000000000000000000000000000..9f9e9c11bb8189e9525bce7a5cd934550fe14e88
--- /dev/null
+++ b/src/ui/avatardd/ADDCrossbarNode.java
@@ -0,0 +1,398 @@
+/**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
+
+ludovic.apvrille AT enst.fr
+
+This software is a computer program whose purpose is to allow the 
+edition of TURTLE analysis, design and deployment diagrams, to 
+allow the generation of RT-LOTOS or Java code from this diagram, 
+and at last to allow the analysis of formal validation traces 
+obtained from external tools, e.g. RTL from LAAS-CNRS and CADP 
+from INRIA Rhone-Alpes.
+
+This software is governed by the CeCILL  license under French law and
+abiding by the rules of distribution of free software.  You can  use, 
+modify and/ or redistribute the software under the terms of the CeCILL
+license as circulated by CEA, CNRS and INRIA at the following URL
+"http://www.cecill.info". 
+
+As a counterpart to the access to the source code and  rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty  and the software's author,  the holder of the
+economic rights,  and the successive licensors  have only  limited
+liability. 
+
+In this respect, the user's attention is drawn to the risks associated
+with loading,  using,  modifying and/or developing or reproducing the
+software by the user in light of its specific status of free software,
+that may mean  that it is complicated to manipulate,  and  that  also
+therefore means  that it is reserved for developers  and  experienced
+professionals having in-depth computer knowledge. Users are therefore
+encouraged to load and test the software's suitability as regards their
+requirements in conditions enabling the security of their systems and/or 
+data to be ensured and,  more generally, to use and operate it in the 
+same conditions as regards security. 
+
+The fact that you are presently reading this means that you have had
+knowledge of the CeCILL license and that you accept its terms.
+
+/**
+* Class ADDVgmnNode
+* Node. To be used in Avatar Deployment Diagram
+* Creation: 30/06/2014
+* @version 1.0 30/06/2014
+* @author Ludovic APVRILLE
+* @see
+*/
+
+package ui.avatardd;
+
+import java.awt.*;
+import java.util.*;
+import javax.swing.*;
+
+import org.w3c.dom.*;
+
+import myutil.*;
+import ui.*;
+import ui.window.*;
+
+import tmltranslator.*;
+
+public class ADDCrossbarNode extends ADDCommunicationNode implements WithAttributes {
+		private int textY1 = 15;
+		private int textY2 = 30;
+		private int derivationx = 2;
+		private int derivationy = 3;
+		private String stereotype = "CROSSBAR";
+		
+		private int index = 0;
+		private int nbOfAttachedInitiators = 0;
+		private int nbOfAttachedTargets = 0;
+		private int cluster_index = 0;
+		private int cluster_address = 0;
+		
+
+		
+		public ADDCrossbarNode(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp)  {
+				super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp);
+				
+				width = 250;
+				height = 50;
+				minWidth = 100;
+				minHeight = 50;
+				
+				nbConnectingPoint = 16;
+				connectingPoint = new TGConnectingPoint[16];
+				
+				connectingPoint[0] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.0);
+				connectingPoint[1] = new ADDConnectingPoint(this, 0, 0, true, false, 0.5, 0.0);
+				connectingPoint[2] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.0);
+				connectingPoint[3] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.5);
+				connectingPoint[4] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.5);
+				connectingPoint[5] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 1.0);
+				connectingPoint[6] = new ADDConnectingPoint(this, 0, 0, true, false, 0.5, 1.0);
+				connectingPoint[7] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 1.0);
+				
+				connectingPoint[8] = new ADDConnectingPoint(this, 0, 0, true, false, 0.25, 0.0);
+				connectingPoint[9] = new ADDConnectingPoint(this, 0, 0, true, false, 0.75, 0.0);
+				connectingPoint[10] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.25);
+				connectingPoint[11] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.25);
+				connectingPoint[12] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.75);
+				connectingPoint[13] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.75);
+				connectingPoint[14] = new ADDConnectingPoint(this, 0, 0, true, false, 0.25, 1.0);
+				connectingPoint[15] = new ADDConnectingPoint(this, 0, 0, true, false, 0.75, 1.0);
+				
+				addTGConnectingPointsComment();
+				
+				nbInternalTGComponent = 0;
+				
+				moveable = true;
+				editable = true;
+				removable = true;
+				userResizable = true;
+				
+				name = tdp.findNodeName("Crossbar");
+				value = "name";
+				
+				myImageIcon = IconManager.imgic700;
+		}
+		
+		public void internalDrawing(Graphics g) {
+				Color c = g.getColor();
+				g.draw3DRect(x, y, width, height, true);
+				
+				
+				// Top lines
+				g.drawLine(x, y, x + derivationx, y - derivationy);
+				g.drawLine(x + width, y, x + width + derivationx, y - derivationy);
+				g.drawLine(x + derivationx, y - derivationy, x + width + derivationx, y - derivationy);
+				
+				// Right lines
+				g.drawLine(x + width, y + height, x + width + derivationx, y - derivationy + height);
+				g.drawLine(x + derivationx + width, y - derivationy, x + width + derivationx, y - derivationy + height);
+				
+				// Filling color
+				g.setColor(ColorManager.BUS_BOX);
+				g.fill3DRect(x+1, y+1, width-1, height-1, true);
+				g.setColor(c);
+				
+				// Strings
+				String ster = "<<" + stereotype + ">>";
+				int w  = g.getFontMetrics().stringWidth(ster);
+				Font f = g.getFont();
+				g.setFont(f.deriveFont(Font.BOLD));
+				g.drawString(ster, x + (width - w)/2, y + textY1);
+				g.setFont(f);
+				w  = g.getFontMetrics().stringWidth(name);
+				g.drawString(name, x + (width - w)/2, y + textY2);
+				
+				// Icon
+				//g.drawImage(IconManager.imgic1102.getImage(), x + width - 20, y + 4, null);
+				g.drawImage(IconManager.imgic1102.getImage(), x + 4, y + 4, null);
+				g.drawImage(IconManager.img9, x + width - 20, y + 4, null);
+		}
+		
+		public TGComponent isOnOnlyMe(int x1, int y1) {
+				
+				Polygon pol = new Polygon();
+				pol.addPoint(x, y);
+				pol.addPoint(x + derivationx, y - derivationy);
+				pol.addPoint(x + derivationx + width, y - derivationy);
+				pol.addPoint(x + derivationx + width, y + height - derivationy);
+				pol.addPoint(x + width, y + height);
+				pol.addPoint(x, y + height);
+				if (pol.contains(x1, y1)) {
+						return this;
+				}
+				
+				return null;
+		}
+		
+		public String getStereotype() {
+				return stereotype;
+				
+		}
+		
+		public String getNodeName() {
+				return name;
+		}
+		
+		public boolean editOndoubleClick(JFrame frame) {
+				boolean error = false;
+				String errors = "";
+				int tmp;
+				String tmpName;
+				
+				JDialogADDCrossbarNode dialog = new JDialogADDCrossbarNode(frame, "Setting vgmn attributes", this);
+				dialog.setSize(500, 450);
+				GraphicLib.centerOnParent(dialog);
+				dialog.show(); // blocked until dialog has been closed
+				
+				if (!dialog.isRegularClose()) {
+						return false;
+				}
+				
+				if (dialog.getNodeName().length() != 0) {
+						tmpName = dialog.getNodeName();
+						tmpName = tmpName.trim();
+						if (!TAttribute.isAValidId(tmpName, false, false)) {
+								error = true;
+								errors += "Name of the node  ";
+						} else {
+								name = tmpName;
+						}
+				}
+				
+				
+				
+				if (dialog.getIndex().length() != 0) {	
+						try {
+								tmp = index;
+								index = Integer.decode(dialog.getIndex()).intValue();
+								if (index < 0) {
+										index = tmp;
+										error = true;
+										errors += "index ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "index  ";
+						}
+				}
+				
+				if (dialog.getNbOfAttachedInitiators().length() != 0) {	
+						try {
+								tmp = nbOfAttachedInitiators;
+								nbOfAttachedInitiators = Integer.decode(dialog.getNbOfAttachedInitiators()).intValue();
+								if (nbOfAttachedInitiators < 0) {
+										nbOfAttachedInitiators = tmp;
+										error = true;
+										errors += "nbOfAttachedInitiators  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "nbOfAttachedInitiators  ";
+						}
+				}
+				
+				
+				if (dialog.getNbOfAttachedTargets().length() != 0) {	
+						try {
+								tmp = nbOfAttachedTargets;
+								nbOfAttachedTargets = Integer.decode(dialog.getNbOfAttachedTargets()).intValue();
+								if (nbOfAttachedTargets < 0) {
+										nbOfAttachedTargets = tmp;
+										error = true;
+										errors += "nbOfAttachedTargets  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "nbOfAttachedTargets  ";
+						}
+				}                 
+				
+				if (dialog.getClusterIndex().length() != 0) {	
+						try {
+								tmp = cluster_index;
+								cluster_index = Integer.decode(dialog.getClusterIndex()).intValue();
+								if (cluster_index < 0) {
+										cluster_index = tmp;
+										error = true;
+										errors += "cluster_index  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "cluster_index  ";
+						}
+				}
+				
+				if (dialog.getClusterAddress().length() != 0) {	
+						try {
+								tmp = cluster_address;
+								cluster_address = Integer.decode(dialog.getClusterAddress()).intValue();
+								if (cluster_address < 0) {
+									       cluster_address = tmp;
+										error = true;
+										errors += "cluster_address  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "cluster_address ";
+						}
+				}
+
+				
+				if (error) {
+						JOptionPane.showMessageDialog(frame,
+								"Invalid value for the following attributes: " + errors,
+								"Error",
+								JOptionPane.INFORMATION_MESSAGE);
+						return false;
+				}
+				
+				return true;
+		}
+		
+		
+		public int getType() {
+				return TGComponentManager.ADD_CROSSBARNODE;
+		}
+		
+		protected String translateExtraParam() {
+				StringBuffer sb = new StringBuffer("<extraparam>\n");
+				sb.append("<info stereotype=\"" + stereotype + "\" nodeName=\"" + name);
+				sb.append("\" />\n");
+				sb.append("<attributes index=\"" + index + "\" ");
+				sb.append(" nbOfAttachedInitiators=\"" + nbOfAttachedInitiators + "\" ");
+				
+				sb.append(" nbOfAttachedTargets\"" + nbOfAttachedTargets + "\" ");
+				sb.append(" cluster_index=\"" + cluster_index + "\" ");
+				sb.append(" cluster_address=\"" + cluster_address + "\" ");
+				sb.append("/>\n");
+				sb.append("</extraparam>\n");
+				return new String(sb);
+		}
+		
+		public void loadExtraParam(NodeList nl, int decX, int decY, int decId) throws MalformedModelingException{
+				//System.out.println("*** load extra synchro ***");
+				try {
+						
+						NodeList nli;
+						Node n1, n2;
+						Element elt;
+						int t1id;
+						String sstereotype = null, snodeName = null;
+						
+						for(int i=0; i<nl.getLength(); i++) {
+								n1 = nl.item(i);
+								//System.out.println(n1);
+								if (n1.getNodeType() == Node.ELEMENT_NODE) {
+										nli = n1.getChildNodes();
+										for(int j=0; i<nli.getLength(); i++) {
+												n2 = nli.item(i);
+												//System.out.println(n2);
+												if (n2.getNodeType() == Node.ELEMENT_NODE) {
+														elt = (Element) n2;
+														if (elt.getTagName().equals("info")) {
+                                sstereotype = elt.getAttribute("stereotype");
+                                snodeName = elt.getAttribute("nodeName");
+                            }
+                            if (sstereotype != null) {
+                                stereotype = sstereotype;
+                            } 
+                            if (snodeName != null){
+                                name = snodeName;
+                            }
+														
+														if (elt.getTagName().equals("attributes")) {
+																index = Integer.decode(elt.getAttribute("index")).intValue();
+																nbOfAttachedInitiators =Integer.decode(elt.getAttribute("nbOfAttachedInitiators")).intValue();
+																nbOfAttachedTargets = Integer.decode(elt.getAttribute("nbOfAttachedTargets")).intValue();
+																cluster_index = Integer.decode(elt.getAttribute("cluster_index")).intValue();
+																cluster_address = Integer.decode(elt.getAttribute("cluster_address")).intValue();
+																
+														}
+												}
+										}
+								}
+						}
+						
+				} catch (Exception e) {
+						throw new MalformedModelingException();
+				}
+		}
+		
+		
+
+		
+		public String getAttributes() {
+				String attr = "";
+				attr += "index = " + index + "\n";
+				attr += "nbOfAttachedInitiators = " + nbOfAttachedInitiators + "\n";
+				attr += "nbOfAttachedTargets = " + nbOfAttachedTargets + "\n"; 
+				attr += "cluster_address = " + cluster_address+ "\n";
+				attr += "cluster_index= " + cluster_index + "\n";
+				return attr;
+		}
+
+    public String getAttributesToFile() {
+				String attr = "";
+				attr += index + "\n";
+				attr += nbOfAttachedInitiators+ "\n";
+				attr += nbOfAttachedTargets+ "\n";
+				attr += cluster_index + "\n"; 			
+				attr += cluster_address + "\n";
+				return attr;
+		}
+		
+		public int getIndex() { return index;}
+		public int getNbOfAttachedInitiators() { return nbOfAttachedInitiators;}
+		public int getNbOfAttachedTargets() { return nbOfAttachedTargets;}
+		public int getClusterIndex() { return cluster_index;}
+		public int getClusterAddress() { return cluster_address;}
+		
+     public String toString(){
+      return "Crossbar";
+    }
+		
+}
diff --git a/src/ui/avatardd/ADDDiagramToolBar.java b/src/ui/avatardd/ADDDiagramToolBar.java
index feebc50c5347710926d788eae639b3f2724abbbc..2c0199f248238ec456a09b8bd33653630e99decb 100755
--- a/src/ui/avatardd/ADDDiagramToolBar.java
+++ b/src/ui/avatardd/ADDDiagramToolBar.java
@@ -43,6 +43,8 @@ knowledge of the CeCILL license and that you accept its terms.
  * @version 1.0 30/06/2014
  * @author Ludovic APVRILLE
  * @see ADDDiagramPanel
+ * @version 2.0 08/07/2015
+ * @author Ludovic APVRILLE (update by Julien HENON, Daniela GENIUS)
  */
 
 package ui.avatardd;
@@ -68,6 +70,8 @@ public class ADDDiagramToolBar extends TToolBar {
         mgui.actions[TGUIAction.ADD_CPUNODE].setEnabled(b);
 		mgui.actions[TGUIAction.ADD_BUSNODE].setEnabled(b);
 		mgui.actions[TGUIAction.ADD_BRIDGENODE].setEnabled(b);
+		mgui.actions[TGUIAction.ADD_VGMNNODE].setEnabled(b);
+		mgui.actions[TGUIAction.ADD_CROSSBARNODE].setEnabled(b);
         mgui.actions[TGUIAction.ADD_BLOCKARTIFACT].setEnabled(b);    
         mgui.actions[TGUIAction.ADD_CHANNELARTIFACT].setEnabled(b);
         mgui.actions[TGUIAction.ADD_TTYNODE].setEnabled(b);
@@ -81,8 +85,16 @@ public class ADDDiagramToolBar extends TToolBar {
 		
 		mgui.actions[TGUIAction.ACT_SHOW_ZOOM].setEnabled(false);
 		
-		/*mgui.actions[TGUIAction.ACT_MODEL_CHECKING].setEnabled(b);
-		mgui.actions[TGUIAction.ACT_ONECLICK_LOTOS_RG].setEnabled(b);
+      // julien -------------------------------------------------
+
+        mgui.actions[TGUIAction.DEPLOY_AVATAR_DIAGRAM].setEnabled(b);
+ 	mgui.actions[TGUIAction.EXTRAC_DEPLOY_PARAM_TO_FILE].setEnabled(b);
+
+
+      // --------------------------------------------------------
+
+      /*mgui.actions[TGUIAction.ACT_MODEL_CHECKING].setEnabled(b);
+        mgui.actions[TGUIAction.ACT_ONECLICK_LOTOS_RG].setEnabled(b);
 		mgui.actions[TGUIAction.ACT_SIMU_SYSTEMC].setEnabled(b);*/
 		
 		mgui.updateZoomInfo();
@@ -133,13 +145,17 @@ public class ADDDiagramToolBar extends TToolBar {
         button = this.add(mgui.actions[TGUIAction.ADD_TTYNODE]);
         button.addMouseListener(mgui.mouseHandler);
 		
-		this.addSeparator();
-		
-		button = this.add(mgui.actions[TGUIAction.ADD_BUSNODE]);
+	this.addSeparator();
+				
+	button = this.add(mgui.actions[TGUIAction.ADD_BUSNODE]);
+        button.addMouseListener(mgui.mouseHandler);
+	button = this.add(mgui.actions[TGUIAction.ADD_BRIDGENODE]);
+        button.addMouseListener(mgui.mouseHandler);	
+	button = this.add(mgui.actions[TGUIAction.ADD_VGMNNODE]);
         button.addMouseListener(mgui.mouseHandler);
-		button = this.add(mgui.actions[TGUIAction.ADD_BRIDGENODE]);
+	button = this.add(mgui.actions[TGUIAction.ADD_CROSSBARNODE]);
         button.addMouseListener(mgui.mouseHandler);
-		button = this.add(mgui.actions[TGUIAction.ADD_RAMNODE]);
+	button = this.add(mgui.actions[TGUIAction.ADD_RAMNODE]);
         button.addMouseListener(mgui.mouseHandler);
         button = this.add(mgui.actions[TGUIAction.ADD_CHANNELARTIFACT]);
         button.addMouseListener(mgui.mouseHandler);
@@ -148,12 +164,21 @@ public class ADDDiagramToolBar extends TToolBar {
         
         
 
-		this.addSeparator();
+	this.addSeparator();
 		
-		button = this.add(mgui.actions[TGUIAction.ACT_TOGGLE_ATTR]);
+	button = this.add(mgui.actions[TGUIAction.ACT_TOGGLE_ATTR]);
         button.addMouseListener(mgui.mouseHandler);
-		
-		
+        
+       this.addSeparator();
+
+	button = this.add(mgui.actions[TGUIAction.EXTRAC_DEPLOY_PARAM_TO_FILE]);
+        button.addMouseListener(mgui.mouseHandler);
+
+	button = this.add(mgui.actions[TGUIAction.DEPLOY_AVATAR_DIAGRAM]);
+        button.addMouseListener(mgui.mouseHandler);
+
+        // -----------------------------------------------------
+
     }
     
 } // Class
diff --git a/src/ui/avatardd/ADDVgmnNode.java b/src/ui/avatardd/ADDVgmnNode.java
new file mode 100755
index 0000000000000000000000000000000000000000..d28b1cf7a50cf6867640ed49e87069cb5b3db9e6
--- /dev/null
+++ b/src/ui/avatardd/ADDVgmnNode.java
@@ -0,0 +1,397 @@
+/**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
+
+ludovic.apvrille AT enst.fr
+
+This software is a computer program whose purpose is to allow the 
+edition of TURTLE analysis, design and deployment diagrams, to 
+allow the generation of RT-LOTOS or Java code from this diagram, 
+and at last to allow the analysis of formal validation traces 
+obtained from external tools, e.g. RTL from LAAS-CNRS and CADP 
+from INRIA Rhone-Alpes.
+
+This software is governed by the CeCILL  license under French law and
+abiding by the rules of distribution of free software.  You can  use, 
+modify and/ or redistribute the software under the terms of the CeCILL
+license as circulated by CEA, CNRS and INRIA at the following URL
+"http://www.cecill.info". 
+
+As a counterpart to the access to the source code and  rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty  and the software's author,  the holder of the
+economic rights,  and the successive licensors  have only  limited
+liability. 
+
+In this respect, the user's attention is drawn to the risks associated
+with loading,  using,  modifying and/or developing or reproducing the
+software by the user in light of its specific status of free software,
+that may mean  that it is complicated to manipulate,  and  that  also
+therefore means  that it is reserved for developers  and  experienced
+professionals having in-depth computer knowledge. Users are therefore
+encouraged to load and test the software's suitability as regards their
+requirements in conditions enabling the security of their systems and/or 
+data to be ensured and,  more generally, to use and operate it in the 
+same conditions as regards security. 
+
+The fact that you are presently reading this means that you have had
+knowledge of the CeCILL license and that you accept its terms.
+
+/**
+* Class ADDVgmnNode
+* Node. To be used in Avatar Deployment Diagram
+* Creation: 30/06/2014
+* @version 1.0 30/06/2014
+* @author Ludovic APVRILLE
+* @see
+*/
+
+package ui.avatardd;
+
+import java.awt.*;
+import java.util.*;
+import javax.swing.*;
+
+import org.w3c.dom.*;
+
+import myutil.*;
+import ui.*;
+import ui.window.*;
+
+import tmltranslator.*;
+
+public class ADDVgmnNode extends ADDCommunicationNode implements WithAttributes {
+		private int textY1 = 15;
+		private int textY2 = 30;
+		private int derivationx = 2;
+		private int derivationy = 3;
+		private String stereotype = "VGMN";
+		
+		private int index = 0;
+		private int nbOfAttachedInitiators = 0;
+		private int nbOfAttachedTargets = 0;
+		private int fifoDepth = 0;
+		private int minLatency = 0;
+		
+
+		
+		public ADDVgmnNode(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp)  {
+				super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp);
+				
+				width = 250;
+				height = 50;
+				minWidth = 100;
+				minHeight = 50;
+				
+				nbConnectingPoint = 16;
+				connectingPoint = new TGConnectingPoint[16];
+				
+				connectingPoint[0] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.0);
+				connectingPoint[1] = new ADDConnectingPoint(this, 0, 0, true, false, 0.5, 0.0);
+				connectingPoint[2] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.0);
+				connectingPoint[3] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.5);
+				connectingPoint[4] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.5);
+				connectingPoint[5] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 1.0);
+				connectingPoint[6] = new ADDConnectingPoint(this, 0, 0, true, false, 0.5, 1.0);
+				connectingPoint[7] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 1.0);
+				
+				connectingPoint[8] = new ADDConnectingPoint(this, 0, 0, true, false, 0.25, 0.0);
+				connectingPoint[9] = new ADDConnectingPoint(this, 0, 0, true, false, 0.75, 0.0);
+				connectingPoint[10] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.25);
+				connectingPoint[11] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.25);
+				connectingPoint[12] = new ADDConnectingPoint(this, 0, 0, true, false, 0.0, 0.75);
+				connectingPoint[13] = new ADDConnectingPoint(this, 0, 0, true, false, 1.0, 0.75);
+				connectingPoint[14] = new ADDConnectingPoint(this, 0, 0, true, false, 0.25, 1.0);
+				connectingPoint[15] = new ADDConnectingPoint(this, 0, 0, true, false, 0.75, 1.0);
+				
+				addTGConnectingPointsComment();
+				
+				nbInternalTGComponent = 0;
+				
+				moveable = true;
+				editable = true;
+				removable = true;
+				userResizable = true;
+				
+				name = tdp.findNodeName("Vgmn");
+				value = "name";
+				
+				myImageIcon = IconManager.imgic700;
+		}
+		
+		public void internalDrawing(Graphics g) {
+				Color c = g.getColor();
+				g.draw3DRect(x, y, width, height, true);
+				
+				
+				// Top lines
+				g.drawLine(x, y, x + derivationx, y - derivationy);
+				g.drawLine(x + width, y, x + width + derivationx, y - derivationy);
+				g.drawLine(x + derivationx, y - derivationy, x + width + derivationx, y - derivationy);
+				
+				// Right lines
+				g.drawLine(x + width, y + height, x + width + derivationx, y - derivationy + height);
+				g.drawLine(x + derivationx + width, y - derivationy, x + width + derivationx, y - derivationy + height);
+				
+				// Filling color
+				g.setColor(ColorManager.BUS_BOX);
+				g.fill3DRect(x+1, y+1, width-1, height-1, true);
+				g.setColor(c);
+				
+				// Strings
+				String ster = "<<" + stereotype + ">>";
+				int w  = g.getFontMetrics().stringWidth(ster);
+				Font f = g.getFont();
+				g.setFont(f.deriveFont(Font.BOLD));
+				g.drawString(ster, x + (width - w)/2, y + textY1);
+				g.setFont(f);
+				w  = g.getFontMetrics().stringWidth(name);
+				g.drawString(name, x + (width - w)/2, y + textY2);
+				
+				// Icon
+				//g.drawImage(IconManager.imgic1102.getImage(), x + width - 20, y + 4, null);
+				g.drawImage(IconManager.imgic1102.getImage(), x + 4, y + 4, null);
+				g.drawImage(IconManager.img9, x + width - 20, y + 4, null);
+		}
+		
+		public TGComponent isOnOnlyMe(int x1, int y1) {
+				
+				Polygon pol = new Polygon();
+				pol.addPoint(x, y);
+				pol.addPoint(x + derivationx, y - derivationy);
+				pol.addPoint(x + derivationx + width, y - derivationy);
+				pol.addPoint(x + derivationx + width, y + height - derivationy);
+				pol.addPoint(x + width, y + height);
+				pol.addPoint(x, y + height);
+				if (pol.contains(x1, y1)) {
+						return this;
+				}
+				
+				return null;
+		}
+		
+		public String getStereotype() {
+				return stereotype;
+				
+		}
+		
+		public String getNodeName() {
+				return name;
+		}
+		
+		public boolean editOndoubleClick(JFrame frame) {
+				boolean error = false;
+				String errors = "";
+				int tmp;
+				String tmpName;
+				
+				JDialogADDVgmnNode dialog = new JDialogADDVgmnNode(frame, "Setting vgmn attributes", this);
+				dialog.setSize(500, 450);
+				GraphicLib.centerOnParent(dialog);
+				dialog.show(); // blocked until dialog has been closed
+				
+				if (!dialog.isRegularClose()) {
+						return false;
+				}
+				
+				if (dialog.getNodeName().length() != 0) {
+						tmpName = dialog.getNodeName();
+						tmpName = tmpName.trim();
+						if (!TAttribute.isAValidId(tmpName, false, false)) {
+								error = true;
+								errors += "Name of the node  ";
+						} else {
+								name = tmpName;
+						}
+				}
+				
+				
+				
+				if (dialog.getIndex().length() != 0) {	
+						try {
+								tmp = index;
+								index = Integer.decode(dialog.getIndex()).intValue();
+								if (index < 0) {
+										index = tmp;
+										error = true;
+										errors += "index ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "index  ";
+						}
+				}
+				
+				if (dialog.getNbOfAttachedInitiators().length() != 0) {	
+						try {
+								tmp = nbOfAttachedInitiators;
+								nbOfAttachedInitiators = Integer.decode(dialog.getNbOfAttachedInitiators()).intValue();
+								if (nbOfAttachedInitiators < 0) {
+										nbOfAttachedInitiators = tmp;
+										error = true;
+										errors += "nbOfAttachedInitiators  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "nbOfAttachedInitiators  ";
+						}
+				}
+				
+				
+				if (dialog.getNbOfAttachedTargets().length() != 0) {	
+						try {
+								tmp = nbOfAttachedTargets;
+								nbOfAttachedTargets = Integer.decode(dialog.getNbOfAttachedTargets()).intValue();
+								if (nbOfAttachedTargets < 0) {
+										nbOfAttachedTargets = tmp;
+										error = true;
+										errors += "nbOfAttachedTargets  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "nbOfAttachedTargets  ";
+						}
+				}                 
+				
+				if (dialog.getFifoDepth().length() != 0) {	
+						try {
+								tmp = fifoDepth;
+								fifoDepth = Integer.decode(dialog.getFifoDepth()).intValue();
+								if (fifoDepth < 0) {
+										fifoDepth = tmp;
+										error = true;
+										errors += "fifoDepth  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "fifoDepth  ";
+						}
+				}
+				
+				if (dialog.getMinLatency().length() != 0) {	
+						try {
+								tmp = minLatency;
+								minLatency = Integer.decode(dialog.getMinLatency()).intValue();
+								if (minLatency < 0) {
+										minLatency = tmp;
+										error = true;
+										errors += "minLatency  ";
+								}
+						} catch (Exception e) {
+								error = true;
+								errors += "minLatency  ";
+						}
+				}
+
+				
+				if (error) {
+						JOptionPane.showMessageDialog(frame,
+								"Invalid value for the following attributes: " + errors,
+								"Error",
+								JOptionPane.INFORMATION_MESSAGE);
+						return false;
+				}
+				
+				return true;
+		}
+		
+		
+		public int getType() {
+				return TGComponentManager.ADD_VGMNNODE;
+		}
+		
+		protected String translateExtraParam() {
+				StringBuffer sb = new StringBuffer("<extraparam>\n");
+				sb.append("<info stereotype=\"" + stereotype + "\" nodeName=\"" + name);
+				sb.append("\" />\n");
+				sb.append("<attributes index=\"" + index + "\" ");
+				sb.append(" nbOfAttachedInitiators=\"" + nbOfAttachedInitiators + "\" ");
+				sb.append(" nbOfAttachedTargets=\"" + nbOfAttachedTargets + "\" ");
+				sb.append(" minLatency=\"" + minLatency + "\" ");
+				sb.append(" fifoDepth=\"" + fifoDepth + "\" ");
+				sb.append("/>\n");
+				sb.append("</extraparam>\n");
+				return new String(sb);
+		}
+		
+		public void loadExtraParam(NodeList nl, int decX, int decY, int decId) throws MalformedModelingException{
+				//System.out.println("*** load extra synchro ***");
+				try {
+						
+						NodeList nli;
+						Node n1, n2;
+						Element elt;
+						int t1id;
+						String sstereotype = null, snodeName = null;
+						
+						for(int i=0; i<nl.getLength(); i++) {
+								n1 = nl.item(i);
+								//System.out.println(n1);
+								if (n1.getNodeType() == Node.ELEMENT_NODE) {
+										nli = n1.getChildNodes();
+										for(int j=0; i<nli.getLength(); i++) {
+												n2 = nli.item(i);
+												//System.out.println(n2);
+												if (n2.getNodeType() == Node.ELEMENT_NODE) {
+														elt = (Element) n2;
+														if (elt.getTagName().equals("info")) {
+                                sstereotype = elt.getAttribute("stereotype");
+                                snodeName = elt.getAttribute("nodeName");
+                            }
+                            if (sstereotype != null) {
+                                stereotype = sstereotype;
+                            } 
+                            if (snodeName != null){
+                                name = snodeName;
+                            }
+														
+														if (elt.getTagName().equals("attributes")) {
+																index = Integer.decode(elt.getAttribute("index")).intValue();
+																nbOfAttachedInitiators =Integer.decode(elt.getAttribute("nbOfAttachedInitiators")).intValue();
+																nbOfAttachedTargets = Integer.decode(elt.getAttribute("nbOfAttachedTargets")).intValue();
+																minLatency = Integer.decode(elt.getAttribute("minLatency")).intValue();
+																fifoDepth = Integer.decode(elt.getAttribute("fifoDepth")).intValue();
+																
+														}
+												}
+										}
+								}
+						}
+						
+				} catch (Exception e) {
+						throw new MalformedModelingException();
+				}
+		}
+		
+		
+
+		
+		public String getAttributes() {
+				String attr = "";
+				attr += "index = " + index + "\n";
+				attr += "nbOfAttachedInitiators = " + nbOfAttachedInitiators + "\n";
+				attr += "nbOfAttachedTargets = " + nbOfAttachedTargets + "\n"; 
+				attr += "minLatency = " + minLatency + "\n";
+				attr += "fifoDepth = " + fifoDepth + "\n";
+				return attr;
+		}
+
+    public String getAttributesToFile() {
+				String attr = "";
+				attr += index + "\n";
+				attr += nbOfAttachedInitiators + "\n";
+				attr += nbOfAttachedTargets + "\n"; 
+				attr += minLatency + "\n";
+				attr += fifoDepth + "\n";
+				return attr;
+		}
+		
+		public int getIndex() { return index;}
+		public int getNbOfAttachedInitiators() { return nbOfAttachedInitiators;}
+		public int getNbOfAttachedTargets() { return nbOfAttachedTargets;}
+		public int getFifoDepth() { return fifoDepth;}
+		public int getMinLatency() { return minLatency;}
+		
+     public String toString(){
+      return "Vgmn";
+    }
+		
+}
diff --git a/src/ui/window/JDialogADDBusNode.java b/src/ui/window/JDialogADDBusNode.java
index a7959efd3a1768e5c9a6b339f938eb9d06d3f035..ff4f324d9ec749a42618c29056aa3140287d2070 100755
--- a/src/ui/window/JDialogADDBusNode.java
+++ b/src/ui/window/JDialogADDBusNode.java
@@ -70,7 +70,7 @@ public class JDialogADDBusNode extends javax.swing.JDialog implements ActionList
     protected JTextField nodeName;
 	
 	// Panel2
-    protected JTextField index, nbAttachedInitiat, nbAttachedTarget, fifoDepth, minLatency;
+    protected JTextField index, nbOfAttachedInitiators, nbOfAttachedTargets, fifoDepth, minLatency;
 	
     
     // Main Panel
@@ -139,14 +139,14 @@ public class JDialogADDBusNode extends javax.swing.JDialog implements ActionList
 		c2.gridwidth = 1;
         panel2.add(new JLabel("Nb of attached initators:"), c2);
         c2.gridwidth = GridBagConstraints.REMAINDER; //end row
-        nbAttachedInitiat = new JTextField(""+node.getNbAttachedInitiat(), 15);
-        panel2.add(nbAttachedInitiat, c2);
+        nbOfAttachedInitiators = new JTextField(""+node.getNbOfAttachedInitiators(), 15);
+        panel2.add(nbOfAttachedInitiators, c2);
         
         c2.gridwidth = 1;
         panel2.add(new JLabel("Nb of attached target:"), c2);
         c2.gridwidth = GridBagConstraints.REMAINDER; //end row
-        nbAttachedTarget = new JTextField(""+node.getNbAttachedTarget(), 15);
-        panel2.add(nbAttachedTarget, c2);
+        nbOfAttachedTargets = new JTextField(""+node.getNbOfAttachedTargets(), 15);
+        panel2.add(nbOfAttachedTargets, c2);
         
         c2.gridwidth = 1;
         panel2.add(new JLabel("Fifo depth:"), c2);
@@ -221,12 +221,12 @@ public class JDialogADDBusNode extends javax.swing.JDialog implements ActionList
         return index.getText();
     }
     
-    public String getNbAttachedInitiat() {
-        return nbAttachedInitiat.getText();
+    public String getNbOfAttachedInitiators() {
+        return nbOfAttachedInitiators.getText();
     }
 	
-	public String getNbAttachedTarget(){
-		  return nbAttachedTarget.getText();
+	public String getNbOfAttachedTargets(){
+		  return nbOfAttachedTargets.getText();
 	  }
 	  
 	public String getFifoDepth(){
diff --git a/src/ui/window/JDialogADDCrossbarNode.java b/src/ui/window/JDialogADDCrossbarNode.java
new file mode 100755
index 0000000000000000000000000000000000000000..5b3d276afaecb5dbe0bcb063ead0a39dea40f4e1
--- /dev/null
+++ b/src/ui/window/JDialogADDCrossbarNode.java
@@ -0,0 +1,242 @@
+/**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
+ *
+ * ludovic.apvrille AT enst.fr
+ *
+ * This software is a computer program whose purpose is to allow the
+ * edition of TURTLE analysis, design and deployment diagrams, to
+ * allow the generation of RT-LOTOS or Java code from this diagram,
+ * and at last to allow the analysis of formal validation traces
+ * obtained from external tools, e.g. RTL from LAAS-CNRS and CADP
+ * from INRIA Rhone-Alpes.
+ *
+ * This software is governed by the CeCILL  license under French law and
+ * abiding by the rules of distribution of free software.  You can  use,
+ * modify and/ or redistribute the software under the terms of the CeCILL
+ * license as circulated by CEA, CNRS and INRIA at the following URL
+ * "http://www.cecill.info".
+ *
+ * As a counterpart to the access to the source code and  rights to copy,
+ * modify and redistribute granted by the license, users are provided only
+ * with a limited warranty  and the software's author,  the holder of the
+ * economic rights,  and the successive licensors  have only  limited
+ * liability.
+ *
+ * In this respect, the user's attention is drawn to the risks associated
+ * with loading,  using,  modifying and/or developing or reproducing the
+ * software by the user in light of its specific status of free software,
+ * that may mean  that it is complicated to manipulate,  and  that  also
+ * therefore means  that it is reserved for developers  and  experienced
+ * professionals having in-depth computer knowledge. Users are therefore
+ * encouraged to load and test the software's suitability as regards their
+ * requirements in conditions enabling the security of their systems and/or
+ * data to be ensured and,  more generally, to use and operate it in the
+ * same conditions as regards security.
+ *
+ * The fact that you are presently reading this means that you have had
+ * knowledge of the CeCILL license and that you accept its terms.
+ *
+ * /**
+ * Class JDialogADDVgmnNode
+ * Dialog for managing attributes of CROSSBAR nodes
+ * Creation: 02/07/2014
+ * @version 1.0 02/07/2014
+ * @author Ludovic APVRILLE
+ * @see
+ */
+
+package ui.window;
+
+import java.awt.*;
+import java.awt.event.*;
+import javax.swing.*;
+//import javax.swing.event.*;
+//import java.util.*;
+
+import ui.*;
+
+import ui.avatardd.*;
+
+
+public class JDialogADDCrossbarNode extends javax.swing.JDialog implements ActionListener  {
+    
+    private boolean regularClose;
+    
+    private JPanel panel2;
+    private Frame frame;
+    private ADDCrossbarNode node;
+    
+	
+    // Panel1
+    protected JTextField nodeName;
+	
+	// Panel2
+    protected JTextField index, nbOfAttachedInitiators, nbOfAttachedTargets, cluster_index, cluster_address;
+	
+    
+    // Main Panel
+    private JButton closeButton;
+    private JButton cancelButton;
+    
+    /** Creates new form  */
+    public JDialogADDCrossbarNode(Frame _frame, String _title, ADDCrossbarNode _node) {
+        super(_frame, _title, true);
+        frame = _frame;
+        node = _node;
+        
+        initComponents();
+        myInitComponents();
+        pack();
+    }
+    
+    private void myInitComponents() {
+    }
+    
+    private void initComponents() {
+        Container c = getContentPane();
+        GridBagLayout gridbag0 = new GridBagLayout();
+        GridBagLayout gridbag1 = new GridBagLayout();
+        GridBagLayout gridbag2 = new GridBagLayout();
+        GridBagConstraints c0 = new GridBagConstraints();
+        GridBagConstraints c1 = new GridBagConstraints();
+        GridBagConstraints c2 = new GridBagConstraints();
+        
+        setFont(new Font("Helvetica", Font.PLAIN, 14));
+        c.setLayout(gridbag0);
+        
+        setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
+        
+        
+        panel2 = new JPanel();
+        panel2.setLayout(gridbag2);
+        panel2.setBorder(new javax.swing.border.TitledBorder("CROSSBAR attributes"));
+        panel2.setPreferredSize(new Dimension(400, 200));
+        
+		c1.gridwidth = 1;
+        c1.gridheight = 1;
+        c1.weighty = 1.0;
+        c1.weightx = 1.0;
+        c1.fill = GridBagConstraints.HORIZONTAL;
+        panel2.add(new JLabel("Crossbar name:"), c2);
+        c1.gridwidth = GridBagConstraints.REMAINDER; //end row
+        nodeName = new JTextField(node.getNodeName(), 30);
+        nodeName.setEditable(true);
+        nodeName.setFont(new Font("times", Font.PLAIN, 12));
+		panel2.add(nodeName, c1);
+ 
+        c2.gridwidth = 1;
+        c2.gridheight = 1;
+        c2.weighty = 1.0;
+        c2.weightx = 1.0;
+        c2.fill = GridBagConstraints.HORIZONTAL;
+      
+        
+        c2.gridwidth = 1;
+        panel2.add(new JLabel("Index:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        index = new JTextField(""+node.getIndex(), 15);
+        panel2.add(index, c2);
+	
+	/* This is generated automatically by the DD analyzer */ 
+	/*c2.gridwidth = 1;
+        panel2.add(new JLabel("Nb of attached initators:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        nbAttachedInitiat = new JTextField(""+node.getNbAttachedInitiat(), 15);
+        panel2.add(nbAttachedInitiat, c2);*/
+        
+	/* c2.gridwidth = 1;
+        panel2.add(new JLabel("Nb of attached target:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        nbAttachedTarget = new JTextField(""+node.getNbAttachedTarget(), 15);
+        panel2.add(nbAttachedTarget, c2);*/
+        
+        c2.gridwidth = 1;
+        panel2.add(new JLabel("Cluster index:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        cluster_index = new JTextField(""+node.getClusterIndex(), 15);
+        panel2.add(cluster_index, c2);
+        
+        c2.gridwidth = 1;
+        panel2.add(new JLabel("Cluster address:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        cluster_address = new JTextField(""+node.getClusterAddress(), 15);
+        panel2.add(cluster_address, c2);
+        
+        
+        
+        // main panel;
+        c0.gridheight = 10;
+        c0.weighty = 1.0;
+        c0.weightx = 1.0;
+        c0.gridwidth = GridBagConstraints.REMAINDER; //end row
+        c.add(panel2, c0);
+        
+        c0.gridwidth = 1;
+        c0.gridheight = 1;
+        c0.fill = GridBagConstraints.HORIZONTAL;
+        closeButton = new JButton("Save and Close", IconManager.imgic25);
+        //closeButton.setPreferredSize(new Dimension(600, 50));
+        closeButton.addActionListener(this);
+        c.add(closeButton, c0);
+        c0.gridwidth = GridBagConstraints.REMAINDER; //end row
+        cancelButton = new JButton("Cancel", IconManager.imgic27);
+        cancelButton.addActionListener(this);
+        c.add(cancelButton, c0);
+    }
+    
+    public void	actionPerformed(ActionEvent evt)  {
+       /* if (evt.getSource() == typeBox) {
+            boolean b = ((Boolean)(initValues.elementAt(typeBox.getSelectedIndex()))).booleanValue();
+            initialValue.setEnabled(b);
+            return;
+        }*/
+        
+        
+        String command = evt.getActionCommand();
+        
+        // Compare the action command to the known actions.
+        if (command.equals("Save and Close"))  {
+            closeDialog();
+        } else if (command.equals("Cancel")) {
+            cancelDialog();
+        }
+    }
+    
+    public void closeDialog() {
+        regularClose = true;
+        dispose();
+    }
+    
+    public void cancelDialog() {
+        dispose();
+    }
+    
+    public boolean isRegularClose() {
+        return regularClose;
+    }
+	
+	public String getNodeName() {
+        return nodeName.getText();
+    }
+    
+    public String getIndex() {
+        return index.getText();
+    }
+    
+    public String getNbOfAttachedInitiators() {
+        return nbOfAttachedInitiators.getText();
+    }
+	
+	public String getNbOfAttachedTargets(){
+		  return nbOfAttachedTargets.getText();
+	  }
+	  
+	public String getClusterIndex(){
+		  return cluster_index.getText();
+	  }
+	  
+	  public String getClusterAddress(){
+		  return cluster_address.getText();
+	  }
+ 
+    
+}
diff --git a/src/ui/window/JDialogADDVgmnNode.java b/src/ui/window/JDialogADDVgmnNode.java
new file mode 100755
index 0000000000000000000000000000000000000000..0f176e646f417c00f778dc43cd8e89fb2f05cde1
--- /dev/null
+++ b/src/ui/window/JDialogADDVgmnNode.java
@@ -0,0 +1,242 @@
+/**Copyright or (C) or Copr. GET / ENST, Telecom-Paris, Ludovic Apvrille
+ *
+ * ludovic.apvrille AT enst.fr
+ *
+ * This software is a computer program whose purpose is to allow the
+ * edition of TURTLE analysis, design and deployment diagrams, to
+ * allow the generation of RT-LOTOS or Java code from this diagram,
+ * and at last to allow the analysis of formal validation traces
+ * obtained from external tools, e.g. RTL from LAAS-CNRS and CADP
+ * from INRIA Rhone-Alpes.
+ *
+ * This software is governed by the CeCILL  license under French law and
+ * abiding by the rules of distribution of free software.  You can  use,
+ * modify and/ or redistribute the software under the terms of the CeCILL
+ * license as circulated by CEA, CNRS and INRIA at the following URL
+ * "http://www.cecill.info".
+ *
+ * As a counterpart to the access to the source code and  rights to copy,
+ * modify and redistribute granted by the license, users are provided only
+ * with a limited warranty  and the software's author,  the holder of the
+ * economic rights,  and the successive licensors  have only  limited
+ * liability.
+ *
+ * In this respect, the user's attention is drawn to the risks associated
+ * with loading,  using,  modifying and/or developing or reproducing the
+ * software by the user in light of its specific status of free software,
+ * that may mean  that it is complicated to manipulate,  and  that  also
+ * therefore means  that it is reserved for developers  and  experienced
+ * professionals having in-depth computer knowledge. Users are therefore
+ * encouraged to load and test the software's suitability as regards their
+ * requirements in conditions enabling the security of their systems and/or
+ * data to be ensured and,  more generally, to use and operate it in the
+ * same conditions as regards security.
+ *
+ * The fact that you are presently reading this means that you have had
+ * knowledge of the CeCILL license and that you accept its terms.
+ *
+ * /**
+ * Class JDialogADDVgmnNode
+ * Dialog for managing attributes of VGMN nodes
+ * Creation: 02/07/2014
+ * @version 1.0 02/07/2014
+ * @author Ludovic APVRILLE
+ * @see
+ */
+
+package ui.window;
+
+import java.awt.*;
+import java.awt.event.*;
+import javax.swing.*;
+//import javax.swing.event.*;
+//import java.util.*;
+
+import ui.*;
+
+import ui.avatardd.*;
+
+
+public class JDialogADDVgmnNode extends javax.swing.JDialog implements ActionListener  {
+    
+    private boolean regularClose;
+    
+    private JPanel panel2;
+    private Frame frame;
+    private ADDVgmnNode node;
+    
+	
+    // Panel1
+    protected JTextField nodeName;
+	
+	// Panel2
+    protected JTextField index, nbOfAttachedInitiators, nbOfAttachedTargets, fifoDepth, minLatency;
+	
+    
+    // Main Panel
+    private JButton closeButton;
+    private JButton cancelButton;
+    
+    /** Creates new form  */
+    public JDialogADDVgmnNode(Frame _frame, String _title, ADDVgmnNode _node) {
+        super(_frame, _title, true);
+        frame = _frame;
+        node = _node;
+        
+        initComponents();
+        myInitComponents();
+        pack();
+    }
+    
+    private void myInitComponents() {
+    }
+    
+    private void initComponents() {
+        Container c = getContentPane();
+        GridBagLayout gridbag0 = new GridBagLayout();
+        GridBagLayout gridbag1 = new GridBagLayout();
+        GridBagLayout gridbag2 = new GridBagLayout();
+        GridBagConstraints c0 = new GridBagConstraints();
+        GridBagConstraints c1 = new GridBagConstraints();
+        GridBagConstraints c2 = new GridBagConstraints();
+        
+        setFont(new Font("Helvetica", Font.PLAIN, 14));
+        c.setLayout(gridbag0);
+        
+        setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
+        
+        
+        panel2 = new JPanel();
+        panel2.setLayout(gridbag2);
+        panel2.setBorder(new javax.swing.border.TitledBorder("VGMN attributes"));
+        panel2.setPreferredSize(new Dimension(400, 200));
+        
+		c1.gridwidth = 1;
+        c1.gridheight = 1;
+        c1.weighty = 1.0;
+        c1.weightx = 1.0;
+        c1.fill = GridBagConstraints.HORIZONTAL;
+        panel2.add(new JLabel("Vgmn name:"), c2);
+        c1.gridwidth = GridBagConstraints.REMAINDER; //end row
+        nodeName = new JTextField(node.getNodeName(), 30);
+        nodeName.setEditable(true);
+        nodeName.setFont(new Font("times", Font.PLAIN, 12));
+		panel2.add(nodeName, c1);
+ 
+        c2.gridwidth = 1;
+        c2.gridheight = 1;
+        c2.weighty = 1.0;
+        c2.weightx = 1.0;
+        c2.fill = GridBagConstraints.HORIZONTAL;
+      
+        
+        c2.gridwidth = 1;
+        panel2.add(new JLabel("Index:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        index = new JTextField(""+node.getIndex(), 15);
+        panel2.add(index, c2);
+	
+	/* This is generated automatically by the DD analyzer */ 
+	/*c2.gridwidth = 1;
+        panel2.add(new JLabel("Nb of attached initators:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        nbAttachedInitiat = new JTextField(""+node.getNbAttachedInitiat(), 15);
+        panel2.add(nbAttachedInitiat, c2);*/
+        
+	/* c2.gridwidth = 1;
+        panel2.add(new JLabel("Nb of attached target:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        nbAttachedTarget = new JTextField(""+node.getNbAttachedTarget(), 15);
+        panel2.add(nbAttachedTarget, c2);*/
+        
+        c2.gridwidth = 1;
+        panel2.add(new JLabel("Fifo depth:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        fifoDepth = new JTextField(""+node.getFifoDepth(), 15);
+        panel2.add(fifoDepth, c2);
+        
+        c2.gridwidth = 1;
+        panel2.add(new JLabel("Min latency:"), c2);
+        c2.gridwidth = GridBagConstraints.REMAINDER; //end row
+        minLatency = new JTextField(""+node.getMinLatency(), 15);
+        panel2.add(minLatency, c2);
+        
+        
+        
+        // main panel;
+        c0.gridheight = 10;
+        c0.weighty = 1.0;
+        c0.weightx = 1.0;
+        c0.gridwidth = GridBagConstraints.REMAINDER; //end row
+        c.add(panel2, c0);
+        
+        c0.gridwidth = 1;
+        c0.gridheight = 1;
+        c0.fill = GridBagConstraints.HORIZONTAL;
+        closeButton = new JButton("Save and Close", IconManager.imgic25);
+        //closeButton.setPreferredSize(new Dimension(600, 50));
+        closeButton.addActionListener(this);
+        c.add(closeButton, c0);
+        c0.gridwidth = GridBagConstraints.REMAINDER; //end row
+        cancelButton = new JButton("Cancel", IconManager.imgic27);
+        cancelButton.addActionListener(this);
+        c.add(cancelButton, c0);
+    }
+    
+    public void	actionPerformed(ActionEvent evt)  {
+       /* if (evt.getSource() == typeBox) {
+            boolean b = ((Boolean)(initValues.elementAt(typeBox.getSelectedIndex()))).booleanValue();
+            initialValue.setEnabled(b);
+            return;
+        }*/
+        
+        
+        String command = evt.getActionCommand();
+        
+        // Compare the action command to the known actions.
+        if (command.equals("Save and Close"))  {
+            closeDialog();
+        } else if (command.equals("Cancel")) {
+            cancelDialog();
+        }
+    }
+    
+    public void closeDialog() {
+        regularClose = true;
+        dispose();
+    }
+    
+    public void cancelDialog() {
+        dispose();
+    }
+    
+    public boolean isRegularClose() {
+        return regularClose;
+    }
+	
+	public String getNodeName() {
+        return nodeName.getText();
+    }
+    
+    public String getIndex() {
+        return index.getText();
+    }
+    
+    public String getNbOfAttachedInitiators() {
+        return nbOfAttachedInitiators.getText();
+    }
+	
+	public String getNbOfAttachedTargets(){
+		  return nbOfAttachedTargets.getText();
+	  }
+	  
+	public String getFifoDepth(){
+		  return fifoDepth.getText();
+	  }
+	  
+	  public String getMinLatency(){
+		  return minLatency.getText();
+	  }
+ 
+    
+}
diff --git a/src/ui/window/JDialogAvatarExecutableCodeGeneration.java b/src/ui/window/JDialogAvatarExecutableCodeGeneration.java
index c87a16e9f2af988c4492da0676862ee6713f67d4..34f3ba96c657290a954dabcdfbfcceb41dbb3808 100644
--- a/src/ui/window/JDialogAvatarExecutableCodeGeneration.java
+++ b/src/ui/window/JDialogAvatarExecutableCodeGeneration.java
@@ -40,7 +40,8 @@
  * Dialog for managing the generation and compilation of AVATAR executable code
  * Creation: 29/03/2011
  * @version 1.1 29/03/2011
- * @author Ludovic APVRILLE, Daniela GENIUS
+ * @author Ludovic APVRILLE
+ * @author (added deployment diagrams) Julien Henon, Daniela GENIUS
  * @see
  */
 
@@ -62,7 +63,9 @@ import avatartranslator.toexecutable.*;
 import launcher.*;
 
 import ui.interactivesimulation.*;
-
+import ddtranslatorSoclib.toSoclib.*;
+import ddtranslatorSoclib.*;
+import ui.avatardd.*;
 
 public class JDialogAvatarExecutableCodeGeneration extends javax.swing.JFrame implements ActionListener, Runnable, MasterProcessInterface  {
 
@@ -610,6 +613,7 @@ public class JDialogAvatarExecutableCodeGeneration extends javax.swing.JFrame im
                         try {
                             jta.append("Saving code in files\n");
                             pathCode = code1.getText();
+			    //gene.avatartocposix.saveInFiles(pathCode);//DG 27.11.
                             avatartocposix.saveInFiles(pathCode);
                             //tml2systc.saveFile(pathCode, "appmodel");
                             jta.append("Code saved\n");
@@ -698,15 +702,18 @@ public class JDialogAvatarExecutableCodeGeneration extends javax.swing.JFrame im
                     jta.append("Generating executable code (SOCLIB version)\n");
 
                     if (removeCFiles.isSelected()) {
-                        jta.append("Removing all .h files in " +  code1.getText() +  AVATAR2SOCLIB.getGeneratedPath() + "\n");
-                        list = FileUtils.deleteFiles(code1.getText() +  AVATAR2SOCLIB.getGeneratedPath(), ".h");
+
+                        jta.append("Removing all .h files\n");
+                        //list = FileUtils.deleteFiles(code1.getText() +  AVATAR2SOCLIB.getGeneratedPath(), ".h");
+	list = FileUtils.deleteFiles(code1.getText() +  TasksAndMainGenerator.getGeneratedPath(), ".h");
                         if (list.length() == 0) {
                             jta.append("No files were deleted\n");
                         } else {
                             jta.append("Files deleted:\n" + list + "\n");
                         }
                         jta.append("Removing all  .c files\n");
-                        list = FileUtils.deleteFiles(code1.getText() +  AVATAR2SOCLIB.getGeneratedPath(), ".c");
+list = FileUtils.deleteFiles(code1.getText() +  TasksAndMainGenerator.getGeneratedPath(), ".c");
+                        //list = FileUtils.deleteFiles(code1.getText() +  AVATAR2SOCLIB.getGeneratedPath(), ".c");
                         if (list.length() == 0) {
                             jta.append("No files were deleted\n");
                         } else {
@@ -734,17 +741,30 @@ public class JDialogAvatarExecutableCodeGeneration extends javax.swing.JFrame im
                     if (avspec == null) {
                         jta.append("Error: No AVATAR specification\n");
                     } else {
-                        AVATAR2SOCLIB avatartocposix = new AVATAR2SOCLIB(avspec);
+			/* AVATAR2SOCLIB avatartocposix = new AVATAR2SOCLIB(avspec);
                         avatartocposix.includeUserCode(putUserCode.isSelected());
                         avatartocposix.setTimeUnit(selectedUnit);
-                        avatartocposix.generateCPOSIX(debugmode.isSelected(), tracemode.isSelected());
+                        avatartocposix.generateCPOSIX(debugmode.isSelected(), tracemode.isSelected());*/
+		      // julien -----------------------------------------
+                      ADDDiagramPanel deploymentDiagramPanel = mgui.getFirstAvatarDeploymentPanelFound();
+                      AvatarDeploymentPanelTranslator avdeploymenttranslator = new AvatarDeploymentPanelTranslator(deploymentDiagramPanel);
+                      AvatarddSpecification avddspec = avdeploymenttranslator.getAvatarddSpecification();	
+                    			  
+		      TasksAndMainGenerator gene = new TasksAndMainGenerator(avddspec,avspec);
+		      gene.includeUserCode(putUserCode.isSelected());
+		      gene.setTimeUnit(selectedUnit);
+		      gene.generateSoclib(debugmode.isSelected(), tracemode.isSelected());
+                 
+                    // ----------end addition julien ----------------------------------------
+
                         testGo();
                         jta.append("Generation of C-SOCLIB executable code: done\n");
                         //t2j.printJavaClasses();
                         try {
                             jta.append("Saving code in files\n");
                             pathCode = code1.getText();
-                            avatartocposix.saveInFiles(pathCode);
+                         gene.saveInFiles(pathCode);//DG 27.11.
+//avatartocposix.saveInFiles(pathCode);
                             //tml2systc.saveFile(pathCode, "appmodel");
                             jta.append("Code saved\n");
                         } catch (Exception e) {
diff --git a/src/ui/window/JDialogAvatarddExecutableCodeGeneration.java b/src/ui/window/JDialogAvatarddExecutableCodeGeneration.java
new file mode 100755
index 0000000000000000000000000000000000000000..011750e76725dfa013d49bd64254555ef4c3d41d
--- /dev/null
+++ b/src/ui/window/JDialogAvatarddExecutableCodeGeneration.java
@@ -0,0 +1,471 @@
+package ui.window;
+
+import java.awt.*;
+import java.awt.event.*;
+import javax.swing.*;
+import javax.swing.event.*;
+import java.io.*;
+import java.util.*;
+
+import myutil.*;
+import ui.*;
+
+
+import avatartranslator.*;
+import avatartranslator.toexecutable.*;
+import launcher.*;
+
+import ui.interactivesimulation.*;
+
+import ddtranslatorSoclib.toSoclib.*;
+import ddtranslatorSoclib.toTopCell.*;
+import ddtranslatorSoclib.*;
+import ui.avatardd.*;
+import ui.avatarbd.*;
+
+// -----------------------------------------------------
+
+
+public class JDialogAvatarddExecutableCodeGeneration extends javax.swing.JFrame implements ActionListener, Runnable, MasterProcessInterface  {
+    
+	private static String[] unitTab = {"usec", "msec", "sec"}; 
+	
+    protected Frame f;
+    protected MainGUI mgui;
+    
+    private String textSysC1 = "Base directory of code generation code Soclib :";
+    private String textSysC2 = "Compile executable code in";
+	private String textSysC10 = "Base directory of code generation code TopCell";
+    private String textSysC3 = "Base directory of code generation code TopCell :";
+    private String textSysC4 = "Run code:";
+	private String textSysC5 = "Run code and trace events (if enabled at code generation):";
+	private String textSysC6 = "Run code in soclib / mutekh:";
+	private String textSysC8 = "Show trace from file:";
+	private String textSysC9 = "Show trace from soclib file:";
+    
+    private static String unitCycle = "1";
+	
+  //modif DG
+	private static String[] codes = {"AVATAR TOPCELL", "AVATAR TOPCELL, TASKS AND MAIN"};
+	private static int selectedItem = 0;
+	private static int selectedRun = 1;
+	private static int selectedCompile = 0;
+	private static int selectedViewTrace = 0;
+	private static boolean static_putUserCode = true;
+	
+    protected static String pathCode;
+    protected static String pathCompiler;
+    protected static String pathExecute;
+	protected static String pathExecuteWithTracing;
+	protected static String pathCompileSoclib;
+	protected static String pathExecuteSoclib;
+	protected static String pathSoclibTraceFile;
+    protected static String pathCodeTopCell;
+    protected static String pathCodeSocLib;
+	
+    protected static boolean optimizeModeSelected = true;
+    
+    protected final static int NOT_STARTED = 1;
+    protected final static int STARTED = 2;
+    protected final static int STOPPED = 3;
+    
+    private static 
+    
+      int mode;
+    
+  //components
+    protected JTextArea jta;
+    protected JButton start;
+    protected JButton stop;
+    protected JButton close;
+    
+	protected JRadioButton exe, exeint, exetrace, exesoclib, compile, compilesoclib, viewtrace, viewtracesoclib;
+	protected ButtonGroup compilegroup, exegroup, viewgroup;
+    protected JLabel gen;
+    protected JTextField code1, code2, compiler1, compiler2, exe1, exe2, exe3, exe4, exe2int, simulationTraceFile, simulationsoclibTraceFile;
+    protected JTabbedPane jp1;
+    protected JScrollPane jsp;
+  
+	protected JComboBox versionCodeGenerator, units;
+    protected JButton showSimulationTrace;
+	
+	private static int selectedUnit = 2;
+	private static boolean removeCFilesValue = true;
+	private static boolean removeXFilesValue = true;
+    private static boolean removeCCFilesValue = true;
+	private static boolean debugValue = false;
+	private static boolean tracingValue = true;
+	private static boolean optimizeValue = true;
+    
+    private Thread t;
+    private boolean go = false;
+    private boolean hasError = false;
+	protected boolean startProcess = false;
+
+    
+    private String hostExecute;
+    
+    private RshClient rshc;
+    
+    
+  /** Creates new form  */
+    public JDialogAvatarddExecutableCodeGeneration(Frame _f, MainGUI _mgui, String title, String _hostExecute, String _pathCodeSocLib , String _pathCodeTopCell, String _pathCompilerSoclib, String _pathSoclibTraceFile) {
+      super(title);
+        
+      f = _f;
+      mgui = _mgui;
+        
+      if (pathCodeSocLib == null) {
+        pathCodeSocLib = _pathCodeSocLib;
+      }
+		
+      if (pathSoclibTraceFile == null){
+        pathSoclibTraceFile = _pathSoclibTraceFile;
+      }
+		
+      if (pathCodeTopCell == null){
+        pathCodeTopCell =  _pathCodeTopCell;
+      }
+
+      hostExecute = _hostExecute;
+        
+		
+      initComponents();
+      myInitComponents();
+      pack();
+        
+    //getGlassPane().addMouseListener( new MouseAdapter() {});
+      getGlassPane().setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
+    }
+    
+    protected void myInitComponents() {
+        mode = NOT_STARTED;
+        setButtons();
+    }
+    
+    protected void initComponents() {
+        
+      Container c = getContentPane();
+      setFont(new Font("Helvetica", Font.PLAIN, 14));
+      c.setLayout(new BorderLayout());
+    //setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
+        
+      jp1 = new JTabbedPane();
+        
+      JPanel jp01 = new JPanel();
+      GridBagLayout gridbag01 = new GridBagLayout();
+      GridBagConstraints c01 = new GridBagConstraints();
+      jp01.setLayout(gridbag01);
+      jp01.setBorder(new javax.swing.border.TitledBorder("Code generation"));
+
+      c01.gridheight = 1;
+      c01.weighty = 1.0;
+      c01.weightx = 1.0;
+      c01.gridwidth = GridBagConstraints.REMAINDER; //end row
+      c01.fill = GridBagConstraints.BOTH;
+      c01.gridheight = 1;
+        
+      gen = new JLabel(textSysC1);
+    //genJava.addActionListener(this);
+      jp01.add(gen, c01);
+        
+      code1 = new JTextField(pathCodeSocLib, 100);
+      jp01.add(code1, c01);
+
+    // -----------------------------------------------
+    // path code for TopCell
+
+      gen = new JLabel(textSysC10);
+    //genJava.addActionListener(this);
+      jp01.add(gen, c01);
+
+      code2 = new JTextField(pathCodeTopCell, 100);
+      jp01.add(code2, c01);
+        
+    // ---------------------------------------------
+          
+      jp01.add(new JLabel(" "), c01);
+      c01.gridwidth = GridBagConstraints.REMAINDER; //end row       
+		
+      jp01.add(new JLabel("Code generator used:"), c01);
+		
+      versionCodeGenerator = new JComboBox(codes);
+      versionCodeGenerator.setSelectedIndex(selectedItem);
+      versionCodeGenerator.addActionListener(this);
+      jp01.add(versionCodeGenerator, c01);
+        
+      jp01.add(new JLabel(" "), c01);
+      jp1.add("Generate code and topcell", jp01);
+
+      c.add(jp1, BorderLayout.NORTH);
+        
+      jta = new ScrolledJTextArea();
+        jta.setEditable(false);
+        jta.setMargin(new Insets(10, 10, 10, 10));
+        jta.setTabSize(3);
+        jta.append("Select options and then, click on 'start' to launch code generation\n");
+
+      Font f = new Font("Courrier", Font.BOLD, 12);
+      jta.setFont(f);
+      jsp = new JScrollPane(jta, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
+        
+      c.add(jsp, BorderLayout.CENTER);
+        
+      start = new JButton("Start", IconManager.imgic53);
+      stop = new JButton("Stop", IconManager.imgic55);
+      close = new JButton("Close", IconManager.imgic27);
+        
+      start.setPreferredSize(new Dimension(100, 30));
+      stop.setPreferredSize(new Dimension(100, 30));
+      close.setPreferredSize(new Dimension(100, 30));
+        
+      start.addActionListener(this);
+      stop.addActionListener(this);
+      close.addActionListener(this);
+
+       JPanel jp2 = new JPanel();
+        jp2.add(start);
+        jp2.add(stop);
+        jp2.add(close);
+
+      c.add(jp2, BorderLayout.SOUTH);
+        
+    }
+    
+    public void	actionPerformed(ActionEvent evt)  {
+      String command = evt.getActionCommand();
+        
+    // Compare the action command to the known actions.
+      if (command.equals("Start"))  {
+        startProcess();
+      } else if (command.equals("Stop")) {
+        stopProcess();
+      } else if (command.equals("Close")) {
+        closeDialog();
+      } else if (evt.getSource() == versionCodeGenerator) {
+        selectedItem = versionCodeGenerator.getSelectedIndex();
+      } else if (evt.getSource() == units) {
+        selectedUnit = units.getSelectedIndex();
+      }else if ((evt.getSource() == exe) || (evt.getSource() == exetrace)|| (evt.getSource() == exesoclib)) {
+			makeSelectionExecute();
+      }
+    }
+
+    public void makeSelectionExecute() {
+      if (exe.isSelected()) {
+        selectedRun = 0;
+      } else {
+        if (exetrace.isSelected()) {
+          selectedRun = 1;
+        } /*else {
+          selectedRun = 2;
+	  }*/
+      }
+			
+      exe2.setEnabled(selectedRun == 0);
+      exe3.setEnabled(selectedRun == 1);
+      //exe4.setEnabled(selectedRun == 2);
+			
+	}
+    
+    public void closeDialog() {
+      if (mode == STARTED) {
+        stopProcess();
+      }
+      dispose();
+    }
+	
+	  
+    public void stopProcess() {
+      System.err.println("stop process ! ");
+      try {
+        rshc.stopFillJTA();
+      } catch (LauncherException le) {
+      }
+      rshc = null;
+      mode = STOPPED;
+      setButtons();
+      go = false;
+    }
+    
+    public void startProcess() {
+      startProcess = false;
+      t = new Thread(this);
+      mode = STARTED;
+      setButtons();
+      go = true;
+      t.start();
+    }
+    
+    private void testGo() throws InterruptedException {
+      if (go == false) {
+        throw new InterruptedException("Stopped by user");
+      }
+    }
+    
+    public void run() {
+      String cmd;
+      String list, data;
+      int cycle = 0;
+        
+      hasError = false;
+        
+      try {
+        selectedItem = versionCodeGenerator.getSelectedIndex();
+        if (selectedItem == 0) {
+          System.err.println("AVATAR ");
+        // Code generation
+          if (jp1.getSelectedIndex() == 0) {
+            jta.append("Generating TopCell \n");       	  
+ 
+          System.err.println("AVATAR TOPCELL");
+					
+          testGo();
+	  selectedUnit = 1;//DG 29.10.			
+	  //selectedUnit = units.getSelectedIndex();
+					
+          ADDDiagramPanel deploymentDiagramPanel = mgui.getFirstAvatarDeploymentPanelFound();
+          AvatarDeploymentPanelTranslator avdeploymenttranslator = new AvatarDeploymentPanelTranslator(deploymentDiagramPanel);
+          AvatarddSpecification avddspec = avdeploymenttranslator.getAvatarddSpecification();
+
+        // Generating code
+          if ( avddspec == null) {
+            jta.append("Error: No AVATAR Deployemnt specification\n");
+          } else {
+            System.err.println("AVATAR TOPCELL found");
+
+            TopCellGenerator topCellGenerator = new TopCellGenerator(avddspec);
+            testGo();
+            jta.append("Generation of TopCell executable code: done\n");
+
+            try {
+              jta.append("Saving code in files\n");
+              pathCode = code2.getText();
+              topCellGenerator.saveFile(pathCode);
+
+              jta.append("Code saved\n");
+            } catch (Exception e) {
+              jta.append("Could not generate files\n");
+            }
+          }
+        }				     
+        }
+        testGo();
+      // generation code Soclib ---------------------------------------
+		
+   			
+      // generation Soclib / TopCell
+	
+      if (selectedItem == 1) {
+        jta.append("Generating executable code (SOCLIB version)\n");
+					
+      //testGo();
+	selectedUnit = 1;//DG 29.10.					
+        //selectedUnit = units.getSelectedIndex();
+      //System.out.println("Selected item=" + selectedItem);
+  
+      // get Design Panel
+          AvatarDesignPanel designDiagramPanel = mgui.getFirstAvatarDesignPanelFound();
+          AvatarDesignPanelTranslator avdesigntranslator = new AvatarDesignPanelTranslator( designDiagramPanel);
+          LinkedList<AvatarBDBlock> adp =  designDiagramPanel.getAvatarBDPanel().getFullBlockList();
+          Vector blocks = new Vector(adp);
+          AvatarSpecification avaspec = avdesigntranslator.generateAvatarSpecification(blocks);
+
+        // get Deployment Panel
+          ADDDiagramPanel deploymentDiagramPanel = mgui.getFirstAvatarDeploymentPanelFound();
+          AvatarDeploymentPanelTranslator avdeploymenttranslator = new AvatarDeploymentPanelTranslator(deploymentDiagramPanel);
+          AvatarddSpecification avddspec = avdeploymenttranslator.getAvatarddSpecification();
+						
+				
+      // Generating code
+        if (avaspec == null) {
+          jta.append("Error: No AVATAR Design specification\n");
+        }else if( avddspec == null){
+          jta.append("Error: No AVATAR Deployment specification\n");
+        } else {
+
+        // julien -----------------------------------------
+      
+          TopCellGenerator topCellGenerator = new TopCellGenerator(avddspec);
+                    			  
+          TasksAndMainGenerator gene = new TasksAndMainGenerator(avddspec,avaspec);
+	  //          gene.includeUserCode(putUserCode.isSelected());
+	  // gene.setTimeUnit(selectedUnit);
+	  // gene. generateSoclib(debugmode.isSelected(), tracemode.isSelected());
+        // --------------------------------------------------
+        //testGo();
+          jta.append("Generation of Soclib executable code: done\n");
+
+          try {
+            jta.append("Saving code in files\n");
+            pathCode = code2.getText();
+            gene.saveInFiles(pathCode);
+            pathCode = code2.getText();
+            topCellGenerator.saveFile(pathCode);
+          //tml2systc.saveFile(pathCode, "appmodel");
+            jta.append("Code saved\n");
+          } catch (Exception e) {
+            jta.append("Could not generate files\n");
+          }
+        }
+      }
+      }catch (InterruptedException ie) {
+            jta.append("Interrupted\n");
+      }
+
+        jta.append("\n\nReady to process next command\n");    
+        checkMode();
+        setButtons();
+    }
+
+    protected void processCmd(String cmd, JTextArea _jta) throws LauncherException {
+        rshc.setCmd(cmd);
+        rshc.sendProcessRequest();
+        rshc.fillJTA(_jta);
+        return;
+    }
+    
+ 
+    protected void checkMode() {
+      mode = NOT_STARTED;
+    }
+    
+    protected void setButtons() {
+      switch(mode) {
+        case NOT_STARTED:
+          start.setEnabled(true);
+          stop.setEnabled(false);
+          close.setEnabled(true);
+        //setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
+          getGlassPane().setVisible(false);
+          break;
+        case STARTED:
+          start.setEnabled(false);
+          stop.setEnabled(true);
+          close.setEnabled(false);
+          getGlassPane().setVisible(true);
+        //setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
+          break;
+        case STOPPED:
+        default:
+          start.setEnabled(false);
+          stop.setEnabled(false);
+          close.setEnabled(true);
+          getGlassPane().setVisible(false);
+          break;
+      }
+    }
+    
+    public boolean hasToContinue() {
+      return (go == true);
+    }
+    
+    public void appendOut(String s) {
+      jta.append(s);
+    }
+    
+    public void setError() {
+      hasError = true;
+    }
+    
+}
\ No newline at end of file
diff --git a/src/ui/window/JDialogCPUNode.java b/src/ui/window/JDialogCPUNode.java
index f7b0bc467a6241f813139da564f2bba08ae2213c..9a62dc643d82f54b8361e2ec5db3edbf003983b8 100755
--- a/src/ui/window/JDialogCPUNode.java
+++ b/src/ui/window/JDialogCPUNode.java
@@ -74,8 +74,8 @@ public class JDialogCPUNode extends javax.swing.JDialog implements ActionListene
 	
 	// Panel2
 	protected JTextField sliceTime, nbOfCores, byteDataSize, pipelineSize, goIdleTime, maxConsecutiveIdleCycles, taskSwitchingTime, branchingPredictionPenalty, cacheMiss, clockRatio, execiTime, execcTime;
-	protected JComboBox schedulingPolicy, MECTypeCB, encryption;
-
+	protected JComboBox schedulingPolicy, MECTypeCB;
+	
 	
 	// Main Panel
 	private JButton closeButton;
@@ -231,11 +231,6 @@ public class JDialogCPUNode extends javax.swing.JDialog implements ActionListene
     c4.gridwidth = 1;
     c4.fill = GridBagConstraints.HORIZONTAL;
     c4.anchor = GridBagConstraints.CENTER;*/
-		panel4.add(new JLabel("Encryption"), c4);
-		c4.gridwidth = GridBagConstraints.REMAINDER;
-		encryption = new JComboBox(new String[]{"None", "Software Encryption", "Hardware Security Module"});
-		panel4.add(encryption, c4);
-		c4.gridwidth = 1;
 		panel4.add(new JLabel("Embb Model Extension Construct:"), c4);
     c4.gridwidth = GridBagConstraints.REMAINDER; //end row
     MECTypeCB = new JComboBox( ArchUnitMEC.stringTypes );
@@ -358,9 +353,6 @@ public class JDialogCPUNode extends javax.swing.JDialog implements ActionListene
 		return schedulingPolicy.getSelectedIndex();
 	}
 
-	public int getEncryption(){
-		return encryption.getSelectedIndex();
-	}
 	public ArchUnitMEC getMECType()	{
 		return MECType;
 	}