LOOM Méthodes
- (defmethod Execution_Taches ( ?tache ) :title « mecanisme de gestion des taches » :situation (TACHE ?tache) :response (excute-task ?tache))
- (defmethod Execution_Taches ( ?tache ) :title « mecanisme de gestion des taches » :situation (TACHE_SERVICE ?tache) :response (excute-task-service ?tache))
- (defmethod Execution_Taches ( ?tache ) :title « mecanisme de gestion des taches » :situation (TACHE_ETAPE ?tache) :response (excute-task-etape ?tache))