Class EvaluatedExclusionTrigger

All Implemented Interfaces:
DebugDumpable, Serializable

public class EvaluatedExclusionTrigger extends EvaluatedPolicyRuleTrigger<ExclusionPolicyConstraintType>
Represents triggered exclusion constraint. [NOTE] ==== When present in "foreign policy rules" (EvaluatedAssignment.getAllAssociatedPolicyRules()), then the values in conflictingAssignment, conflictingTarget, thisTarget and so on may be misleading. They are correct with regards to the original evaluated assignment, but not for the other one. Hence, to get the correct values, use getRealConflictingAssignment(EvaluatedAssignment). ====
See Also: