|
1
|
소화기구 및 자동소화장치의 화재안전기준(NFSC 101) 제 4조 7호
7. 주방용자동소화장치는 아파트의 각 세대별 주방 및 오피스텔의 각실 별 주방에 다음 각 목의 기준에 따라 설치할 것<개정 2012.6.11>
|
//소화기구 및 자동 소화장치의 화재안전기준(nfsc 101) 4조 (설치기준) 1항 7호
Check(NFSC101_4_1_7){
IF CS THEN KS
}
CS{
Space mySpace{
getSpaceUsage() = "Kitchen"
}
}
KS{
AutomaticFireExtinguishingEquipment myAutomaticFireExtinguishingEquipment{
isObjectProperty(AutomaticFireExtinguishingEquipment.isKitchenType) = TRUE
}
hasSpace(mySpace,myAutomaticFireExtinguishingEquipment) = TRUE
getResult(NFSC101_4_1_7_3)=TRUE
}
|
Python Code 변환 예정
|
|
|