de.uka.ipd.sdq.stoex
Interface NotExpression

All Superinterfaces:
BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Implementing Classes:
NotExpressionImpl

public interface NotExpression
extends Unary

A representation of the model object 'Not Expression'.

The following features are supported:

See Also:
StoexPackage.getNotExpression()

Field Summary
static String copyright
           
 
Method Summary
 Unary getInner()
          Returns the value of the 'Inner' containment reference.
 void setInner(Unary value)
          Sets the value of the 'Inner' containment reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getInner

Unary getInner()
Returns the value of the 'Inner' containment reference.

If the meaning of the 'Inner' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inner' containment reference.
See Also:
setInner(Unary), StoexPackage.getNotExpression_Inner()

setInner

void setInner(Unary value)
Sets the value of the 'Inner' containment reference.

Parameters:
value - the new value of the 'Inner' containment reference.
See Also:
getInner()