blob: 6a6f938629945ef6719bad3c3f3696f1c2f06e39 [file] [log] [blame]
/*
* 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 GenericPhysical.GenericPhysicalSystem
import PingPong.LogSys
Mapping LogSys -> GenericPhysicalSystem {
SubSystemMapping subSystemRef -> node {
ThreadMapping defaultThread -> DefaultPhysicalThread
}
}
}