de.uka.ipd.sdq.stoex
Interface Atom

All Superinterfaces:
BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Subinterfaces:
BoolLiteral, CharacterisedVariable, DoubleLiteral, FunctionLiteral, IntLiteral, NumericLiteral, Parenthesis, ProbabilityFunctionLiteral, StringLiteral, Variable
All Known Implementing Classes:
AtomImpl, BoolLiteralImpl, CharacterisedVariableImpl, DoubleLiteralImpl, FunctionLiteralImpl, IntLiteralImpl, NumericLiteralImpl, ParenthesisImpl, ProbabilityFunctionLiteralImpl, StringLiteralImpl, VariableImpl

public interface Atom
extends Unary

A representation of the model object 'Atom'.

See Also:
StoexPackage.getAtom()

Field Summary
static String copyright
           
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values