de.uka.ipd.sdq.stoex.impl
Class AtomImpl
java.lang.Object
EObjectImpl
de.uka.ipd.sdq.stoex.impl.ExpressionImpl
de.uka.ipd.sdq.stoex.impl.IfElseImpl
de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
de.uka.ipd.sdq.stoex.impl.ComparisonImpl
de.uka.ipd.sdq.stoex.impl.TermImpl
de.uka.ipd.sdq.stoex.impl.ProductImpl
de.uka.ipd.sdq.stoex.impl.PowerImpl
de.uka.ipd.sdq.stoex.impl.UnaryImpl
de.uka.ipd.sdq.stoex.impl.AtomImpl
- All Implemented Interfaces:
- Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
- Direct Known Subclasses:
- BoolLiteralImpl, FunctionLiteralImpl, ParenthesisImpl, ProbabilityFunctionLiteralImpl, StringLiteralImpl, VariableImpl
public abstract class AtomImpl
- extends UnaryImpl
- implements Atom
An implementation of the model object 'Atom'.
|
Constructor Summary |
protected |
AtomImpl()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
AtomImpl
protected AtomImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass in class UnaryImpl