public interface UtilitiesPackage
UtilitiesFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
UtilitiesPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AST_NODE
The meta object id for the '
AST Node' class. |
static int |
AST_NODE__END_POSITION
The feature id for the 'End Position' attribute.
|
static int |
AST_NODE__START_POSITION
The feature id for the 'Start Position' attribute.
|
static int |
AST_NODE_FEATURE_COUNT
The number of structural features of the 'AST Node' class.
|
static int |
CALLING_AST_NODE
The meta object id for the '
Calling AST Node' class. |
static int |
CALLING_AST_NODE__END_POSITION
The feature id for the 'End Position' attribute.
|
static int |
CALLING_AST_NODE__PROPERTY_END_POSITION
The feature id for the 'Property End Position' attribute.
|
static int |
CALLING_AST_NODE__PROPERTY_START_POSITION
The feature id for the 'Property Start Position' attribute.
|
static int |
CALLING_AST_NODE__START_POSITION
The feature id for the 'Start Position' attribute.
|
static int |
CALLING_AST_NODE_FEATURE_COUNT
The number of structural features of the 'Calling AST Node' class.
|
static String |
eCONTENT_TYPE
The package content type ID.
|
static UtilitiesPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
EXPRESSION_IN_OCL
The meta object id for the '
Expression In OCL' class. |
static int |
EXPRESSION_IN_OCL__BODY_EXPRESSION
The feature id for the 'Body Expression' containment reference.
|
static int |
EXPRESSION_IN_OCL__CONTEXT_VARIABLE
The feature id for the 'Context Variable' containment reference.
|
static int |
EXPRESSION_IN_OCL__GENERATED_TYPE
The feature id for the 'Generated Type' containment reference list.
|
static int |
EXPRESSION_IN_OCL__PARAMETER_VARIABLE
The feature id for the 'Parameter Variable' containment reference list.
|
static int |
EXPRESSION_IN_OCL__RESULT_VARIABLE
The feature id for the 'Result Variable' containment reference.
|
static int |
EXPRESSION_IN_OCL_FEATURE_COUNT
The number of structural features of the 'Expression In OCL' class.
|
static int |
PREDEFINED_TYPE
The meta object id for the '
Predefined Type' class. |
static int |
PREDEFINED_TYPE_FEATURE_COUNT
The number of structural features of the 'Predefined Type' class.
|
static int |
TYPED_AST_NODE
The meta object id for the '
Typed AST Node' class. |
static int |
TYPED_AST_NODE__END_POSITION
The feature id for the 'End Position' attribute.
|
static int |
TYPED_AST_NODE__START_POSITION
The feature id for the 'Start Position' attribute.
|
static int |
TYPED_AST_NODE__TYPE_END_POSITION
The feature id for the 'Type End Position' attribute.
|
static int |
TYPED_AST_NODE__TYPE_START_POSITION
The feature id for the 'Type Start Position' attribute.
|
static int |
TYPED_AST_NODE_FEATURE_COUNT
The number of structural features of the 'Typed AST Node' class.
|
static int |
TYPED_ELEMENT
The meta object id for the '
Typed Element' class. |
static int |
TYPED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Typed Element' class.
|
static int |
VISITABLE
The meta object id for the '
Visitable' class. |
static int |
VISITABLE_FEATURE_COUNT
The number of structural features of the 'Visitable' class.
|
static int |
VISITOR
The meta object id for the '
Visitor' class. |
static int |
VISITOR_FEATURE_COUNT
The number of structural features of the 'Visitor' class.
|
| Modifier and Type | Method and Description |
|---|---|
EAttribute |
getASTNode_EndPosition()
Returns the meta object for the attribute '
End Position'. |
EAttribute |
getASTNode_StartPosition()
Returns the meta object for the attribute '
Start Position'. |
EClass |
getASTNode()
Returns the meta object for class '
AST Node'. |
EAttribute |
getCallingASTNode_PropertyEndPosition()
Returns the meta object for the attribute '
Property End Position'. |
EAttribute |
getCallingASTNode_PropertyStartPosition()
Returns the meta object for the attribute '
Property Start Position'. |
EClass |
getCallingASTNode()
Returns the meta object for class '
Calling AST Node'. |
EReference |
getExpressionInOCL_BodyExpression()
Returns the meta object for the containment reference '
Body Expression'. |
EReference |
getExpressionInOCL_ContextVariable()
Returns the meta object for the containment reference '
Context Variable'. |
EReference |
getExpressionInOCL_GeneratedType()
Returns the meta object for the containment reference list '
Generated Type'. |
EReference |
getExpressionInOCL_ParameterVariable()
Returns the meta object for the containment reference list '
Parameter Variable'. |
EReference |
getExpressionInOCL_ResultVariable()
Returns the meta object for the containment reference '
Result Variable'. |
EClass |
getExpressionInOCL()
Returns the meta object for class '
Expression In OCL'. |
EClass |
getPredefinedType()
Returns the meta object for class '
Predefined Type'. |
EAttribute |
getTypedASTNode_TypeEndPosition()
Returns the meta object for the attribute '
Type End Position'. |
EAttribute |
getTypedASTNode_TypeStartPosition()
Returns the meta object for the attribute '
Type Start Position'. |
EClass |
getTypedASTNode()
Returns the meta object for class '
Typed AST Node'. |
EClass |
getTypedElement()
Returns the meta object for class '
Typed Element'. |
UtilitiesFactory |
getUtilitiesFactory()
Returns the factory that creates the instances of the model.
|
EClass |
getVisitable()
Returns the meta object for class '
Visitable'. |
EClass |
getVisitor()
Returns the meta object for class '
Visitor'. |
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final String eCONTENT_TYPE
static final UtilitiesPackage eINSTANCE
static final int AST_NODE
AST Node' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int AST_NODE__START_POSITION
static final int AST_NODE__END_POSITION
static final int AST_NODE_FEATURE_COUNT
static final int CALLING_AST_NODE
Calling AST Node' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int CALLING_AST_NODE__START_POSITION
static final int CALLING_AST_NODE__END_POSITION
static final int CALLING_AST_NODE__PROPERTY_START_POSITION
static final int CALLING_AST_NODE__PROPERTY_END_POSITION
static final int CALLING_AST_NODE_FEATURE_COUNT
static final int PREDEFINED_TYPE
Predefined Type' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int TYPED_AST_NODE
Typed AST Node' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int TYPED_AST_NODE__START_POSITION
static final int TYPED_AST_NODE__END_POSITION
static final int TYPED_AST_NODE__TYPE_START_POSITION
static final int TYPED_AST_NODE__TYPE_END_POSITION
static final int TYPED_AST_NODE_FEATURE_COUNT
static final int VISITABLE
Visitable' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int VISITABLE_FEATURE_COUNT
static final int TYPED_ELEMENT
Typed Element' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int VISITOR
Visitor' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int VISITOR_FEATURE_COUNT
static final int TYPED_ELEMENT_FEATURE_COUNT
static final int EXPRESSION_IN_OCL
Expression In OCL' class.
This value may change when the model code is regenerated.
It is subject to change without notice.
static final int EXPRESSION_IN_OCL__BODY_EXPRESSION
static final int EXPRESSION_IN_OCL__CONTEXT_VARIABLE
static final int EXPRESSION_IN_OCL__RESULT_VARIABLE
static final int EXPRESSION_IN_OCL__PARAMETER_VARIABLE
static final int EXPRESSION_IN_OCL__GENERATED_TYPE
static final int EXPRESSION_IN_OCL_FEATURE_COUNT
static final int PREDEFINED_TYPE_FEATURE_COUNT
EClass getASTNode()
AST Node'.
ASTNodeEAttribute getASTNode_StartPosition()
Start Position'.
ASTNode.getStartPosition(),
getASTNode()EAttribute getASTNode_EndPosition()
End Position'.
ASTNode.getEndPosition(),
getASTNode()EClass getCallingASTNode()
Calling AST Node'.
CallingASTNodeEAttribute getCallingASTNode_PropertyStartPosition()
Property Start Position'.
CallingASTNode.getPropertyStartPosition(),
getCallingASTNode()EAttribute getCallingASTNode_PropertyEndPosition()
Property End Position'.
CallingASTNode.getPropertyEndPosition(),
getCallingASTNode()EClass getPredefinedType()
Predefined Type'.
PredefinedTypeEClass getTypedASTNode()
Typed AST Node'.
TypedASTNodeEAttribute getTypedASTNode_TypeStartPosition()
Type Start Position'.
TypedASTNode.getTypeStartPosition(),
getTypedASTNode()EAttribute getTypedASTNode_TypeEndPosition()
Type End Position'.
TypedASTNode.getTypeEndPosition(),
getTypedASTNode()EClass getVisitable()
Visitable'.
VisitableEClass getTypedElement()
Typed Element'.
TypedElementEClass getVisitor()
Visitor'.
VisitorEClass getExpressionInOCL()
Expression In OCL'.
ExpressionInOCLEReference getExpressionInOCL_BodyExpression()
Body Expression'.
ExpressionInOCL.getBodyExpression(),
getExpressionInOCL()EReference getExpressionInOCL_ContextVariable()
Context Variable'.
ExpressionInOCL.getContextVariable(),
getExpressionInOCL()EReference getExpressionInOCL_ResultVariable()
Result Variable'.
ExpressionInOCL.getResultVariable(),
getExpressionInOCL()EReference getExpressionInOCL_ParameterVariable()
Parameter Variable'.
ExpressionInOCL.getParameterVariable(),
getExpressionInOCL()EReference getExpressionInOCL_GeneratedType()
Generated Type'.
ExpressionInOCL.getGeneratedType(),
getExpressionInOCL()UtilitiesFactory getUtilitiesFactory()
Copyright © 2015 Open eHealth Foundation. All rights reserved.