org.objectweb.dsrg.sofa.repository.model.util
Class ModelAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.objectweb.dsrg.sofa.repository.model.util.ModelAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class ModelAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
ModelPackage
Generated from the meta-model

Field Summary
protected static ModelPackage modelPackage
          The cached model package
protected  ModelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods
 
Constructor Summary
ModelAdapterFactory()
          Creates an instance of the adapter factory
 
Method Summary
 org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
          Creates an adapter for the target
 org.eclipse.emf.common.notify.Adapter createAnnotationAdapter()
          Creates a new adapter for an object of class 'Annotation'
 org.eclipse.emf.common.notify.Adapter createArchitectureAdapter()
          Creates a new adapter for an object of class 'Architecture'
 org.eclipse.emf.common.notify.Adapter createAspectAdapter()
          Creates a new adapter for an object of class 'Aspect'
 org.eclipse.emf.common.notify.Adapter createAssemblyDescriptorAdapter()
          Creates a new adapter for an object of class 'Assembly Descriptor'
 org.eclipse.emf.common.notify.Adapter createCodeBundleAdapter()
          Creates a new adapter for an object of class 'Code Bundle'
 org.eclipse.emf.common.notify.Adapter createComponentInterfaceEndpointAdapter()
          Creates a new adapter for an object of class 'Component Interface Endpoint'
 org.eclipse.emf.common.notify.Adapter createComponentSelectAdapter()
          Creates a new adapter for an object of class 'Component Select'
 org.eclipse.emf.common.notify.Adapter createConnectionAdapter()
          Creates a new adapter for an object of class 'Connection'
 org.eclipse.emf.common.notify.Adapter createConnectionEndpointAdapter()
          Creates a new adapter for an object of class 'Connection Endpoint'
 org.eclipse.emf.common.notify.Adapter createConnectorManagerConfigurationAdapter()
          Creates a new adapter for an object of class 'Connector Manager Configuration'
 org.eclipse.emf.common.notify.Adapter createConnectorUnitDeploymentDescriptionAdapter()
          Creates a new adapter for an object of class 'Connector Unit Deployment Description'
 org.eclipse.emf.common.notify.Adapter createControlInterfaceAdapter()
          Creates a new adapter for an object of class 'Control Interface'
 org.eclipse.emf.common.notify.Adapter createDeploymentPlanAdapter()
          Creates a new adapter for an object of class 'Deployment Plan'
 org.eclipse.emf.common.notify.Adapter createDockRegistryConfigurationAdapter()
          Creates a new adapter for an object of class 'Dock Registry Configuration'
 org.eclipse.emf.common.notify.Adapter createEnvironmentAssumptionAdapter()
          Creates a new adapter for an object of class 'Environment Assumption'
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case
 org.eclipse.emf.common.notify.Adapter createFactoryAdapter()
          Creates a new adapter for an object of class 'Factory'
 org.eclipse.emf.common.notify.Adapter createFeatureAdapter()
          Creates a new adapter for an object of class 'Feature'
 org.eclipse.emf.common.notify.Adapter createFrameAdapter()
          Creates a new adapter for an object of class 'Frame'
 org.eclipse.emf.common.notify.Adapter createInfoAdapter()
          Creates a new adapter for an object of class 'Info'
 org.eclipse.emf.common.notify.Adapter createInstanceAssemblyDescriptionAdapter()
          Creates a new adapter for an object of class 'Instance Assembly Description'
 org.eclipse.emf.common.notify.Adapter createInstanceDeploymentDescriptionAdapter()
          Creates a new adapter for an object of class 'Instance Deployment Description'
 org.eclipse.emf.common.notify.Adapter createInterfaceAdapter()
          Creates a new adapter for an object of class 'Interface'
 org.eclipse.emf.common.notify.Adapter createInterfaceSelectAdapter()
          Creates a new adapter for an object of class 'Interface Select'
 org.eclipse.emf.common.notify.Adapter createInterfaceTypeAdapter()
          Creates a new adapter for an object of class 'Interface Type'
 org.eclipse.emf.common.notify.Adapter createMappedPropertyAdapter()
          Creates a new adapter for an object of class 'Mapped Property'
 org.eclipse.emf.common.notify.Adapter createMicroBindingAdapter()
          Creates a new adapter for an object of class 'Micro Binding'
 org.eclipse.emf.common.notify.Adapter createMicroBindingEndpointAdapter()
          Creates a new adapter for an object of class 'Micro Binding Endpoint'
 org.eclipse.emf.common.notify.Adapter createMicroComponentAdapter()
          Creates a new adapter for an object of class 'Micro Component'
 org.eclipse.emf.common.notify.Adapter createMicroComponentInstanceAdapter()
          Creates a new adapter for an object of class 'Micro Component Instance'
 org.eclipse.emf.common.notify.Adapter createMicroContentAdapter()
          Creates a new adapter for an object of class 'Micro Content'
 org.eclipse.emf.common.notify.Adapter createMicroContentClassAdapter()
          Creates a new adapter for an object of class 'Micro Content Class'
 org.eclipse.emf.common.notify.Adapter createMicroContentGeneratorAdapter()
          Creates a new adapter for an object of class 'Micro Content Generator'
 org.eclipse.emf.common.notify.Adapter createMicroInterfaceAdapter()
          Creates a new adapter for an object of class 'Micro Interface'
 org.eclipse.emf.common.notify.Adapter createMicroInterfaceTypeAdapter()
          Creates a new adapter for an object of class 'Micro Interface Type'
 org.eclipse.emf.common.notify.Adapter createNamedEntityAdapter()
          Creates a new adapter for an object of class 'Named Entity'
 org.eclipse.emf.common.notify.Adapter createNodeConfigurationAdapter()
          Creates a new adapter for an object of class 'Node Configuration'
 org.eclipse.emf.common.notify.Adapter createParameterAdapter()
          Creates a new adapter for an object of class 'Parameter'
 org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
          Creates a new adapter for an object of class 'Property'
 org.eclipse.emf.common.notify.Adapter createPropertyValueAdapter()
          Creates a new adapter for an object of class 'Property Value'
 org.eclipse.emf.common.notify.Adapter createPublishAdapter()
          Creates a new adapter for an object of class 'Publish'
 org.eclipse.emf.common.notify.Adapter createRBMBindingAdapter()
          Creates a new adapter for an object of class 'RBM Binding'
 org.eclipse.emf.common.notify.Adapter createRBMConnectorArchitectureAdapter()
          Creates a new adapter for an object of class 'RBM Connector Architecture'
 org.eclipse.emf.common.notify.Adapter createRBMPortAdapter()
          Creates a new adapter for an object of class 'RBM Port'
 org.eclipse.emf.common.notify.Adapter createRepositoryConfigurationAdapter()
          Creates a new adapter for an object of class 'Repository Configuration'
 org.eclipse.emf.common.notify.Adapter createRepositoryDataAdapter()
          Creates a new adapter for an object of class 'Repository Data'
 org.eclipse.emf.common.notify.Adapter createRepositoryInfoAdapter()
          Creates a new adapter for an object of class 'Repository Info'
 org.eclipse.emf.common.notify.Adapter createResourceDeploymentDescriptionAdapter()
          Creates a new adapter for an object of class 'Resource Deployment Description'
 org.eclipse.emf.common.notify.Adapter createServiceAdapter()
          Creates a new adapter for an object of class 'Service'
 org.eclipse.emf.common.notify.Adapter createServicePublisherAdapter()
          Creates a new adapter for an object of class 'Service Publisher'
 org.eclipse.emf.common.notify.Adapter createServiceTrackerAdapter()
          Creates a new adapter for an object of class 'Service Tracker'
 org.eclipse.emf.common.notify.Adapter createSharedConnectorUnitAdapter()
          Creates a new adapter for an object of class 'Shared Connector Unit'
 org.eclipse.emf.common.notify.Adapter createSubcomponentAssemblyInstanceAdapter()
          Creates a new adapter for an object of class 'Subcomponent Assembly Instance'
 org.eclipse.emf.common.notify.Adapter createSubcomponentDeploymentInstanceAdapter()
          Creates a new adapter for an object of class 'Subcomponent Deployment Instance'
 org.eclipse.emf.common.notify.Adapter createSubcomponentInstanceAdapter()
          Creates a new adapter for an object of class 'Subcomponent Instance'
 org.eclipse.emf.common.notify.Adapter createSubcomponentInterfaceEndpointAdapter()
          Creates a new adapter for an object of class 'Subcomponent Interface Endpoint'
 org.eclipse.emf.common.notify.Adapter createTopLevelAdapter()
          Creates a new adapter for an object of class 'Top Level'
 org.eclipse.emf.common.notify.Adapter createVersionAdapter()
          Creates a new adapter for an object of class 'Version'
 org.eclipse.emf.common.notify.Adapter createVersionedEntityAdapter()
          Creates a new adapter for an object of class 'Versioned Entity'
 boolean isFactoryForType(java.lang.Object object)
          Returns whether this factory is applicable for the type of the object
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static ModelPackage modelPackage
The cached model package.

