blob: 75a57085b204bbb56fcbc5081d289711ffccb055 [file]
/*
* This model defines a mapping between a logical ROOM model and a physical model (nodes and threads).
*
* <p>Hint: Press F3 to open declaration of selected element or import</p>
*/
MappingModel TemplateMapping {
import Physical.TemplatePhysicalSystem
import HelloWorld.LogSys
Mapping LogSys -> TemplatePhysicalSystem {
SubSystemMapping subSystemRef -> node {
ThreadMapping defaultThread -> DefaultPhysicalThread
}
}
}