org.eclipse.emf.emfstore.server
Interface ESConflictSet

All Known Implementing Classes:
ESConflictSetImpl

public interface ESConflictSet

Represents conflicting changes on models.

Currently no further information is provided.

Author:
emueller, wesendon

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

Method Detail

getConflicts

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

Returns:
a set of conflicts


Copyright © 2015. All Rights Reserved.