public class ReservationToConflictBucketCandidateMap extends Object
| Constructor and Description |
|---|
ReservationToConflictBucketCandidateMap()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
public ReservationToConflictBucketCandidateMap()
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()
Copyright © 2017. All rights reserved.