Generated from the meta-model

modelSwitch

protected ModelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
The switch that delegates to the createXXX methods.

Generated from the meta-model
Constructor Detail

ModelAdapterFactory

public ModelAdapterFactory()
Creates an instance of the adapter factory.

Generated from the meta-model
Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.
Generated from the meta-model

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
Generated from the meta-model

createNamedEntityAdapter

public org.eclipse.emf.common.notify.Adapter createNamedEntityAdapter()
Creates a new adapter for an object of class 'Named Entity'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
NamedEntity
Generated from the meta-model

createVersionedEntityAdapter

public org.eclipse.emf.common.notify.Adapter createVersionedEntityAdapter()
Creates a new adapter for an object of class 'Versioned Entity'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
VersionedEntity
Generated from the meta-model

createVersionAdapter

public org.eclipse.emf.common.notify.Adapter createVersionAdapter()
Creates a new adapter for an object of class 'Version'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Version
Generated from the meta-model

createInterfaceTypeAdapter

public org.eclipse.emf.common.notify.Adapter createInterfaceTypeAdapter()
Creates a new adapter for an object of class 'Interface Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
InterfaceType
Generated from the meta-model

createInterfaceAdapter

public org.eclipse.emf.common.notify.Adapter createInterfaceAdapter()
Creates a new adapter for an object of class 'Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Interface
Generated from the meta-model

