|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.ConflictContext
public class ConflictContext
Holding the data for the context of an conflict.
| Constructor Summary | |
|---|---|
ConflictContext(DecisionManager manager,
AbstractOperation myOperation,
AbstractOperation theirOperation)
Alternative constructor. |
|
ConflictContext(org.eclipse.emf.ecore.EObject modelElement,
String opponent)
Alternative constructor. |
|
ConflictContext(org.eclipse.emf.ecore.EObject modelElement,
String attribute,
String opponent)
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getAttribute()
Get Attribute. |
String |
getAttributeTitleLabel()
Get label of attribute. |
org.eclipse.emf.ecore.EObject |
getModelElement()
Get ModelELement. |
String |
getModelElementTitleLabel()
Get label for Modelelement. |
String |
getOpponent()
Get Opponent. |
String |
getOpponentTitleLabel()
Get label of opponent. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConflictContext(org.eclipse.emf.ecore.EObject modelElement,
String attribute,
String opponent)
modelElement - elementattribute - attributeopponent - opponent
public ConflictContext(org.eclipse.emf.ecore.EObject modelElement,
String opponent)
modelElement - elementopponent - opponent
public ConflictContext(DecisionManager manager,
AbstractOperation myOperation,
AbstractOperation theirOperation)
manager - decisionmanagermyOperation - my optheirOperation - their op| Method Detail |
|---|
public org.eclipse.emf.ecore.EObject getModelElement()
public String getAttribute()
public String getOpponent()
public String getModelElementTitleLabel()
public String getAttributeTitleLabel()
public String getOpponentTitleLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||