Interface | Description |
---|---|
ConditionServiceManager |
The ConditionServiceManager is responsible to delegate evaluation calls about conditions to the corresponding
ConditionServices.
|
Class | Description |
---|---|
AllEAttributes |
Custom attribute used by the
RuleRegistry to capture the fact
that a Rule may not have condition. |
AndConditionService |
ConditionService for conditions of type AndCondition . |
ConditionServiceManagerImpl |
The internal component implementation of the ConditionServiceManager.
|
FalseConditionService |
A trivial condition service for the
False condition. |
IsProxyConditionService |
A condition service for the
IsProxyCondition . |
IterateConditionService |
Condition service for the
IterateCondition . |
LeafConditionService |
ConditionService for conditions of type LeafCondition . |
NotConditionService |
Condition service for the
NotCondition . |
OrConditionService |
ConditionService for conditions of type OrCondition . |
RuleRegistry<T extends Rule> |
Rule registry that maintains which
VElement s
are affected if a setting is changed. |
RuleService |
Rule service that, once instantiated, maintains and synchronizes
the state of a rule with its
VElement . |
RuleServiceHelperImpl | |
TrueConditionService |
A trivial condition service for the
True condition. |
Copyright © 2019. All rights reserved.