org.eclipse.emf.emfstore.internal.server.conflictDetection
Interface ConflictBucketCandidateStore


public interface ConflictBucketCandidateStore

Stores an ConflictBucketCandidate.

Author:
mkoegel

Method Summary
 ConflictBucketCandidate getConflictBucketCandidate()
          Returns the contained ConflictBucketCandidate.
 void setConflictBucketCandidate(ConflictBucketCandidate conflictBucketCandidate)
          Sets the contained ConflictBucketCandidate.
 

Method Detail

getConflictBucketCandidate

ConflictBucketCandidate getConflictBucketCandidate()
Returns the contained ConflictBucketCandidate.

Returns:
the ConflictBucketCandidate.

setConflictBucketCandidate

void setConflictBucketCandidate(ConflictBucketCandidate conflictBucketCandidate)
Sets the contained ConflictBucketCandidate.

Parameters:
conflictBucketCandidate - the ConflictBucketCandidate to be set


Copyright © 2015. All Rights Reserved.