| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.evm.specific | |
| org.eclipse.incquery.runtime.evm.specific.resolver | |
| org.eclipse.incquery.viewers.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
static FixedPriorityConflictResolver |
ConflictResolvers.createFixedPriorityResolver() |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
FixedPriorityConflictResolver |
FixedPriorityConflictSet.getConflictResolver() |
| Constructor and Description |
|---|
FixedPriorityConflictSet(FixedPriorityConflictResolver resolver,
java.util.Map<RuleSpecification<?>,java.lang.Integer> priorities) |
InvertedDisappearancePriorityConflictSet(FixedPriorityConflictResolver resolver,
java.util.Map<RuleSpecification<?>,java.lang.Integer> priorities) |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewersConflictResolver
Deprecated.
Use
InvertedDisappearancePriorityConflictResolver instead |