blob: a4c5d8fb0bb2b92a1c713b1a0ce764050f913156 [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 TemplatePhysical.* from "Physical.etphys"
import TemplateModel.* from "TemplateModel.room"
Mapping LogSys -> TemplatePhysicalSystem {
SubSystemMapping subSystemRef -> node {
ThreadMapping defaultThread -> DefaultPhysicalThread
}
}
}