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

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

}

Back to the top