Package org.eclipse.viatra.transformation.evm.specific.resolver
-
Interface Summary Interface Description CallbackConflictResolver.ActivationChoiceStrategy -
Class Summary 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 eachRuleSpecification
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>