createFrameAdapter

public org.eclipse.emf.common.notify.Adapter createFrameAdapter()
Creates a new adapter for an object of class 'Frame'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Frame
Generated from the meta-model

createArchitectureAdapter

public org.eclipse.emf.common.notify.Adapter createArchitectureAdapter()
Creates a new adapter for an object of class 'Architecture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Architecture
Generated from the meta-model

createPropertyAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyAdapter()
Creates a new adapter for an object of class 'Property'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Property
Generated from the meta-model

createSubcomponentInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createSubcomponentInstanceAdapter()
Creates a new adapter for an object of class 'Subcomponent Instance'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SubcomponentInstance
Generated from the meta-model

createConnectionAdapter

public org.eclipse.emf.common.notify.Adapter createConnectionAdapter()
Creates a new adapter for an object of class 'Connection'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Connection
Generated from the meta-model

createSubcomponentInterfaceEndpointAdapter

public org.eclipse.emf.common.notify.Adapter createSubcomponentInterfaceEndpointAdapter()
Creates a new adapter for an object of class 'Subcomponent Interface Endpoint'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SubcomponentInterfaceEndpoint
Generated from the meta-model

createComponentInterfaceEndpointAdapter

public org.eclipse.emf.common.notify.Adapter createComponentInterfaceEndpointAdapter()
Creates a new adapter for an object of class 'Component Interface Endpoint'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ComponentInterfaceEndpoint
Generated from the meta-model

createAnnotationAdapter

public org.eclipse.emf.common.notify.Adapter createAnnotationAdapter()
Creates a new adapter for an object of class 'Annotation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Annotation
Generated from the meta-model

createFactoryAdapter

public org.eclipse.emf.common.notify.Adapter createFactoryAdapter()
Creates a new adapter for an object of class 'Factory'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Factory
Generated from the meta-model

createTopLevelAdapter

public org.eclipse.emf.common.notify.Adapter createTopLevelAdapter()
Creates a new adapter for an object of class 'Top Level'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
TopLevel
Generated from the meta-model

createRepositoryDataAdapter

public org.eclipse.emf.common.notify.Adapter createRepositoryDataAdapter()
Creates a new adapter for an object of class 'Repository Data'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RepositoryData
Generated from the meta-model

createMicroComponentAdapter

public org.eclipse.emf.common.notify.Adapter createMicroComponentAdapter()
Creates a new adapter for an object of class 'Micro Component'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroComponent
Generated from the meta-model

createMicroInterfaceAdapter

public org.eclipse.emf.common.notify.Adapter createMicroInterfaceAdapter()
Creates a new adapter for an object of class 'Micro Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroInterface
Generated from the meta-model

createMicroInterfaceTypeAdapter

public org.eclipse.emf.common.notify.Adapter createMicroInterfaceTypeAdapter()
Creates a new adapter for an object of class 'Micro Interface Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroInterfaceType
Generated from the meta-model

