public class ModelElementIdReservationMap extends LinkedHashMap<String,FeatureNameReservationMap>
ModelElementId
s.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ModelElementIdReservationMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConflictBucketCandidate> |
getConflictBucketCandidates(String modelElementId)
Returns a set of
ConflictBucketCandidates for a given ModelElementId. |
Set<ConflictBucketCandidate> |
getConflictBucketCandidates(String modelElementId,
String featureName)
Returns a set of
ConflictBucketCandidates for the combination
of ModelElementId and a feature name. |
Set<ConflictBucketCandidate> |
getConflictBucketCandidates(String modelElementId,
String featureName,
String oppositeModelElement)
Returns a set of
ConflictBucketCandidates for the combination
of ModelElementId, a feature name and an opposite model element. |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic Set<ConflictBucketCandidate> getConflictBucketCandidates(String modelElementId)
ConflictBucketCandidates for a given ModelElementId.modelElementId - the ModelElementId for which to retrieve the ConflictBucketCandidatesConflictBucketCandidates for the given ModelElementIdpublic Set<ConflictBucketCandidate> getConflictBucketCandidates(String modelElementId, String featureName)
ConflictBucketCandidates for the combination
of ModelElementId and a feature name.modelElementId - the ModelElementId for which to retrieve the ConflictBucketCandidatesfeatureName - a feature nameConflictBucketCandidates for the combination
of ModelElementId and a feature name.public Set<ConflictBucketCandidate> getConflictBucketCandidates(String modelElementId, String featureName, String oppositeModelElement)
ConflictBucketCandidates for the combination
of ModelElementId, a feature name and an opposite model element.modelElementId - the ModelElementId for which to retrieve the ConflictBucketCandidatesfeatureName - a feature nameoppositeModelElement - an opposite model elementConflictBucketCandidates for the combination
of ModelElementId, a feature name and an opposite model elementCopyright © 2017. All rights reserved.