|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StoexFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
StoexPackage| Field Summary | |
|---|---|
static String |
copyright
|
static StoexFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
BooleanOperatorExpression |
createBooleanOperatorExpression()
Returns a new object of class 'Boolean Operator Expression'. |
BoolLiteral |
createBoolLiteral()
Returns a new object of class 'Bool Literal'. |
CompareExpression |
createCompareExpression()
Returns a new object of class 'Compare Expression'. |
DoubleLiteral |
createDoubleLiteral()
Returns a new object of class 'Double Literal'. |
FunctionLiteral |
createFunctionLiteral()
Returns a new object of class 'Function Literal'. |
IfElseExpression |
createIfElseExpression()
Returns a new object of class 'If Else Expression'. |
IntLiteral |
createIntLiteral()
Returns a new object of class 'Int Literal'. |
NamespaceReference |
createNamespaceReference()
Returns a new object of class 'Namespace Reference'. |
NegativeExpression |
createNegativeExpression()
Returns a new object of class 'Negative Expression'. |
NotExpression |
createNotExpression()
Returns a new object of class 'Not Expression'. |
Parenthesis |
createParenthesis()
Returns a new object of class 'Parenthesis'. |
PowerExpression |
createPowerExpression()
Returns a new object of class 'Power Expression'. |
ProbabilityFunctionLiteral |
createProbabilityFunctionLiteral()
Returns a new object of class 'Probability Function Literal'. |
ProductExpression |
createProductExpression()
Returns a new object of class 'Product Expression'. |
RandomVariable |
createRandomVariable()
Returns a new object of class 'Random Variable'. |
StringLiteral |
createStringLiteral()
Returns a new object of class 'String Literal'. |
TermExpression |
createTermExpression()
Returns a new object of class 'Term Expression'. |
Variable |
createVariable()
Returns a new object of class 'Variable'. |
VariableReference |
createVariableReference()
Returns a new object of class 'Variable Reference'. |
StoexPackage |
getStoexPackage()
Returns the package supported by this factory. |
| Field Detail |
|---|
static final String copyright
static final StoexFactory eINSTANCE
| Method Detail |
|---|
VariableReference createVariableReference()
NamespaceReference createNamespaceReference()
Variable createVariable()
TermExpression createTermExpression()
RandomVariable createRandomVariable()
ProductExpression createProductExpression()
ProbabilityFunctionLiteral createProbabilityFunctionLiteral()
Parenthesis createParenthesis()
IntLiteral createIntLiteral()
DoubleLiteral createDoubleLiteral()
CompareExpression createCompareExpression()
BoolLiteral createBoolLiteral()
StringLiteral createStringLiteral()
PowerExpression createPowerExpression()
BooleanOperatorExpression createBooleanOperatorExpression()
NotExpression createNotExpression()
NegativeExpression createNegativeExpression()
FunctionLiteral createFunctionLiteral()
IfElseExpression createIfElseExpression()
StoexPackage getStoexPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||