Package | Description |
---|---|
com.massa.mrules.condition |
Modifier and Type | Method and Description |
---|---|
protected ConditionEquivalence |
MConditionSet.internalIsEquivalent(ICondition o) |
protected abstract ConditionEquivalence |
AbstractCondition.internalIsEquivalent(ICondition o)
Called by
AbstractCondition.internalIsEquivalent(ICondition) if the other condition is not an instance of MConditionNot . |
protected ConditionEquivalence |
AbstractAccessorWrapperCondition.internalIsEquivalent(ICondition o) |
protected ConditionEquivalence |
MHardCodedCondition.internalIsEquivalent(ICondition o) |
protected ConditionEquivalence |
MConditionNot.internalIsEquivalent(ICondition o) |
protected ConditionEquivalence |
MEvaluationCondition.internalIsEquivalent(ICondition o) |
ConditionEquivalence |
ICondition.isEquivalent(ICondition o)
Tells if this condition is strictly equivalent or a strict negation of the other provided condition.
|
ConditionEquivalence |
AbstractCondition.isEquivalent(ICondition o)
Handles the facts that provided condition is null or an instance of
MConditionNot . |
ConditionEquivalence |
MConditionNot.isEquivalent(ICondition o) |
static ConditionEquivalence |
ConditionEquivalence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionEquivalence[] |
ConditionEquivalence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|