![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DiffPupilSizeFn |
| appearance as argument number 1 |
|
|
| (instance DiffPupilSizeFn UnaryFunction) | emotion.kif 1099-1099 | Diffence in pupil size is an instance of unary function |
| (documentation DiffPupilSizeFn EnglishLanguage "(DiffPupilSizeFn ?PUPILS) denotes the difference between pupils of a human in Millimeter") | emotion.kif 1100-1101 | Diffence in pupil size is an instance of unary function |
| (domain DiffPupilSizeFn 1 BothEyePupils) | emotion.kif 1104-1104 | The number 1 argument of diffence in pupil size is an instance of both eye pupils |
| (range DiffPupilSizeFn LengthMeasure) | emotion.kif 1105-1105 | The range of diffence in pupil size is an instance of length measure |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DiffPupilSizeFn "diffence in pupil size") | emotion.kif 1102-1102 | |
| (format EnglishLanguage DiffPupilSizeFn "The difference in size of %1 is") | emotion.kif 1103-1103 |
| antecedent |
|
|
| consequent |
|
|
| (=> (and (instance ?P BothEyePupils) (member ?L ?P) (member ?R ?P) (approximateDiameter ?L (MeasureFn ?X Millimeter)) (approximateDiameter ?R (MeasureFn ?Y Millimeter)) (equal ?Z (SubtractionFn ?X ?Y))) (equal (MeasureFn ?Z Millimeter) (DiffPupilSizeFn ?P))) |
emotion.kif 1107-1118 | If All of the following hold: (1) X is an instance of both eye pupils (2) Y is a member of X (3) Z is a member of X (4) the approximate diameter of Y is W millimeter(s) (5) the approximate diameter of Z is V millimeter(s) (6) equal U and (W and V), then equal U millimeter(s) and The difference in size of X is |