de.uka.ipd.sdq.completions.impl
Class CompletionsPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by de.uka.ipd.sdq.completions.impl.CompletionsPackageImpl
All Implemented Interfaces:
CompletionsPackage

public class CompletionsPackageImpl
extends EPackageImpl
implements CompletionsPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.uka.ipd.sdq.completions.CompletionsPackage
CompletionsPackage.Literals
 
Field Summary
 
Fields inherited from interface de.uka.ipd.sdq.completions.CompletionsPackage
COMPLETION, COMPLETION__ASSEMBLY_CONNECTORS_COMPOSED_STRUCTURE, COMPLETION__ASSEMBLY_CONTEXTS_COMPOSED_STRUCTURE, COMPLETION__COMPONENT_PARAMETER_USAGE_IMPLEMENTATION_COMPONENT_TYPE, COMPLETION__ENTITY_NAME, COMPLETION__ID, COMPLETION__PARENT_COMPLETE_COMPONENT_TYPES, COMPLETION__PROVIDED_DELEGATION_CONNECTORS_COMPOSED_STRUCTURE, COMPLETION__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY, COMPLETION__REPOSITORY_REPOSITORY_COMPONENT, COMPLETION__REQUIRED_DELEGATION_CONNECTORS_COMPOSED_STRUCTURE, COMPLETION__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY, COMPLETION__RESOURCE_REQUIRED_DELEGATION_CONNECTORS_COMPOSED_STRUCTURE, COMPLETION__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY, COMPLETION_FEATURE_COUNT, COMPLETION_REPOSITORY, COMPLETION_REPOSITORY__COMPLETIONS_COMPLETION_REPOSITORY, COMPLETION_REPOSITORY_FEATURE_COUNT, DELEGATING_EXTERNAL_CALL_ACTION, DELEGATING_EXTERNAL_CALL_ACTION__CALLED_SERVICE_EXTERNAL_SERVICE, DELEGATING_EXTERNAL_CALL_ACTION__ENTITY_NAME, DELEGATING_EXTERNAL_CALL_ACTION__ID, DELEGATING_EXTERNAL_CALL_ACTION__INPUT_PARAMETER_USAGES_EXTERNAL_CALL_ACTION, DELEGATING_EXTERNAL_CALL_ACTION__OUTPUT_VARIABLE_USAGES_EXTERNAL_CALL_ACTION, DELEGATING_EXTERNAL_CALL_ACTION__PREDECESSOR_ABSTRACT_ACTION, DELEGATING_EXTERNAL_CALL_ACTION__ROLE_EXTERNAL_SERVICE, DELEGATING_EXTERNAL_CALL_ACTION__SUCCESSOR_ABSTRACT_ACTION, DELEGATING_EXTERNAL_CALL_ACTION_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EClass getCompletion()
           
 EReference getCompletionRepository_Completions_CompletionRepository()
           
 EClass getCompletionRepository()
           
 CompletionsFactory getCompletionsFactory()
           
 EClass getDelegatingExternalCallAction()
           
static CompletionsPackage 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static CompletionsPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

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

getCompletion

public EClass getCompletion()

Specified by:
getCompletion in interface CompletionsPackage
Returns:
the meta object for class 'Completion'.
See Also:
Completion

getCompletionRepository

public EClass getCompletionRepository()

Specified by:
getCompletionRepository in interface CompletionsPackage
Returns:
the meta object for class 'Completion Repository'.
See Also:
CompletionRepository

getCompletionRepository_Completions_CompletionRepository

public EReference getCompletionRepository_Completions_CompletionRepository()

Specified by:
getCompletionRepository_Completions_CompletionRepository in interface CompletionsPackage
Returns:
the meta object for the containment reference list 'Completions Completion Repository'.
See Also:
CompletionRepository.getCompletions_CompletionRepository(), CompletionsPackage.getCompletionRepository()

getDelegatingExternalCallAction

public EClass getDelegatingExternalCallAction()

Specified by:
getDelegatingExternalCallAction in interface CompletionsPackage
Returns:
the meta object for class 'Delegating External Call Action'.
See Also:
DelegatingExternalCallAction

getCompletionsFactory

public CompletionsFactory getCompletionsFactory()

Specified by:
getCompletionsFactory in interface CompletionsPackage
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.