createAspectAdapter

public org.eclipse.emf.common.notify.Adapter createAspectAdapter()
Creates a new adapter for an object of class 'Aspect'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Aspect
Generated from the meta-model

createComponentSelectAdapter

public org.eclipse.emf.common.notify.Adapter createComponentSelectAdapter()
Creates a new adapter for an object of class 'Component Select'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ComponentSelect
Generated from the meta-model

createInterfaceSelectAdapter

public org.eclipse.emf.common.notify.Adapter createInterfaceSelectAdapter()
Creates a new adapter for an object of class 'Interface Select'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
InterfaceSelect
Generated from the meta-model

createMicroComponentInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createMicroComponentInstanceAdapter()
Creates a new adapter for an object of class 'Micro Component Instance'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroComponentInstance
Generated from the meta-model

createMicroContentAdapter

public org.eclipse.emf.common.notify.Adapter createMicroContentAdapter()
Creates a new adapter for an object of class 'Micro Content'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroContent
Generated from the meta-model

createMicroContentClassAdapter

public org.eclipse.emf.common.notify.Adapter createMicroContentClassAdapter()
Creates a new adapter for an object of class 'Micro Content Class'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroContentClass
Generated from the meta-model

createMicroContentGeneratorAdapter

public org.eclipse.emf.common.notify.Adapter createMicroContentGeneratorAdapter()
Creates a new adapter for an object of class 'Micro Content Generator'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroContentGenerator
Generated from the meta-model

createMicroBindingAdapter

public org.eclipse.emf.common.notify.Adapter createMicroBindingAdapter()
Creates a new adapter for an object of class 'Micro Binding'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroBinding
Generated from the meta-model

createMicroBindingEndpointAdapter

public org.eclipse.emf.common.notify.Adapter createMicroBindingEndpointAdapter()
Creates a new adapter for an object of class 'Micro Binding Endpoint'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MicroBindingEndpoint
Generated from the meta-model

createFeatureAdapter

public org.eclipse.emf.common.notify.Adapter createFeatureAdapter()
Creates a new adapter for an object of class 'Feature'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Feature
Generated from the meta-model

createMappedPropertyAdapter

public org.eclipse.emf.common.notify.Adapter createMappedPropertyAdapter()
Creates a new adapter for an object of class 'Mapped Property'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MappedProperty
Generated from the meta-model

createDeploymentPlanAdapter

public org.eclipse.emf.common.notify.Adapter createDeploymentPlanAdapter()
Creates a new adapter for an object of class 'Deployment Plan'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DeploymentPlan
Generated from the meta-model

createInstanceDeploymentDescriptionAdapter

public org.eclipse.emf.common.notify.Adapter createInstanceDeploymentDescriptionAdapter()
Creates a new adapter for an object of class 'Instance Deployment Description'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
InstanceDeploymentDescription
Generated from the meta-model

createSubcomponentDeploymentInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createSubcomponentDeploymentInstanceAdapter()
Creates a new adapter for an object of class 'Subcomponent Deployment Instance'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SubcomponentDeploymentInstance
Generated from the meta-model

createResourceDeploymentDescriptionAdapter

public org.eclipse.emf.common.notify.Adapter createResourceDeploymentDescriptionAdapter()
Creates a new adapter for an object of class 'Resource Deployment Description'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ResourceDeploymentDescription
Generated from the meta-model

createPropertyValueAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyValueAdapter()
Creates a new adapter for an object of class 'Property Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PropertyValue
Generated from the meta-model

createConnectorUnitDeploymentDescriptionAdapter

public org.eclipse.emf.common.notify.Adapter createConnectorUnitDeploymentDescriptionAdapter()
Creates a new adapter for an object of class 'Connector Unit Deployment Description'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ConnectorUnitDeploymentDescription
Generated from the meta-model

createRBMConnectorArchitectureAdapter

public org.eclipse.emf.common.notify.Adapter createRBMConnectorArchitectureAdapter()
Creates a new adapter for an object of class 'RBM Connector Architecture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RBMConnectorArchitecture
Generated from the meta-model

createRBMBindingAdapter

public org.eclipse.emf.common.notify.Adapter createRBMBindingAdapter()
Creates a new adapter for an object of class 'RBM Binding'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RBMBinding
Generated from the meta-model

createRBMPortAdapter

public org.eclipse.emf.common.notify.Adapter createRBMPortAdapter()
Creates a new adapter for an object of class 'RBM Port'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RBMPort
Generated from the meta-model

