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

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
All Implemented Interfaces:
BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term
Direct Known Subclasses:
PowerExpressionImpl, UnaryImpl

public abstract class PowerImpl
extends ProductImpl
implements Power

An implementation of the model object 'Power'.


Field Summary
static String copyright
           
 
Constructor Summary
protected PowerImpl()
           
 
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

PowerImpl

protected PowerImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ProductImpl