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

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
All Implemented Interfaces:
BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
Direct Known Subclasses:
AtomImpl, NegativeExpressionImpl, NotExpressionImpl

public abstract class UnaryImpl
extends PowerImpl
implements Unary

An implementation of the model object 'Unary'.


Field Summary
static String copyright
           
 
Constructor Summary
protected UnaryImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
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
Constructor Detail

UnaryImpl

protected UnaryImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class PowerImpl