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

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.ExpressionImpl
          extended by de.uka.ipd.sdq.stoex.impl.IfElseImpl
All Implemented Interfaces:
Expression, IfElse
Direct Known Subclasses:
BooleanExpressionImpl, IfElseExpressionImpl

public abstract class IfElseImpl
extends ExpressionImpl
implements IfElse

An implementation of the model object 'If Else'.


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

IfElseImpl

protected IfElseImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ExpressionImpl