Class PHYSIOLOGIC-FUNCTION

A normal process, activity, or state of the body.
Subclass-Of: Biologic-function
Subclass-Partition: {
Organ-or-tissue-function, Cell-function, Molecular-physiologic-function, Organism-function}
Axioms:
(=> (Physiologic-Function ?Self)
    (And (Forall (?A)
                 (=> (Influences ?Self ?A)
                     (Or (Biologic-Function ?A) (Behavior ?A))))
         (Forall (?B)
                 (=> (Affects ?Self ?B)
                     (Or (Organism-Attribute ?B)
                         (Anatomical-Structure ?B))))
         (Exists (?C)
                 (And (Co-Exist ?Self ?C) (Physiologic-Function ?C)))))