org.eclipse.emf.emfstore.internal.server.impl.api
Class ESConflictSetImpl

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.server.impl.api.ESConflictSetImpl
All Implemented Interfaces:
InternalAPIDelegator<ESConflictSet,ChangeConflictSet>, ESConflictSet

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.

Author:
emueller

Constructor Summary
ESConflictSetImpl(ChangeConflictSet changeConflict)
          Constructor.
 
Method Summary
 Set<ESConflict> getConflicts()
          Get the conflicts of the conflict set.
 ChangeConflictSet toInternalAPI()
          Returns the internal interface of this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESConflictSetImpl

public ESConflictSetImpl(ChangeConflictSet changeConflict)
Constructor.

Parameters:
changeConflict - the delegate
Method Detail

toInternalAPI

public ChangeConflictSet toInternalAPI()
Returns the internal interface of this class.

Specified by:
toInternalAPI in interface InternalAPIDelegator<ESConflictSet,ChangeConflictSet>
Returns:
the internal interface of this class
See Also:
InternalAPIDelegator.toInternalAPI()

getConflicts

public Set<ESConflict> getConflicts()
Get the conflicts of the conflict set.

Specified by:
getConflicts in interface ESConflictSet
Returns:
a set of conflicts
See Also:
ESConflictSet.getConflicts()


Copyright © 2015. All Rights Reserved.