|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.server.conflictDetection.ReservationToConflictBucketCandidateMap
public class ReservationToConflictBucketCandidateMap
Map from model elements and their features to conflict candidate buckets.
| Constructor Summary | |
|---|---|
ReservationToConflictBucketCandidateMap()
Default constructor. |
|
| Method Summary | |
|---|---|
Set<ConflictBucketCandidate> |
getConflictBucketCandidates()
Get all Conflict Buckets that are part of the map. |
void |
scanOperationReservations(AbstractOperation operation,
int priority,
ModelElementIdToEObjectMapping idToEObjectMapping,
boolean isMyOperation)
Scans the given AbstractOperation into the reservation set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReservationToConflictBucketCandidateMap()
| Method Detail |
|---|
public void scanOperationReservations(AbstractOperation operation,
int priority,
ModelElementIdToEObjectMapping idToEObjectMapping,
boolean isMyOperation)
AbstractOperation into the reservation set.
operation - the operation to be scannedpriority - the global priority of the operation, which is later used to represent a conflict bucket candidateidToEObjectMapping - a mapping from IDs to model elements containing all involved model elementsisMyOperation - whether this operation is incoming, false if it is, true otherwisepublic Set<ConflictBucketCandidate> getConflictBucketCandidates()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||