de.uka.ipd.sdq.stoex
Interface Term

All Superinterfaces:
BooleanExpression, Comparison, Expression, IfElse
All Known Subinterfaces:
Atom, BoolLiteral, CharacterisedVariable, DoubleLiteral, FunctionLiteral, IntLiteral, NegativeExpression, NotExpression, NumericLiteral, Parenthesis, Power, PowerExpression, ProbabilityFunctionLiteral, Product, ProductExpression, StringLiteral, TermExpression, Unary, Variable
All Known Implementing Classes:
AtomImpl, BoolLiteralImpl, CharacterisedVariableImpl, DoubleLiteralImpl, FunctionLiteralImpl, IntLiteralImpl, NegativeExpressionImpl, NotExpressionImpl, NumericLiteralImpl, ParenthesisImpl, PowerExpressionImpl, PowerImpl, ProbabilityFunctionLiteralImpl, ProductExpressionImpl, ProductImpl, StringLiteralImpl, TermExpressionImpl, TermImpl, UnaryImpl, VariableImpl

public interface Term
extends Comparison

A representation of the model object 'Term'.

See Also:
StoexPackage.getTerm()

Field Summary
static String copyright
           
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values