org.eclipse.ocl.utilities.impl
Class UtilitiesPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
All Implemented Interfaces:
UtilitiesPackage

public class UtilitiesPackageImpl
extends EPackageImpl
implements UtilitiesPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.utilities.UtilitiesPackage
UtilitiesPackage.Literals
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.utilities.UtilitiesPackage
AST_NODE, AST_NODE__END_POSITION, AST_NODE__START_POSITION, AST_NODE_FEATURE_COUNT, CALLING_AST_NODE, CALLING_AST_NODE__END_POSITION, CALLING_AST_NODE__PROPERTY_END_POSITION, CALLING_AST_NODE__PROPERTY_START_POSITION, CALLING_AST_NODE__START_POSITION, CALLING_AST_NODE_FEATURE_COUNT, eCONTENT_TYPE, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, EXPRESSION_IN_OCL, EXPRESSION_IN_OCL__BODY_EXPRESSION, EXPRESSION_IN_OCL__CONTEXT_VARIABLE, EXPRESSION_IN_OCL__GENERATED_TYPE, EXPRESSION_IN_OCL__PARAMETER_VARIABLE, EXPRESSION_IN_OCL__RESULT_VARIABLE, EXPRESSION_IN_OCL_FEATURE_COUNT, PREDEFINED_TYPE, PREDEFINED_TYPE_FEATURE_COUNT, TYPED_AST_NODE, TYPED_AST_NODE__END_POSITION, TYPED_AST_NODE__START_POSITION, TYPED_AST_NODE__TYPE_END_POSITION, TYPED_AST_NODE__TYPE_START_POSITION, TYPED_AST_NODE_FEATURE_COUNT, TYPED_ELEMENT, TYPED_ELEMENT_FEATURE_COUNT, VISITABLE, VISITABLE_FEATURE_COUNT, VISITOR, VISITOR_FEATURE_COUNT
 
Method Summary
protected  void createExtendedMetaDataAnnotations()
          Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
 void createPackageContents()
          Creates the meta-model objects for the package.
 EAttribute getASTNode_EndPosition()
           
 EAttribute getASTNode_StartPosition()
           
 EClass getASTNode()
           
 EAttribute getCallingASTNode_PropertyEndPosition()
           
 EAttribute getCallingASTNode_PropertyStartPosition()
           
 EClass getCallingASTNode()
           
 EReference getExpressionInOCL_BodyExpression()
           
 EReference getExpressionInOCL_ContextVariable()
           
 EReference getExpressionInOCL_GeneratedType()
           
 EReference getExpressionInOCL_ParameterVariable()
           
 EReference getExpressionInOCL_ResultVariable()
           
 EClass getExpressionInOCL()
           
 EClass getPredefinedType()
           
 EAttribute getTypedASTNode_TypeEndPosition()
           
 EAttribute getTypedASTNode_TypeStartPosition()
           
 EClass getTypedASTNode()
           
 EClass getTypedElement()
           
 UtilitiesFactory getUtilitiesFactory()
           
 EClass getVisitable()
           
 EClass getVisitor()
           
static UtilitiesPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 void initializePackageContentsGen()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static UtilitiesPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize UtilitiesPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
UtilitiesPackage.eNS_URI, createPackageContents(), initializePackageContents()

getASTNode

public EClass getASTNode()

Specified by:
getASTNode in interface UtilitiesPackage
Returns:
the meta object for class 'AST Node'.
See Also:
ASTNode

getASTNode_StartPosition

public EAttribute getASTNode_StartPosition()

Specified by:
getASTNode_StartPosition in interface UtilitiesPackage
Returns:
the meta object for the attribute 'Start Position'.
See Also:
ASTNode.getStartPosition(), UtilitiesPackage.getASTNode()

getASTNode_EndPosition

public EAttribute getASTNode_EndPosition()

Specified by:
getASTNode_EndPosition in interface UtilitiesPackage
Returns:
the meta object for the attribute 'End Position'.
See Also:
ASTNode.getEndPosition(), UtilitiesPackage.getASTNode()

getCallingASTNode

public EClass getCallingASTNode()

Specified by:
getCallingASTNode in interface UtilitiesPackage
Returns:
the meta object for class 'Calling AST Node'.
See Also:
CallingASTNode

getCallingASTNode_PropertyStartPosition

public EAttribute getCallingASTNode_PropertyStartPosition()

Specified by:
getCallingASTNode_PropertyStartPosition in interface UtilitiesPackage
Returns:
the meta object for the attribute 'Property Start Position'.
See Also:
CallingASTNode.getPropertyStartPosition(), UtilitiesPackage.getCallingASTNode()

