public class ConflictContext extends Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ConflictContext(org.eclipse.emf.ecore.EObject modelElement,
String attribute,
String opponent)
modelElement - elementattribute - attributeopponent - opponentpublic ConflictContext(org.eclipse.emf.ecore.EObject modelElement,
String opponent)
modelElement - elementopponent - opponentpublic ConflictContext(DecisionManager manager, AbstractOperation myOperation, AbstractOperation theirOperation)
manager - decisionmanagermyOperation - my optheirOperation - their oppublic org.eclipse.emf.ecore.EObject getModelElement()
public String getAttribute()
public String getOpponent()
public String getModelElementTitleLabel()
public String getAttributeTitleLabel()
public String getOpponentTitleLabel()
Copyright © 2017. All rights reserved.