Uses of Interface
org.eclipse.emf.emfstore.server.ESConflict

Packages that use ESConflict
org.eclipse.emf.emfstore.internal.server.conflictDetection   
org.eclipse.emf.emfstore.internal.server.impl.api   
org.eclipse.emf.emfstore.server   
 

Uses of ESConflict in org.eclipse.emf.emfstore.internal.server.conflictDetection
 

Methods in org.eclipse.emf.emfstore.internal.server.conflictDetection that return ESConflict
 ESConflict ConflictBucket.createAPI()
          Creates the API interface for this class.
 ESConflict ConflictBucket.toAPI()
          Returns the API interface of this class.
 

Uses of ESConflict in org.eclipse.emf.emfstore.internal.server.impl.api
 

Classes in org.eclipse.emf.emfstore.internal.server.impl.api that implement ESConflict
 class ESConflictImpl
          Mapping between ESConflict and ConflictBucket.
 

Methods in org.eclipse.emf.emfstore.internal.server.impl.api that return types with arguments of type ESConflict
 Set<ESConflict> ESConflictSetImpl.getConflicts()
          Get the conflicts of the conflict set.
 

Uses of ESConflict in org.eclipse.emf.emfstore.server
 

Methods in org.eclipse.emf.emfstore.server that return types with arguments of type ESConflict
 Set<ESConflict> ESConflictSet.getConflicts()
          Get the conflicts of the conflict set.
 



Copyright © 2015. All Rights Reserved.