|
|
Home | Loader API | Interfaces | File List | Index | |
This method has the same effect as the startsFacts() method above. The difference is that the caller has already parsed the input facts into a p6IDOMXML component. The benefit of this function is that the pStateFacts input can be shared across several rule engine instances in order to improve performance. This way one set of stated facts can be parsed just once and shared with multiple (even currently) running rule engines. An existing facts already defined when this method is called are freed. This method does not free or change any of the inferred facts already generated. Only the reset() method (see below) or via the rule engine XML language can the inferred facts be cleared.
|