CLIPS::Environment::Job Struct Reference

#include <clipsmm/environment.h>

List of all members.


Detailed Description

Encapsulates the concept of a CLIPS job.

Has a priority for comparison and a runlimit


Public Member Functions

 Job (int p, long int rl)
 Constructor that takes a priority and a CLIPS runlimit.
bool operator< (const Job &other) const
 Comparison operator that compares the priority member.

Public Attributes

int priority
 The priority of this job.
long int runlimit
 How many rules should fire.


Member Data Documentation

int CLIPS::Environment::Job::priority

The priority of this job.

The higher the priority, the higher in the queue.

long int CLIPS::Environment::Job::runlimit

How many rules should fire.

If runlimit is negative, rules will fire until the agenda is empty


The documentation for this struct was generated from the following file:
Generated on Sun Nov 12 11:55:36 2006 by  doxygen 1.5.1