de.uka.ipd.sdq.stoex.impl
Class NotExpressionImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.ExpressionImpl
          extended by de.uka.ipd.sdq.stoex.impl.IfElseImpl
              extended by de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
                  extended by de.uka.ipd.sdq.stoex.impl.ComparisonImpl
                      extended by de.uka.ipd.sdq.stoex.impl.TermImpl
                          extended by de.uka.ipd.sdq.stoex.impl.ProductImpl
                              extended by de.uka.ipd.sdq.stoex.impl.PowerImpl
                                  extended by de.uka.ipd.sdq.stoex.impl.UnaryImpl
                                      extended by de.uka.ipd.sdq.stoex.impl.NotExpressionImpl
All Implemented Interfaces:
BooleanExpression, Comparison, Expression, IfElse, NotExpression, Power, Product, Term, Unary

public class NotExpressionImpl
extends UnaryImpl
implements NotExpression

An implementation of the model object 'Not Expression'.

The following features are implemented:


Field Summary
static String copyright
           
protected  Unary inner
          The cached value of the 'Inner' containment reference.
 
Constructor Summary
protected NotExpressionImpl()
           
 
Method Summary
 NotificationChain basicSetInner(Unary newInner, 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)
           
 Unary getInner()
           
 void setInner(Unary newInner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

inner

protected Unary inner
The cached value of the 'Inner' containment reference.

See Also:
getInner()
Constructor Detail

NotExpressionImpl

protected NotExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class UnaryImpl

getInner

public Unary getInner()

Specified by:
getInner in interface NotExpression
Returns:
the value of the 'Inner' containment reference.
See Also:
NotExpression.setInner(Unary), StoexPackage.getNotExpression_Inner()

basicSetInner

public NotificationChain basicSetInner(Unary newInner,
                                       NotificationChain msgs)


setInner

public void setInner(Unary newInner)

Specified by:
setInner in interface NotExpression
Parameters:
newInner - the new value of the 'Inner' containment reference.
See Also:
NotExpression.getInner()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)