Plan | ![]() |
appearance as argument number 1 |
![]() |
(documentation Plan ChineseLanguage "这是为了在将来能实现一个特定目标而成立的一组按顺序执行 Process 的规格。") | chinese_format.kif 3763-3764 | |
(documentation Plan EnglishLanguage "A specification of a sequence of Processes which is intended to satisfy a specified purpose at some future time.") | Merge.kif 16959-16960 | |
(subclass Plan Procedure) | Merge.kif 16958-16958 |
appearance as argument number 2 |
![]() |
(subclass Diet Plan) | Mid-level-ontology.kif 23164-23164 | |
(subclass EducationalProgram Plan) | Mid-level-ontology.kif 18018-18018 | |
(subclass OperationPlan Plan) | MilitaryProcesses.kif 1543-1543 | |
(subclass SportsPlay Plan) | Mid-level-ontology.kif 18047-18047 | |
(termFormat ChineseLanguage Plan "计划") | chinese_format.kif 1234-1234 | |
(termFormat EnglishLanguage Plan "plan") | english_format.kif 1689-1689 | |
(termFormat FrenchLanguage Plan "plan") | french_format.kif 912-912 | |
(termFormat Hindi Plan "yojanaa") | terms-hindi.txt 445-445 | |
(termFormat ItalianLanguage Plan "Programma") | terms-it.txt 448-448 | |
(termFormat JapaneseLanguage Plan "計画") | japanese_format.kif 2596-2596 | |
(termFormat PortugueseLanguage Plan "Plano") | portuguese_format.kif 864-864 | |
(termFormat cb Plan "plano") | terms-cb.txt 450-450 | |
(termFormat cz Plan "plan") | terms-cz.txt 484-484 | |
(termFormat de Plan "Plan") | terms-de.txt 743-743 | |
(termFormat ro Plan "plan") | relations-ro.kif 933-933 | |
(termFormat tg Plan "Plano") | terms-tg.txt 449-449 |
appearance as argument number 3 |
![]() |
(domain subPlan 1 Plan) | Merge.kif 4671-4671 | |
(domain subPlan 2 Plan) | Merge.kif 4672-4672 |
antecedent |
![]() |
(=> (and (instance ?PLAN Plan) (instance ?OBJ ContentBearingObject) (containsInformation ?OBJ ?PLAN)) (exists (?PLANNING) (and (instance ?PLANNING Planning) (result ?PLANNING ?OBJ)))) |
Merge.kif 16962-16970 | |
(=> (and (instance ?PLAN Plan) (instance ?PROC Process) (represents ?PLAN ?PROC)) (exists (?PLANNING ?CBO) (and (instance ?PLANNING Planning) (instance ?CBO ContentBearingPhysical) (containsInformation ?CBO ?PLAN) (result ?PLANNING ?CBO) (earlier (BeginFn (WhenFn ?PLANNING)) (BeginFn (WhenFn ?PROC))) (earlier (EndFn (WhenFn ?PLANNING)) (EndFn (WhenFn ?PROC)))))) |
Military.kif 32-44 |
consequent |
![]() |
(=> (and (instance ?EVENT Planning) (result ?EVENT ?CBO) (instance ?CBO ContentBearingObject)) (exists (?PLAN) (and (instance ?PLAN Plan) (containsInformation ?CBO ?PLAN)))) |
Merge.kif 10963-10971 | |
(=> (instance ?BRD BusinessRequirementDocument) (exists (?PLAN ?BU ?PROC) (and (instance ?PLAN Plan) (instance ?BU Business) (instance ?PROC Process) (represents ?PLAN ?PROC) (desires ?BU ?PROC) (containsInformation ?BRD ?PLAN)))) |
UXExperimentalTerms.kif 2596-2605 | |
(=> (instance ?MO MilitaryOperation) (exists (?PLAN) (and (instance ?PLAN Plan) (represents ?PLAN ?MO)))) |
Military.kif 25-30 | |
(=> (instance ?TPS TestProtocolSpecification) (exists (?PLAN ?EXPERIMENT ?PROC) (and (instance ?PLAN Plan) (instance ?EXPERIMENT Experimenting) (instance ?PROC Process) (represents ?PLAN ?PROC) (subProcess ?EXPERIMENT ?PROC) (containsInformation ?TPS ?PLAN)))) |
UXExperimentalTerms.kif 2754-2763 |
![]() |
![]() |