getCallingASTNode_PropertyEndPosition

public EAttribute getCallingASTNode_PropertyEndPosition()

Specified by:
getCallingASTNode_PropertyEndPosition in interface UtilitiesPackage
Returns:
the meta object for the attribute 'Property End Position'.
See Also:
CallingASTNode.getPropertyEndPosition(), UtilitiesPackage.getCallingASTNode()

getPredefinedType

public EClass getPredefinedType()

Specified by:
getPredefinedType in interface UtilitiesPackage
Returns:
the meta object for class 'Predefined Type'.
See Also:
PredefinedType

getTypedASTNode

public EClass getTypedASTNode()

Specified by:
getTypedASTNode in interface UtilitiesPackage
Returns:
the meta object for class 'Typed AST Node'.
See Also:
TypedASTNode

getTypedASTNode_TypeStartPosition

public EAttribute getTypedASTNode_TypeStartPosition()

Specified by:
getTypedASTNode_TypeStartPosition in interface UtilitiesPackage
Returns:
the meta object for the attribute 'Type Start Position'.
See Also:
TypedASTNode.getTypeStartPosition(), UtilitiesPackage.getTypedASTNode()

getTypedASTNode_TypeEndPosition

public EAttribute getTypedASTNode_TypeEndPosition()

Specified by:
getTypedASTNode_TypeEndPosition in interface UtilitiesPackage
Returns:
the meta object for the attribute 'Type End Position'.
See Also:
TypedASTNode.getTypeEndPosition(), UtilitiesPackage.getTypedASTNode()

getVisitable

public EClass getVisitable()

Specified by:
getVisitable in interface UtilitiesPackage
Returns:
the meta object for class 'Visitable'.
See Also:
Visitable

getTypedElement

public EClass getTypedElement()

Specified by:
getTypedElement in interface UtilitiesPackage
Returns:
the meta object for class 'Typed Element'.
See Also:
TypedElement

getVisitor

public EClass getVisitor()

Specified by:
getVisitor in interface UtilitiesPackage
Returns:
the meta object for class 'Visitor'.
See Also:
Visitor

getExpressionInOCL

public EClass getExpressionInOCL()

Specified by:
getExpressionInOCL in interface UtilitiesPackage
Returns:
the meta object for class 'Expression In OCL'.
See Also:
ExpressionInOCL

getExpressionInOCL_BodyExpression

public EReference getExpressionInOCL_BodyExpression()

Specified by:
getExpressionInOCL_BodyExpression in interface UtilitiesPackage
Returns:
the meta object for the containment reference 'Body Expression'.
See Also:
ExpressionInOCL.getBodyExpression(), UtilitiesPackage.getExpressionInOCL()

getExpressionInOCL_ContextVariable

public EReference getExpressionInOCL_ContextVariable()

Specified by:
getExpressionInOCL_ContextVariable in interface UtilitiesPackage
Returns:
the meta object for the containment reference 'Context Variable'.
See Also:
ExpressionInOCL.getContextVariable(), UtilitiesPackage.getExpressionInOCL()

getExpressionInOCL_ResultVariable

public EReference getExpressionInOCL_ResultVariable()

Specified by:
getExpressionInOCL_ResultVariable in interface UtilitiesPackage
Returns:
the meta object for the containment reference 'Result Variable'.
See Also:
ExpressionInOCL.getResultVariable(), UtilitiesPackage.getExpressionInOCL()

getExpressionInOCL_ParameterVariable

public EReference getExpressionInOCL_ParameterVariable()

Specified by:
getExpressionInOCL_ParameterVariable in interface UtilitiesPackage
Returns:
the meta object for the containment reference list 'Parameter Variable'.
See Also:
ExpressionInOCL.getParameterVariable(), UtilitiesPackage.getExpressionInOCL()

getExpressionInOCL_GeneratedType

public EReference getExpressionInOCL_GeneratedType()

Specified by:
getExpressionInOCL_GeneratedType in interface UtilitiesPackage
Returns:
the meta object for the containment reference list 'Generated Type'.
Since:
3.0
See Also:
ExpressionInOCL.getGeneratedType(), UtilitiesPackage.getExpressionInOCL()

getUtilitiesFactory

public UtilitiesFactory getUtilitiesFactory()

Specified by:
getUtilitiesFactory in interface UtilitiesPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.

The generated implementation is extended by adding me as a child of the empty root OCL package.


initializePackageContentsGen

public void initializePackageContentsGen()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


createExtendedMetaDataAnnotations

protected void createExtendedMetaDataAnnotations()
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.