Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e53423a3a600d48d62779f8dbec71ac7d4395b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
MappingModel DynamicActorTest1 {
	
	import DynamicActorTest7.JavaGenTests
	import GenericPhysical.GenericPhysicalSystem

	Mapping JavaGenTests -> GenericPhysicalSystem {
		SubSystemMapping da7Test -> node {
			ThreadMapping defaultThread -> DefaultPhysicalThread
		}
	}

}

Back to the top