createControlInterfaceAdapter

public org.eclipse.emf.common.notify.Adapter createControlInterfaceAdapter()
Creates a new adapter for an object of class 'Control Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ControlInterface
Generated from the meta-model

createRepositoryConfigurationAdapter

public org.eclipse.emf.common.notify.Adapter createRepositoryConfigurationAdapter()
Creates a new adapter for an object of class 'Repository Configuration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RepositoryConfiguration
Generated from the meta-model

createNodeConfigurationAdapter

public org.eclipse.emf.common.notify.Adapter createNodeConfigurationAdapter()
Creates a new adapter for an object of class 'Node Configuration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
NodeConfiguration
Generated from the meta-model

createAssemblyDescriptorAdapter

public org.eclipse.emf.common.notify.Adapter createAssemblyDescriptorAdapter()
Creates a new adapter for an object of class 'Assembly Descriptor'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
AssemblyDescriptor
Generated from the meta-model

createInstanceAssemblyDescriptionAdapter

public org.eclipse.emf.common.notify.Adapter createInstanceAssemblyDescriptionAdapter()
Creates a new adapter for an object of class 'Instance Assembly Description'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
InstanceAssemblyDescription
Generated from the meta-model

createCodeBundleAdapter

public org.eclipse.emf.common.notify.Adapter createCodeBundleAdapter()
Creates a new adapter for an object of class 'Code Bundle'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
CodeBundle
Generated from the meta-model

createSubcomponentAssemblyInstanceAdapter

public org.eclipse.emf.common.notify.Adapter createSubcomponentAssemblyInstanceAdapter()
Creates a new adapter for an object of class 'Subcomponent Assembly Instance'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SubcomponentAssemblyInstance
Generated from the meta-model

createRepositoryInfoAdapter

public org.eclipse.emf.common.notify.Adapter createRepositoryInfoAdapter()
Creates a new adapter for an object of class 'Repository Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RepositoryInfo
Generated from the meta-model

createDockRegistryConfigurationAdapter

public org.eclipse.emf.common.notify.Adapter createDockRegistryConfigurationAdapter()
Creates a new adapter for an object of class 'Dock Registry Configuration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DockRegistryConfiguration
Generated from the meta-model

createConnectorManagerConfigurationAdapter

public org.eclipse.emf.common.notify.Adapter createConnectorManagerConfigurationAdapter()
Creates a new adapter for an object of class 'Connector Manager Configuration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ConnectorManagerConfiguration
Generated from the meta-model

createParameterAdapter

public org.eclipse.emf.common.notify.Adapter createParameterAdapter()
Creates a new adapter for an object of class 'Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Parameter
Generated from the meta-model

createSharedConnectorUnitAdapter

public org.eclipse.emf.common.notify.Adapter createSharedConnectorUnitAdapter()
Creates a new adapter for an object of class 'Shared Connector Unit'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SharedConnectorUnit
Generated from the meta-model

createConnectionEndpointAdapter

public org.eclipse.emf.common.notify.Adapter createConnectionEndpointAdapter()
Creates a new adapter for an object of class 'Connection Endpoint'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ConnectionEndpoint
Generated from the meta-model

createInfoAdapter

public org.eclipse.emf.common.notify.Adapter createInfoAdapter()
Creates a new adapter for an object of class 'Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Info
Generated from the meta-model

createEnvironmentAssumptionAdapter

public org.eclipse.emf.common.notify.Adapter createEnvironmentAssumptionAdapter()
Creates a new adapter for an object of class 'Environment Assumption'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
EnvironmentAssumption
Generated from the meta-model

createServiceAdapter

public org.eclipse.emf.common.notify.Adapter createServiceAdapter()
Creates a new adapter for an object of class 'Service'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Service
Generated from the meta-model

createPublishAdapter

public org.eclipse.emf.common.notify.Adapter createPublishAdapter()
Creates a new adapter for an object of class 'Publish'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Publish
Generated from the meta-model

createServiceTrackerAdapter

public org.eclipse.emf.common.notify.Adapter createServiceTrackerAdapter()
Creates a new adapter for an object of class 'Service Tracker'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ServiceTracker
Generated from the meta-model

createServicePublisherAdapter

public org.eclipse.emf.common.notify.Adapter createServicePublisherAdapter()
Creates a new adapter for an object of class 'Service Publisher'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ServicePublisher
Generated from the meta-model

createEObjectAdapter

public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
Generated from the meta-model