00001 #ifndef actasp_AspRule_h__guard 00002 #define actasp_AspRule_h__guard 00003 00004 #include <actasp/AspLaw.h> 00005 #include <actasp/AspFluent.h> 00006 00007 namespace actasp { 00008 00009 //this used to be a separate class, but it's now a specialization of AspLaw 00010 00011 typedef AspLaw<AspFluent> AspRule; 00012 00013 } 00014 00015 #endif