LaundryService
|
|
appearance as argument number 1 |
(documentation LaundryService EnglishLanguage "LaundryService refers to an agent washing, drying, and (possibly) ironing articles of clothing") | Hotel.kif 1781-1782 | |
(subclass LaundryService ServiceProcess) | Hotel.kif 1780-1780 | LaundryService は ServiceProcess の subclass では %n |
appearance as argument number 2 |
(termFormat EnglishLanguage LaundryService "laundry service") | Hotel.kif 1783-1783 |
antecedent |
(=> (instance ?SVC LaundryService) (exists (?CLOTHES ?WASH ?DRY ?IRON) (and (instance ?CLOTHES Clothing) (patient ?SVC ?CLOTHES) (subProcess ?WASH ?SVC) (instance ?WASH Washing) (patient ?WASH ?CLOTHES) (result ?WASH (attribute ?CLOTHES Clean)) (subProcess ?DRY ?SVC) (instance ?DRY Drying) (patient ?DRY ?CLOTHES) (instance ?IRON Ironing) (subProcess ?IRON ?SVC) (patient ?IRON ?CLOTHES) (before (BeginFn (WhenFn ?WASH)) (BeginFn (WhenFn ?DRY))) (before (BeginFn (WhenFn ?DRY)) (BeginFn (WhenFn ?IRON)))))) |
Hotel.kif 1785-1802 |
|
consequent |