24 #include <plugins/clips/aspect/clips_feature.h> 44 CLIPSFeature::CLIPSFeature(
const char *feature_name)
45 : clips_feature_name(feature_name)
88 clips_features_.push_back(feature);
97 clips_features_ = features;
104 clips_features_.clear();
Fawkes library namespace.
void add_aspect(const char *name)
Add an aspect to a thread.
CLIPSFeatureAspect(CLIPSFeature *feature)
Constructor.
virtual ~CLIPSFeatureAspect()
Virtual empty destructor.
CLIPS feature maintainer.
virtual ~CLIPSFeature()
Virtual empty constructor.