Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 70952d30fe3b3e2758fca4d604c77c7434f9c8b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
MappingModel DynamicActorTest1 {
	
	import DynamicActorTest1.JavaGenTests
	import room.generic.physical.GenericPhysicalSystem

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

}

Back to the top