|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.stoex.impl.ExpressionImpl
de.uka.ipd.sdq.stoex.impl.IfElseImpl
de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
de.uka.ipd.sdq.stoex.impl.ComparisonImpl
de.uka.ipd.sdq.stoex.impl.CompareExpressionImpl
public class CompareExpressionImpl
An implementation of the model object 'Compare Expression'.
The following features are implemented:
| Field Summary | |
|---|---|
static String |
copyright
|
protected Term |
left
The cached value of the ' Left' containment reference. |
protected CompareOperations |
operation
The cached value of the ' Operation' attribute. |
protected static CompareOperations |
OPERATION_EDEFAULT
The default value of the ' Operation' attribute. |
protected Term |
right
The cached value of the ' Right' containment reference. |
| Constructor Summary | |
|---|---|
protected |
CompareExpressionImpl()
|
| Method Summary | |
|---|---|
NotificationChain |
basicSetLeft(Term newLeft,
NotificationChain msgs)
|
NotificationChain |
basicSetRight(Term newRight,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Term |
getLeft()
|
CompareOperations |
getOperation()
|
Term |
getRight()
|
void |
setLeft(Term newLeft)
|
void |
setOperation(CompareOperations newOperation)
|
void |
setRight(Term newRight)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
protected Term left
Left' containment reference.
getLeft()protected Term right
Right' containment reference.
getRight()protected static final CompareOperations OPERATION_EDEFAULT
Operation' attribute.
getOperation()protected CompareOperations operation
Operation' attribute.
getOperation()| Constructor Detail |
|---|
protected CompareExpressionImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class ComparisonImplpublic Term getLeft()
getLeft in interface CompareExpressionCompareExpression.setLeft(Term),
StoexPackage.getCompareExpression_Left()
public NotificationChain basicSetLeft(Term newLeft,
NotificationChain msgs)
public void setLeft(Term newLeft)
setLeft in interface CompareExpressionnewLeft - the new value of the 'Left' containment reference.CompareExpression.getLeft()public Term getRight()
getRight in interface CompareExpressionCompareExpression.setRight(Term),
StoexPackage.getCompareExpression_Right()
public NotificationChain basicSetRight(Term newRight,
NotificationChain msgs)
public void setRight(Term newRight)
setRight in interface CompareExpressionnewRight - the new value of the 'Right' containment reference.CompareExpression.getRight()public CompareOperations getOperation()
getOperation in interface CompareExpressionCompareOperations,
CompareExpression.setOperation(CompareOperations),
StoexPackage.getCompareExpression_Operation()public void setOperation(CompareOperations newOperation)
setOperation in interface CompareExpressionnewOperation - the new value of the 'Operation' attribute.CompareOperations,
CompareExpression.getOperation()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||