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

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
All Implemented Interfaces:
BooleanExpression, Comparison, Expression, IfElse, Term
Direct Known Subclasses:
ProductImpl, TermExpressionImpl

public abstract class TermImpl
extends ComparisonImpl
implements Term

An implementation of the model object 'Term'.


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

TermImpl

protected TermImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ComparisonImpl