-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsim_custom.inc
More file actions
18 lines (16 loc) · 1.54 KB
/
sim_custom.inc
File metadata and controls
18 lines (16 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Define ObjectType {
FIFOQControlUnit
RadiologyExtendedControlUnit
HospitalControlUnit
EDControlUnit
PTControlUnit
WardsControlUnit
}
ControllerIconModel ImageFile { '<res>/images/Controller-256.png' } Transparent { TRUE }
AssembleIconModel ImageFile { '<res>/images/Assemble-256.png' } Transparent { TRUE }
FIFOQControlUnit JavaClass { ssq.FIFOQControlUnit } Palette { 'Single Server Queue' } DefaultDisplayModel { ControllerIconModel } IconFile { '<res>/images/Controller-24.png' } DefaultSize { 0.5 0.5 0.5 m }
RadiologyExtendedControlUnit JavaClass { labs.RadiologyExtendedControlUnit } Palette { 'Custom Logic' } DefaultDisplayModel { AssembleIconModel } IconFile { '<res>/images/Assemble-24.png' } DefaultSize { 0.5 0.5 0.5 m }
HospitalControlUnit JavaClass { assignment.HospitalControlUnit } Palette { 'Custom Logic' } DefaultDisplayModel { AssembleIconModel } IconFile { '<res>/images/Assemble-24.png' } DefaultSize { 0.5 0.5 0.5 m }
EDControlUnit JavaClass { hospital_sim.EDControlUnit } Palette { 'Custom Logic' } DefaultDisplayModel { AssembleIconModel } IconFile { '<res>/images/Assemble-24.png' } DefaultSize { 0.5 0.5 0.5 m }
PTControlUnit JavaClass { hospital_sim.PTControlUnit } Palette { 'Custom Logic' } DefaultDisplayModel { AssembleIconModel } IconFile { '<res>/images/Assemble-24.png' } DefaultSize { 0.5 0.5 0.5 m }
WardsControlUnit JavaClass { hospital_sim.WardsControlUnit } Palette { 'Custom Logic' } DefaultDisplayModel { AssembleIconModel } IconFile { '<res>/images/Assemble-24.png' } DefaultSize { 0.5 0.5 0.5 m }