public class ESConflictSetImpl extends Object implements ESConflictSet, InternalAPIDelegator<ESConflictSet,ChangeConflictSet>
Mapping between ESConflictSet and ChangeConflictSet.
Note that this class does not inherit from AbstractAPIImpl since ChangeConflictSet is not a modeled class.
| Constructor and Description |
|---|
ESConflictSetImpl(ChangeConflictSet changeConflict)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ESConflict> |
getConflicts()
Get the conflicts of the conflict set.
|
ChangeConflictSet |
toInternalAPI()
Returns the internal interface of this class.
|
public ESConflictSetImpl(ChangeConflictSet changeConflict)
changeConflict - the delegatepublic ChangeConflictSet toInternalAPI()
toInternalAPI in interface InternalAPIDelegator<ESConflictSet,ChangeConflictSet>InternalAPIDelegator.toInternalAPI()public Set<ESConflict> getConflicts()
getConflicts in interface ESConflictSetESConflictSet.getConflicts()Copyright © 2017. All rights reserved.