Interface | Description |
---|---|
CallbackConflictResolver.ActivationChoiceStrategy |
Class | Description |
---|---|
ArbitraryOrderConflictResolver | |
CallbackConflictResolver | |
ComparingConflictResolver | |
FairRandomConflictResolver | |
FixedPriorityConflictResolver |
This conflict resolver uses Integer value priorities assigned to rules.
|
FixedPriorityConflictSet |
This conflict set resolves conflicts between activations based on
Integer valued priorities assigned to rules.
|
InvertedDisappearancePriorityConflictResolver |
A conflict resolver implementation that assigns a fixed priority for each
RuleSpecification it understands, and uses this priority for the
appeared activations, while uses the inverse of this for the disappeared
events. |
InvertedDisappearancePriorityConflictResolver.InvertedDisappearancePriorityConflictSet | |
LifoConflictResolver | |
LifoConflictResolver.LifoConflictSet | |
ReconfigurableConflictResolver<RCSet extends ChangeableConflictSet> |