Package i3.dragos.core.services.rules

The RuleEngine service and associated classes.

See:
          Description

Interface Summary
RuleAction An RuleAction is performed by a rule if it has been triggered by an event.
 

Class Summary
Rule Rules specify actions that are executed whenever a certain pattern is matched.
RuleEngine The RuleEngine service is responsible for managing rules and executing them when an event is triggered.
 

Enum Summary
RuleCouplingMode The constants in this class describe the different coupling modes between an event, a transaction and the execution of an action.
 

Package i3.dragos.core.services.rules Description

The RuleEngine service and associated classes.

Using this service, you can define event patterns together with actions, which are then automatically performed whenever a match is found. The most obvious use for this is automated graph rewriting.

See the "Guide to Events and Rules" for more information,



Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.