Class UMLAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com.nomagic.uml2.ext.magicdraw.util.UMLAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class UMLAdapterFactory 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:
Generated:
  • Field Details

    • modelPackage

      protected static UMLPackage modelPackage
      The cached model package.
      Generated:
    • modelSwitch

      protected UMLSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
      Generated:
  • Constructor Details

    • UMLAdapterFactory

      public UMLAdapterFactory()
      Creates an instance of the adapter factory.
      Generated:
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(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:
    • 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:
    • createSendSignalActionAdapter

      public org.eclipse.emf.common.notify.Adapter createSendSignalActionAdapter()
      Creates a new adapter for an object of class 'Send Signal Action'. 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:
      Generated:
    • createInvocationActionAdapter

      public org.eclipse.emf.common.notify.Adapter createInvocationActionAdapter()
      Creates a new adapter for an object of class 'Invocation Action'. 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:
      Generated:
    • createActionAdapter

      public org.eclipse.emf.common.notify.Adapter createActionAdapter()
      Creates a new adapter for an object of class 'Action'. 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:
      Generated:
    • createExecutableNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createExecutableNodeAdapter()
      Creates a new adapter for an object of class 'Executable Node'. 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:
      Generated:
    • createActivityNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityNodeAdapter()
      Creates a new adapter for an object of class 'Activity Node'. 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:
      Generated:
    • createRedefinableElementAdapter

      public org.eclipse.emf.common.notify.Adapter createRedefinableElementAdapter()
      Creates a new adapter for an object of class 'Redefinable Element'. 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:
      Generated:
    • createNamedElementAdapter

      public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
      Creates a new adapter for an object of class 'Named Element'. 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:
      Generated:
    • createElementAdapter

      public org.eclipse.emf.common.notify.Adapter createElementAdapter()
      Creates a new adapter for an object of class 'Element'. 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:
      Generated:
    • createCommentAdapter

      public org.eclipse.emf.common.notify.Adapter createCommentAdapter()
      Creates a new adapter for an object of class 'Comment'. 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:
      Generated:
    • createInstanceSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createInstanceSpecificationAdapter()
      Creates a new adapter for an object of class 'Instance Specification'. 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:
      Generated:
    • createPackageableElementAdapter

      public org.eclipse.emf.common.notify.Adapter createPackageableElementAdapter()
      Creates a new adapter for an object of class 'Packageable Element'. 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:
      Generated:
    • createParameterableElementAdapter

      public org.eclipse.emf.common.notify.Adapter createParameterableElementAdapter()
      Creates a new adapter for an object of class 'Parameterable Element'. 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:
      Generated:
    • createTemplateParameterAdapter

      public org.eclipse.emf.common.notify.Adapter createTemplateParameterAdapter()
      Creates a new adapter for an object of class 'Template 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:
      Generated:
    • createTemplateSignatureAdapter

      public org.eclipse.emf.common.notify.Adapter createTemplateSignatureAdapter()
      Creates a new adapter for an object of class 'Template Signature'. 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:
      Generated:
    • createTemplateableElementAdapter

      public org.eclipse.emf.common.notify.Adapter createTemplateableElementAdapter()
      Creates a new adapter for an object of class 'Templateable Element'. 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:
      Generated:
    • createTemplateBindingAdapter

      public org.eclipse.emf.common.notify.Adapter createTemplateBindingAdapter()
      Creates a new adapter for an object of class 'Template 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:
      Generated:
    • createDirectedRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createDirectedRelationshipAdapter()
      Creates a new adapter for an object of class 'Directed Relationship'. 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:
      Generated:
    • createRelationshipAdapter

      public org.eclipse.emf.common.notify.Adapter createRelationshipAdapter()
      Creates a new adapter for an object of class 'Relationship'. 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:
      Generated:
    • createInformationFlowAdapter

      public org.eclipse.emf.common.notify.Adapter createInformationFlowAdapter()
      Creates a new adapter for an object of class 'Information Flow'. 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:
      Generated:
    • createClassifierAdapter

      public org.eclipse.emf.common.notify.Adapter createClassifierAdapter()
      Creates a new adapter for an object of class 'Classifier'. 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:
      Generated:
    • createNamespaceAdapter

      public org.eclipse.emf.common.notify.Adapter createNamespaceAdapter()
      Creates a new adapter for an object of class 'Namespace'. 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:
      Generated:
    • createElementImportAdapter

      public org.eclipse.emf.common.notify.Adapter createElementImportAdapter()
      Creates a new adapter for an object of class 'Element Import'. 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:
      Generated:
    • createProfileAdapter

      public org.eclipse.emf.common.notify.Adapter createProfileAdapter()
      Creates a new adapter for an object of class 'Profile'. 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:
      Generated:
    • createPackageAdapter

      public org.eclipse.emf.common.notify.Adapter createPackageAdapter()
      Creates a new adapter for an object of class 'Package'. 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:
      Generated:
    • createStereotypeAdapter

      public org.eclipse.emf.common.notify.Adapter createStereotypeAdapter()
      Creates a new adapter for an object of class 'Stereotype'. 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:
      Generated:
    • createClassAdapter

      public org.eclipse.emf.common.notify.Adapter createClassAdapter()
      Creates a new adapter for an object of class '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:
      Generated:
    • createBehavioredClassifierAdapter

      public org.eclipse.emf.common.notify.Adapter createBehavioredClassifierAdapter()
      Creates a new adapter for an object of class 'Behaviored Classifier'. 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:
      Generated:
    • createBehaviorAdapter

      public org.eclipse.emf.common.notify.Adapter createBehaviorAdapter()
      Creates a new adapter for an object of class 'Behavior'. 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:
      Generated:
    • 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:
      Generated:
    • createMultiplicityElementAdapter

      public org.eclipse.emf.common.notify.Adapter createMultiplicityElementAdapter()
      Creates a new adapter for an object of class 'Multiplicity Element'. 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:
      Generated:
    • createValueSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createValueSpecificationAdapter()
      Creates a new adapter for an object of class 'Value Specification'. 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:
      Generated:
    • createTypedElementAdapter

      public org.eclipse.emf.common.notify.Adapter createTypedElementAdapter()
      Creates a new adapter for an object of class 'Typed Element'. 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:
      Generated:
    • createTypeAdapter

      public org.eclipse.emf.common.notify.Adapter createTypeAdapter()
      Creates a new adapter for an object of class '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:
      Generated:
    • createAssociationAdapter

      public org.eclipse.emf.common.notify.Adapter createAssociationAdapter()
      Creates a new adapter for an object of class 'Association'. 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:
      Generated:
    • 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:
      Generated:
    • createStructuralFeatureAdapter

      public org.eclipse.emf.common.notify.Adapter createStructuralFeatureAdapter()
      Creates a new adapter for an object of class 'Structural 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:
      Generated:
    • 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:
      Generated:
    • createSlotAdapter

      public org.eclipse.emf.common.notify.Adapter createSlotAdapter()
      Creates a new adapter for an object of class 'Slot'. 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:
      Generated:
    • createStructuralFeatureActionAdapter

      public org.eclipse.emf.common.notify.Adapter createStructuralFeatureActionAdapter()
      Creates a new adapter for an object of class 'Structural Feature Action'. 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:
      Generated:
    • createInputPinAdapter

      public org.eclipse.emf.common.notify.Adapter createInputPinAdapter()
      Creates a new adapter for an object of class 'Input Pin'. 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:
      Generated:
    • createPinAdapter

      public org.eclipse.emf.common.notify.Adapter createPinAdapter()
      Creates a new adapter for an object of class 'Pin'. 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:
      Generated:
    • createObjectNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createObjectNodeAdapter()
      Creates a new adapter for an object of class 'Object Node'. 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:
      Generated:
    • createStateAdapter

      public org.eclipse.emf.common.notify.Adapter createStateAdapter()
      Creates a new adapter for an object of class 'State'. 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:
      Generated:
    • createVertexAdapter

      public org.eclipse.emf.common.notify.Adapter createVertexAdapter()
      Creates a new adapter for an object of class 'Vertex'. 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:
      Generated:
    • createRegionAdapter

      public org.eclipse.emf.common.notify.Adapter createRegionAdapter()
      Creates a new adapter for an object of class 'Region'. 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:
      Generated:
    • createStateMachineAdapter

      public org.eclipse.emf.common.notify.Adapter createStateMachineAdapter()
      Creates a new adapter for an object of class 'State Machine'. 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:
      Generated:
    • createPseudostateAdapter

      public org.eclipse.emf.common.notify.Adapter createPseudostateAdapter()
      Creates a new adapter for an object of class 'Pseudostate'. 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:
      Generated:
    • createConnectionPointReferenceAdapter

      public org.eclipse.emf.common.notify.Adapter createConnectionPointReferenceAdapter()
      Creates a new adapter for an object of class 'Connection Point Reference'. 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:
      Generated:
    • createTransitionAdapter

      public org.eclipse.emf.common.notify.Adapter createTransitionAdapter()
      Creates a new adapter for an object of class 'Transition'. 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:
      Generated:
    • createConstraintAdapter

      public org.eclipse.emf.common.notify.Adapter createConstraintAdapter()
      Creates a new adapter for an object of class 'Constraint'. 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:
      Generated:
    • createOperationAdapter

      public org.eclipse.emf.common.notify.Adapter createOperationAdapter()
      Creates a new adapter for an object of class 'Operation'. 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:
      Generated:
    • createBehavioralFeatureAdapter

      public org.eclipse.emf.common.notify.Adapter createBehavioralFeatureAdapter()
      Creates a new adapter for an object of class 'Behavioral 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:
      Generated:
    • createParameterSetAdapter

      public org.eclipse.emf.common.notify.Adapter createParameterSetAdapter()
      Creates a new adapter for an object of class 'Parameter Set'. 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:
      Generated:
    • createDataTypeAdapter

      public org.eclipse.emf.common.notify.Adapter createDataTypeAdapter()
      Creates a new adapter for an object of class 'Data 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:
      Generated:
    • 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:
      Generated:
    • createReceptionAdapter

      public org.eclipse.emf.common.notify.Adapter createReceptionAdapter()
      Creates a new adapter for an object of class 'Reception'. 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:
      Generated:
    • createSignalAdapter

      public org.eclipse.emf.common.notify.Adapter createSignalAdapter()
      Creates a new adapter for an object of class 'Signal'. 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:
      Generated:
    • createBroadcastSignalActionAdapter

      public org.eclipse.emf.common.notify.Adapter createBroadcastSignalActionAdapter()
      Creates a new adapter for an object of class 'Broadcast Signal Action'. 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:
      Generated:
    • createSignalEventAdapter

      public org.eclipse.emf.common.notify.Adapter createSignalEventAdapter()
      Creates a new adapter for an object of class 'Signal Event'. 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:
      Generated:
    • createMessageEventAdapter

      public org.eclipse.emf.common.notify.Adapter createMessageEventAdapter()
      Creates a new adapter for an object of class 'Message Event'. 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:
      Generated:
    • createEventAdapter

      public org.eclipse.emf.common.notify.Adapter createEventAdapter()
      Creates a new adapter for an object of class 'Event'. 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:
      Generated:
    • createTriggerAdapter

      public org.eclipse.emf.common.notify.Adapter createTriggerAdapter()
      Creates a new adapter for an object of class 'Trigger'. 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:
      Generated:
    • createPortAdapter

      public org.eclipse.emf.common.notify.Adapter createPortAdapter()
      Creates a new adapter for an object of class '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:
      Generated:
    • createProtocolStateMachineAdapter

      public org.eclipse.emf.common.notify.Adapter createProtocolStateMachineAdapter()
      Creates a new adapter for an object of class 'Protocol State Machine'. 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:
      Generated:
    • createProtocolConformanceAdapter

      public org.eclipse.emf.common.notify.Adapter createProtocolConformanceAdapter()
      Creates a new adapter for an object of class 'Protocol Conformance'. 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:
      Generated:
    • createEncapsulatedClassifierAdapter

      public org.eclipse.emf.common.notify.Adapter createEncapsulatedClassifierAdapter()
      Creates a new adapter for an object of class 'Encapsulated Classifier'. 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:
      Generated:
    • createStructuredClassifierAdapter

      public org.eclipse.emf.common.notify.Adapter createStructuredClassifierAdapter()
      Creates a new adapter for an object of class 'Structured Classifier'. 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:
      Generated:
    • createConnectorAdapter

      public org.eclipse.emf.common.notify.Adapter createConnectorAdapter()
      Creates a new adapter for an object of class 'Connector'. 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:
      Generated:
    • createConnectorEndAdapter

      public org.eclipse.emf.common.notify.Adapter createConnectorEndAdapter()
      Creates a new adapter for an object of class 'Connector End'. 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:
      Generated:
    • createConnectableElementAdapter

      public org.eclipse.emf.common.notify.Adapter createConnectableElementAdapter()
      Creates a new adapter for an object of class 'Connectable Element'. 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:
      Generated:
    • createConnectableElementTemplateParameterAdapter

      public org.eclipse.emf.common.notify.Adapter createConnectableElementTemplateParameterAdapter()
      Creates a new adapter for an object of class 'Connectable Element Template 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:
      Generated:
    • createCollaborationAdapter

      public org.eclipse.emf.common.notify.Adapter createCollaborationAdapter()
      Creates a new adapter for an object of class 'Collaboration'. 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:
      Generated:
    • createCollaborationUseAdapter

      public org.eclipse.emf.common.notify.Adapter createCollaborationUseAdapter()
      Creates a new adapter for an object of class 'Collaboration Use'. 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:
      Generated:
    • createDependencyAdapter

      public org.eclipse.emf.common.notify.Adapter createDependencyAdapter()
      Creates a new adapter for an object of class 'Dependency'. 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:
      Generated:
    • createLifelineAdapter

      public org.eclipse.emf.common.notify.Adapter createLifelineAdapter()
      Creates a new adapter for an object of class 'Lifeline'. 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:
      Generated:
    • createInteractionFragmentAdapter

      public org.eclipse.emf.common.notify.Adapter createInteractionFragmentAdapter()
      Creates a new adapter for an object of class 'Interaction Fragment'. 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:
      Generated:
    • createInteractionAdapter

      public org.eclipse.emf.common.notify.Adapter createInteractionAdapter()
      Creates a new adapter for an object of class 'Interaction'. 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:
      Generated:
    • createGateAdapter

      public org.eclipse.emf.common.notify.Adapter createGateAdapter()
      Creates a new adapter for an object of class 'Gate'. 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:
      Generated:
    • createMessageEndAdapter

      public org.eclipse.emf.common.notify.Adapter createMessageEndAdapter()
      Creates a new adapter for an object of class 'Message End'. 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:
      Generated:
    • createMessageAdapter

      public org.eclipse.emf.common.notify.Adapter createMessageAdapter()
      Creates a new adapter for an object of class 'Message'. 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:
      Generated:
    • createInteractionUseAdapter

      public org.eclipse.emf.common.notify.Adapter createInteractionUseAdapter()
      Creates a new adapter for an object of class 'Interaction Use'. 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:
      Generated:
    • createCombinedFragmentAdapter

      public org.eclipse.emf.common.notify.Adapter createCombinedFragmentAdapter()
      Creates a new adapter for an object of class 'Combined Fragment'. 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:
      Generated:
    • createInteractionOperandAdapter

      public org.eclipse.emf.common.notify.Adapter createInteractionOperandAdapter()
      Creates a new adapter for an object of class 'Interaction Operand'. 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:
      Generated:
    • createInteractionConstraintAdapter

      public org.eclipse.emf.common.notify.Adapter createInteractionConstraintAdapter()
      Creates a new adapter for an object of class 'Interaction Constraint'. 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:
      Generated:
    • createGeneralOrderingAdapter

      public org.eclipse.emf.common.notify.Adapter createGeneralOrderingAdapter()
      Creates a new adapter for an object of class 'General Ordering'. 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:
      Generated:
    • createOccurrenceSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createOccurrenceSpecificationAdapter()
      Creates a new adapter for an object of class 'Occurrence Specification'. 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:
      Generated:
    • createExecutionSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createExecutionSpecificationAdapter()
      Creates a new adapter for an object of class 'Execution Specification'. 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:
      Generated:
    • createExecutionOccurrenceSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createExecutionOccurrenceSpecificationAdapter()
      Creates a new adapter for an object of class 'Execution Occurrence Specification'. 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:
      Generated:
    • createPartDecompositionAdapter

      public org.eclipse.emf.common.notify.Adapter createPartDecompositionAdapter()
      Creates a new adapter for an object of class 'Part Decomposition'. 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:
      Generated:
    • createStateInvariantAdapter

      public org.eclipse.emf.common.notify.Adapter createStateInvariantAdapter()
      Creates a new adapter for an object of class 'State Invariant'. 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:
      Generated:
    • createReplyActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReplyActionAdapter()
      Creates a new adapter for an object of class 'Reply Action'. 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:
      Generated:
    • createAcceptEventActionAdapter

      public org.eclipse.emf.common.notify.Adapter createAcceptEventActionAdapter()
      Creates a new adapter for an object of class 'Accept Event Action'. 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:
      Generated:
    • createOutputPinAdapter

      public org.eclipse.emf.common.notify.Adapter createOutputPinAdapter()
      Creates a new adapter for an object of class 'Output Pin'. 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:
      Generated:
    • createClauseAdapter

      public org.eclipse.emf.common.notify.Adapter createClauseAdapter()
      Creates a new adapter for an object of class 'Clause'. 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:
      Generated:
    • createConditionalNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createConditionalNodeAdapter()
      Creates a new adapter for an object of class 'Conditional Node'. 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:
      Generated:
    • createStructuredActivityNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createStructuredActivityNodeAdapter()
      Creates a new adapter for an object of class 'Structured Activity Node'. 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:
      Generated:
    • createActivityGroupAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityGroupAdapter()
      Creates a new adapter for an object of class 'Activity Group'. 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:
      Generated:
    • createActivityEdgeAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityEdgeAdapter()
      Creates a new adapter for an object of class 'Activity Edge'. 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:
      Generated:
    • createActivityAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityAdapter()
      Creates a new adapter for an object of class 'Activity'. 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:
      Generated:
    • createActivityPartitionAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityPartitionAdapter()
      Creates a new adapter for an object of class 'Activity Partition'. 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:
      Generated:
    • createVariableAdapter

      public org.eclipse.emf.common.notify.Adapter createVariableAdapter()
      Creates a new adapter for an object of class 'Variable'. 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:
      Generated:
    • createVariableActionAdapter

      public org.eclipse.emf.common.notify.Adapter createVariableActionAdapter()
      Creates a new adapter for an object of class 'Variable Action'. 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:
      Generated:
    • createInterruptibleActivityRegionAdapter

      public org.eclipse.emf.common.notify.Adapter createInterruptibleActivityRegionAdapter()
      Creates a new adapter for an object of class 'Interruptible Activity Region'. 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:
      Generated:
    • createLoopNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createLoopNodeAdapter()
      Creates a new adapter for an object of class 'Loop Node'. 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:
      Generated:
    • createOpaqueActionAdapter

      public org.eclipse.emf.common.notify.Adapter createOpaqueActionAdapter()
      Creates a new adapter for an object of class 'Opaque Action'. 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:
      Generated:
    • createCallActionAdapter

      public org.eclipse.emf.common.notify.Adapter createCallActionAdapter()
      Creates a new adapter for an object of class 'Call Action'. 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:
      Generated:
    • createClearStructuralFeatureActionAdapter

      public org.eclipse.emf.common.notify.Adapter createClearStructuralFeatureActionAdapter()
      Creates a new adapter for an object of class 'Clear Structural Feature Action'. 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:
      Generated:
    • createCreateLinkObjectActionAdapter

      public org.eclipse.emf.common.notify.Adapter createCreateLinkObjectActionAdapter()
      Creates a new adapter for an object of class 'Create Link Object Action'. 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:
      Generated:
    • createCreateLinkActionAdapter

      public org.eclipse.emf.common.notify.Adapter createCreateLinkActionAdapter()
      Creates a new adapter for an object of class 'Create Link Action'. 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:
      Generated:
    • createWriteLinkActionAdapter

      public org.eclipse.emf.common.notify.Adapter createWriteLinkActionAdapter()
      Creates a new adapter for an object of class 'Write Link Action'. 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:
      Generated:
    • createLinkActionAdapter

      public org.eclipse.emf.common.notify.Adapter createLinkActionAdapter()
      Creates a new adapter for an object of class 'Link Action'. 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:
      Generated:
    • createLinkEndDataAdapter

      public org.eclipse.emf.common.notify.Adapter createLinkEndDataAdapter()
      Creates a new adapter for an object of class 'Link End 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:
      Generated:
    • createQualifierValueAdapter

      public org.eclipse.emf.common.notify.Adapter createQualifierValueAdapter()
      Creates a new adapter for an object of class 'Qualifier 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:
      Generated:
    • createLinkEndCreationDataAdapter

      public org.eclipse.emf.common.notify.Adapter createLinkEndCreationDataAdapter()
      Creates a new adapter for an object of class 'Link End Creation 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:
      Generated:
    • createCreateObjectActionAdapter

      public org.eclipse.emf.common.notify.Adapter createCreateObjectActionAdapter()
      Creates a new adapter for an object of class 'Create Object Action'. 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:
      Generated:
    • createReadExtentActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadExtentActionAdapter()
      Creates a new adapter for an object of class 'Read Extent Action'. 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:
      Generated:
    • createReadIsClassifiedObjectActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadIsClassifiedObjectActionAdapter()
      Creates a new adapter for an object of class 'Read Is Classified Object Action'. 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:
      Generated:
    • createReadLinkActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadLinkActionAdapter()
      Creates a new adapter for an object of class 'Read Link Action'. 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:
      Generated:
    • createReadLinkObjectEndActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadLinkObjectEndActionAdapter()
      Creates a new adapter for an object of class 'Read Link Object End Action'. 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:
      Generated:
    • createReadLinkObjectEndQualifierActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadLinkObjectEndQualifierActionAdapter()
      Creates a new adapter for an object of class 'Read Link Object End Qualifier Action'. 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:
      Generated:
    • createReadSelfActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadSelfActionAdapter()
      Creates a new adapter for an object of class 'Read Self Action'. 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:
      Generated:
    • createReadStructuralFeatureActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadStructuralFeatureActionAdapter()
      Creates a new adapter for an object of class 'Read Structural Feature Action'. 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:
      Generated:
    • createReadVariableActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReadVariableActionAdapter()
      Creates a new adapter for an object of class 'Read Variable Action'. 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:
      Generated:
    • createReduceActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReduceActionAdapter()
      Creates a new adapter for an object of class 'Reduce Action'. 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:
      Generated:
    • createTestIdentityActionAdapter

      public org.eclipse.emf.common.notify.Adapter createTestIdentityActionAdapter()
      Creates a new adapter for an object of class 'Test Identity Action'. 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:
      Generated:
    • createUnmarshallActionAdapter

      public org.eclipse.emf.common.notify.Adapter createUnmarshallActionAdapter()
      Creates a new adapter for an object of class 'Unmarshall Action'. 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:
      Generated:
    • createValueSpecificationActionAdapter

      public org.eclipse.emf.common.notify.Adapter createValueSpecificationActionAdapter()
      Creates a new adapter for an object of class 'Value Specification Action'. 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:
      Generated:
    • createWriteStructuralFeatureActionAdapter

      public org.eclipse.emf.common.notify.Adapter createWriteStructuralFeatureActionAdapter()
      Creates a new adapter for an object of class 'Write Structural Feature Action'. 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:
      Generated:
    • createAcceptCallActionAdapter

      public org.eclipse.emf.common.notify.Adapter createAcceptCallActionAdapter()
      Creates a new adapter for an object of class 'Accept Call Action'. 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:
      Generated:
    • createInterfaceRealizationAdapter

      public org.eclipse.emf.common.notify.Adapter createInterfaceRealizationAdapter()
      Creates a new adapter for an object of class 'Interface Realization'. 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:
      Generated:
    • createRealizationAdapter

      public org.eclipse.emf.common.notify.Adapter createRealizationAdapter()
      Creates a new adapter for an object of class 'Realization'. 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:
      Generated:
    • createAbstractionAdapter

      public org.eclipse.emf.common.notify.Adapter createAbstractionAdapter()
      Creates a new adapter for an object of class 'Abstraction'. 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:
      Generated:
    • createOpaqueExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createOpaqueExpressionAdapter()
      Creates a new adapter for an object of class 'Opaque Expression'. 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:
      Generated:
    • createComponentAdapter

      public org.eclipse.emf.common.notify.Adapter createComponentAdapter()
      Creates a new adapter for an object of class '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:
      Generated:
    • createComponentRealizationAdapter

      public org.eclipse.emf.common.notify.Adapter createComponentRealizationAdapter()
      Creates a new adapter for an object of class 'Component Realization'. 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:
      Generated:
    • createOperationTemplateParameterAdapter

      public org.eclipse.emf.common.notify.Adapter createOperationTemplateParameterAdapter()
      Creates a new adapter for an object of class 'Operation Template 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:
      Generated:
    • createCallEventAdapter

      public org.eclipse.emf.common.notify.Adapter createCallEventAdapter()
      Creates a new adapter for an object of class 'Call Event'. 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:
      Generated:
    • createCallOperationActionAdapter

      public org.eclipse.emf.common.notify.Adapter createCallOperationActionAdapter()
      Creates a new adapter for an object of class 'Call Operation Action'. 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:
      Generated:
    • createArtifactAdapter

      public org.eclipse.emf.common.notify.Adapter createArtifactAdapter()
      Creates a new adapter for an object of class 'Artifact'. 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:
      Generated:
    • createDeployedArtifactAdapter

      public org.eclipse.emf.common.notify.Adapter createDeployedArtifactAdapter()
      Creates a new adapter for an object of class 'Deployed Artifact'. 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:
      Generated:
    • createDeploymentAdapter

      public org.eclipse.emf.common.notify.Adapter createDeploymentAdapter()
      Creates a new adapter for an object of class 'Deployment'. 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:
      Generated:
    • createDeploymentSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createDeploymentSpecificationAdapter()
      Creates a new adapter for an object of class 'Deployment Specification'. 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:
      Generated:
    • createDeploymentTargetAdapter

      public org.eclipse.emf.common.notify.Adapter createDeploymentTargetAdapter()
      Creates a new adapter for an object of class 'Deployment Target'. 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:
      Generated:
    • createManifestationAdapter

      public org.eclipse.emf.common.notify.Adapter createManifestationAdapter()
      Creates a new adapter for an object of class 'Manifestation'. 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:
      Generated:
    • createProtocolTransitionAdapter

      public org.eclipse.emf.common.notify.Adapter createProtocolTransitionAdapter()
      Creates a new adapter for an object of class 'Protocol Transition'. 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:
      Generated:
    • createExtendAdapter

      public org.eclipse.emf.common.notify.Adapter createExtendAdapter()
      Creates a new adapter for an object of class 'Extend'. 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:
      Generated:
    • createUseCaseAdapter

      public org.eclipse.emf.common.notify.Adapter createUseCaseAdapter()
      Creates a new adapter for an object of class 'Use Case'. 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:
      Generated:
    • createExtensionPointAdapter

      public org.eclipse.emf.common.notify.Adapter createExtensionPointAdapter()
      Creates a new adapter for an object of class 'Extension Point'. 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:
      Generated:
    • createIncludeAdapter

      public org.eclipse.emf.common.notify.Adapter createIncludeAdapter()
      Creates a new adapter for an object of class 'Include'. 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:
      Generated:
    • createExceptionHandlerAdapter

      public org.eclipse.emf.common.notify.Adapter createExceptionHandlerAdapter()
      Creates a new adapter for an object of class 'Exception Handler'. 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:
      Generated:
    • createLinkEndDestructionDataAdapter

      public org.eclipse.emf.common.notify.Adapter createLinkEndDestructionDataAdapter()
      Creates a new adapter for an object of class 'Link End Destruction 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:
      Generated:
    • createDestroyLinkActionAdapter

      public org.eclipse.emf.common.notify.Adapter createDestroyLinkActionAdapter()
      Creates a new adapter for an object of class 'Destroy Link Action'. 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:
      Generated:
    • createRaiseExceptionActionAdapter

      public org.eclipse.emf.common.notify.Adapter createRaiseExceptionActionAdapter()
      Creates a new adapter for an object of class 'Raise Exception Action'. 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:
      Generated:
    • createAddStructuralFeatureValueActionAdapter

      public org.eclipse.emf.common.notify.Adapter createAddStructuralFeatureValueActionAdapter()
      Creates a new adapter for an object of class 'Add Structural Feature Value Action'. 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:
      Generated:
    • createAddVariableValueActionAdapter

      public org.eclipse.emf.common.notify.Adapter createAddVariableValueActionAdapter()
      Creates a new adapter for an object of class 'Add Variable Value Action'. 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:
      Generated:
    • createWriteVariableActionAdapter

      public org.eclipse.emf.common.notify.Adapter createWriteVariableActionAdapter()
      Creates a new adapter for an object of class 'Write Variable Action'. 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:
      Generated:
    • createClearAssociationActionAdapter

      public org.eclipse.emf.common.notify.Adapter createClearAssociationActionAdapter()
      Creates a new adapter for an object of class 'Clear Association Action'. 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:
      Generated:
    • createReclassifyObjectActionAdapter

      public org.eclipse.emf.common.notify.Adapter createReclassifyObjectActionAdapter()
      Creates a new adapter for an object of class 'Reclassify Object Action'. 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:
      Generated:
    • createStartClassifierBehaviorActionAdapter

      public org.eclipse.emf.common.notify.Adapter createStartClassifierBehaviorActionAdapter()
      Creates a new adapter for an object of class 'Start Classifier Behavior Action'. 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:
      Generated:
    • createStartObjectBehaviorActionAdapter

      public org.eclipse.emf.common.notify.Adapter createStartObjectBehaviorActionAdapter()
      Creates a new adapter for an object of class 'Start Object Behavior Action'. 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:
      Generated:
    • createRemoveStructuralFeatureValueActionAdapter

      public org.eclipse.emf.common.notify.Adapter createRemoveStructuralFeatureValueActionAdapter()
      Creates a new adapter for an object of class 'Remove Structural Feature Value Action'. 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:
      Generated:
    • createRemoveVariableValueActionAdapter

      public org.eclipse.emf.common.notify.Adapter createRemoveVariableValueActionAdapter()
      Creates a new adapter for an object of class 'Remove Variable Value Action'. 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:
      Generated:
    • createSendObjectActionAdapter

      public org.eclipse.emf.common.notify.Adapter createSendObjectActionAdapter()
      Creates a new adapter for an object of class 'Send Object Action'. 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:
      Generated:
    • createDestroyObjectActionAdapter

      public org.eclipse.emf.common.notify.Adapter createDestroyObjectActionAdapter()
      Creates a new adapter for an object of class 'Destroy Object Action'. 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:
      Generated:
    • createChangeEventAdapter

      public org.eclipse.emf.common.notify.Adapter createChangeEventAdapter()
      Creates a new adapter for an object of class 'Change Event'. 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:
      Generated:
    • createDurationAdapter

      public org.eclipse.emf.common.notify.Adapter createDurationAdapter()
      Creates a new adapter for an object of class 'Duration'. 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:
      Generated:
    • createObservationAdapter

      public org.eclipse.emf.common.notify.Adapter createObservationAdapter()
      Creates a new adapter for an object of class 'Observation'. 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:
      Generated:
    • createTimeExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createTimeExpressionAdapter()
      Creates a new adapter for an object of class 'Time Expression'. 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:
      Generated:
    • createTimeIntervalAdapter

      public org.eclipse.emf.common.notify.Adapter createTimeIntervalAdapter()
      Creates a new adapter for an object of class 'Time Interval'. 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:
      Generated:
    • createIntervalAdapter

      public org.eclipse.emf.common.notify.Adapter createIntervalAdapter()
      Creates a new adapter for an object of class 'Interval'. 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:
      Generated:
    • createIntervalConstraintAdapter

      public org.eclipse.emf.common.notify.Adapter createIntervalConstraintAdapter()
      Creates a new adapter for an object of class 'Interval Constraint'. 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:
      Generated:
    • createTimeConstraintAdapter

      public org.eclipse.emf.common.notify.Adapter createTimeConstraintAdapter()
      Creates a new adapter for an object of class 'Time Constraint'. 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:
      Generated:
    • createTimeEventAdapter

      public org.eclipse.emf.common.notify.Adapter createTimeEventAdapter()
      Creates a new adapter for an object of class 'Time Event'. 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:
      Generated:
    • createDurationIntervalAdapter

      public org.eclipse.emf.common.notify.Adapter createDurationIntervalAdapter()
      Creates a new adapter for an object of class 'Duration Interval'. 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:
      Generated:
    • createDurationConstraintAdapter

      public org.eclipse.emf.common.notify.Adapter createDurationConstraintAdapter()
      Creates a new adapter for an object of class 'Duration Constraint'. 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:
      Generated:
    • createJoinNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createJoinNodeAdapter()
      Creates a new adapter for an object of class 'Join Node'. 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:
      Generated:
    • createControlNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createControlNodeAdapter()
      Creates a new adapter for an object of class 'Control Node'. 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:
      Generated:
    • createExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createExpressionAdapter()
      Creates a new adapter for an object of class 'Expression'. 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:
      Generated:
    • createValuePinAdapter

      public org.eclipse.emf.common.notify.Adapter createValuePinAdapter()
      Creates a new adapter for an object of class 'Value Pin'. 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:
      Generated:
    • createActivityParameterNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityParameterNodeAdapter()
      Creates a new adapter for an object of class 'Activity Parameter Node'. 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:
      Generated:
    • createBehaviorExecutionSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createBehaviorExecutionSpecificationAdapter()
      Creates a new adapter for an object of class 'Behavior Execution Specification'. 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:
      Generated:
    • createCallBehaviorActionAdapter

      public org.eclipse.emf.common.notify.Adapter createCallBehaviorActionAdapter()
      Creates a new adapter for an object of class 'Call Behavior Action'. 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:
      Generated:
    • createDecisionNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createDecisionNodeAdapter()
      Creates a new adapter for an object of class 'Decision Node'. 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:
      Generated:
    • createObjectFlowAdapter

      public org.eclipse.emf.common.notify.Adapter createObjectFlowAdapter()
      Creates a new adapter for an object of class 'Object Flow'. 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:
      Generated:
    • createExtensionAdapter

      public org.eclipse.emf.common.notify.Adapter createExtensionAdapter()
      Creates a new adapter for an object of class 'Extension'. 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:
      Generated:
    • createExtensionEndAdapter

      public org.eclipse.emf.common.notify.Adapter createExtensionEndAdapter()
      Creates a new adapter for an object of class 'Extension End'. 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:
      Generated:
    • createImageAdapter

      public org.eclipse.emf.common.notify.Adapter createImageAdapter()
      Creates a new adapter for an object of class 'Image'. 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:
      Generated:
    • createPackageMergeAdapter

      public org.eclipse.emf.common.notify.Adapter createPackageMergeAdapter()
      Creates a new adapter for an object of class 'Package Merge'. 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:
      Generated:
    • createProfileApplicationAdapter

      public org.eclipse.emf.common.notify.Adapter createProfileApplicationAdapter()
      Creates a new adapter for an object of class 'Profile Application'. 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:
      Generated:
    • createPackageImportAdapter

      public org.eclipse.emf.common.notify.Adapter createPackageImportAdapter()
      Creates a new adapter for an object of class 'Package Import'. 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:
      Generated:
    • createDiagramAdapter

      public org.eclipse.emf.common.notify.Adapter createDiagramAdapter()
      Creates a new adapter for an object of class 'Diagram'. 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:
      Generated:
    • createGeneralizationAdapter

      public org.eclipse.emf.common.notify.Adapter createGeneralizationAdapter()
      Creates a new adapter for an object of class 'Generalization'. 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:
      Generated:
    • createGeneralizationSetAdapter

      public org.eclipse.emf.common.notify.Adapter createGeneralizationSetAdapter()
      Creates a new adapter for an object of class 'Generalization Set'. 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:
      Generated:
    • createRedefinableTemplateSignatureAdapter

      public org.eclipse.emf.common.notify.Adapter createRedefinableTemplateSignatureAdapter()
      Creates a new adapter for an object of class 'Redefinable Template Signature'. 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:
      Generated:
    • createSubstitutionAdapter

      public org.eclipse.emf.common.notify.Adapter createSubstitutionAdapter()
      Creates a new adapter for an object of class 'Substitution'. 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:
      Generated:
    • createClassifierTemplateParameterAdapter

      public org.eclipse.emf.common.notify.Adapter createClassifierTemplateParameterAdapter()
      Creates a new adapter for an object of class 'Classifier Template 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:
      Generated:
    • createInformationItemAdapter

      public org.eclipse.emf.common.notify.Adapter createInformationItemAdapter()
      Creates a new adapter for an object of class 'Information Item'. 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:
      Generated:
    • createTemplateParameterSubstitutionAdapter

      public org.eclipse.emf.common.notify.Adapter createTemplateParameterSubstitutionAdapter()
      Creates a new adapter for an object of class 'Template Parameter Substitution'. 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:
      Generated:
    • createInstanceValueAdapter

      public org.eclipse.emf.common.notify.Adapter createInstanceValueAdapter()
      Creates a new adapter for an object of class 'Instance 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:
      Generated:
    • createElementValueAdapter

      public org.eclipse.emf.common.notify.Adapter createElementValueAdapter()
      Creates a new adapter for an object of class 'Element 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:
      Generated:
    • createStringExpressionAdapter

      public org.eclipse.emf.common.notify.Adapter createStringExpressionAdapter()
      Creates a new adapter for an object of class 'String Expression'. 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:
      Generated:
    • createDurationObservationAdapter

      public org.eclipse.emf.common.notify.Adapter createDurationObservationAdapter()
      Creates a new adapter for an object of class 'Duration Observation'. 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:
      Generated:
    • createTimeObservationAdapter

      public org.eclipse.emf.common.notify.Adapter createTimeObservationAdapter()
      Creates a new adapter for an object of class 'Time Observation'. 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:
      Generated:
    • createConsiderIgnoreFragmentAdapter

      public org.eclipse.emf.common.notify.Adapter createConsiderIgnoreFragmentAdapter()
      Creates a new adapter for an object of class 'Consider Ignore Fragment'. 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:
      Generated:
    • createSequenceNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createSequenceNodeAdapter()
      Creates a new adapter for an object of class 'Sequence Node'. 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:
      Generated:
    • createActionExecutionSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createActionExecutionSpecificationAdapter()
      Creates a new adapter for an object of class 'Action Execution Specification'. 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:
      Generated:
    • createActionInputPinAdapter

      public org.eclipse.emf.common.notify.Adapter createActionInputPinAdapter()
      Creates a new adapter for an object of class 'Action Input Pin'. 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:
      Generated:
    • createLiteralStringAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralStringAdapter()
      Creates a new adapter for an object of class 'Literal String'. 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:
      Generated:
    • createLiteralSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralSpecificationAdapter()
      Creates a new adapter for an object of class 'Literal Specification'. 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:
      Generated:
    • createDataStoreNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createDataStoreNodeAdapter()
      Creates a new adapter for an object of class 'Data Store Node'. 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:
      Generated:
    • createCentralBufferNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createCentralBufferNodeAdapter()
      Creates a new adapter for an object of class 'Central Buffer Node'. 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:
      Generated:
    • createInitialNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createInitialNodeAdapter()
      Creates a new adapter for an object of class 'Initial Node'. 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:
      Generated:
    • createDeviceAdapter

      public org.eclipse.emf.common.notify.Adapter createDeviceAdapter()
      Creates a new adapter for an object of class 'Device'. 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:
      Generated:
    • createNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createNodeAdapter()
      Creates a new adapter for an object of class 'Node'. 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:
      Generated:
    • createAssociationClassAdapter

      public org.eclipse.emf.common.notify.Adapter createAssociationClassAdapter()
      Creates a new adapter for an object of class 'Association 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:
      Generated:
    • createActorAdapter

      public org.eclipse.emf.common.notify.Adapter createActorAdapter()
      Creates a new adapter for an object of class 'Actor'. 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:
      Generated:
    • createExecutionEnvironmentAdapter

      public org.eclipse.emf.common.notify.Adapter createExecutionEnvironmentAdapter()
      Creates a new adapter for an object of class 'Execution Environment'. 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:
      Generated:
    • createFunctionBehaviorAdapter

      public org.eclipse.emf.common.notify.Adapter createFunctionBehaviorAdapter()
      Creates a new adapter for an object of class 'Function Behavior'. 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:
      Generated:
    • createOpaqueBehaviorAdapter

      public org.eclipse.emf.common.notify.Adapter createOpaqueBehaviorAdapter()
      Creates a new adapter for an object of class 'Opaque Behavior'. 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:
      Generated:
    • createFinalNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createFinalNodeAdapter()
      Creates a new adapter for an object of class 'Final Node'. 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:
      Generated:
    • createActivityFinalNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createActivityFinalNodeAdapter()
      Creates a new adapter for an object of class 'Activity Final Node'. 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:
      Generated:
    • createFlowFinalNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createFlowFinalNodeAdapter()
      Creates a new adapter for an object of class 'Flow Final Node'. 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:
      Generated:
    • createLiteralRealAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralRealAdapter()
      Creates a new adapter for an object of class 'Literal Real'. 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:
      Generated:
    • createForkNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createForkNodeAdapter()
      Creates a new adapter for an object of class 'Fork Node'. 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:
      Generated:
    • createControlFlowAdapter

      public org.eclipse.emf.common.notify.Adapter createControlFlowAdapter()
      Creates a new adapter for an object of class 'Control Flow'. 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:
      Generated:
    • createUsageAdapter

      public org.eclipse.emf.common.notify.Adapter createUsageAdapter()
      Creates a new adapter for an object of class 'Usage'. 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:
      Generated:
    • createLiteralUnlimitedNaturalAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralUnlimitedNaturalAdapter()
      Creates a new adapter for an object of class 'Literal Unlimited Natural'. 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:
      Generated:
    • createLiteralIntegerAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralIntegerAdapter()
      Creates a new adapter for an object of class 'Literal Integer'. 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:
      Generated:
    • createEnumerationAdapter

      public org.eclipse.emf.common.notify.Adapter createEnumerationAdapter()
      Creates a new adapter for an object of class 'Enumeration'. 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:
      Generated:
    • createEnumerationLiteralAdapter

      public org.eclipse.emf.common.notify.Adapter createEnumerationLiteralAdapter()
      Creates a new adapter for an object of class 'Enumeration Literal'. 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:
      Generated:
    • createExpansionNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createExpansionNodeAdapter()
      Creates a new adapter for an object of class 'Expansion Node'. 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:
      Generated:
    • createExpansionRegionAdapter

      public org.eclipse.emf.common.notify.Adapter createExpansionRegionAdapter()
      Creates a new adapter for an object of class 'Expansion Region'. 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:
      Generated:
    • createCommunicationPathAdapter

      public org.eclipse.emf.common.notify.Adapter createCommunicationPathAdapter()
      Creates a new adapter for an object of class 'Communication Path'. 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:
      Generated:
    • createPrimitiveTypeAdapter

      public org.eclipse.emf.common.notify.Adapter createPrimitiveTypeAdapter()
      Creates a new adapter for an object of class 'Primitive 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:
      Generated:
    • createFinalStateAdapter

      public org.eclipse.emf.common.notify.Adapter createFinalStateAdapter()
      Creates a new adapter for an object of class 'Final State'. 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:
      Generated:
    • createAnyReceiveEventAdapter

      public org.eclipse.emf.common.notify.Adapter createAnyReceiveEventAdapter()
      Creates a new adapter for an object of class 'Any Receive Event'. 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:
      Generated:
    • createMergeNodeAdapter

      public org.eclipse.emf.common.notify.Adapter createMergeNodeAdapter()
      Creates a new adapter for an object of class 'Merge Node'. 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:
      Generated:
    • createContinuationAdapter

      public org.eclipse.emf.common.notify.Adapter createContinuationAdapter()
      Creates a new adapter for an object of class 'Continuation'. 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:
      Generated:
    • createLiteralNullAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralNullAdapter()
      Creates a new adapter for an object of class 'Literal Null'. 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:
      Generated:
    • createMessageOccurrenceSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createMessageOccurrenceSpecificationAdapter()
      Creates a new adapter for an object of class 'Message Occurrence Specification'. 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:
      Generated:
    • createLiteralBooleanAdapter

      public org.eclipse.emf.common.notify.Adapter createLiteralBooleanAdapter()
      Creates a new adapter for an object of class 'Literal Boolean'. 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:
      Generated:
    • createDestructionOccurrenceSpecificationAdapter

      public org.eclipse.emf.common.notify.Adapter createDestructionOccurrenceSpecificationAdapter()
      Creates a new adapter for an object of class 'Destruction Occurrence Specification'. 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:
      Generated:
    • createModelAdapter

      public org.eclipse.emf.common.notify.Adapter createModelAdapter()
      Creates a new adapter for an object of class 'Model'. 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:
      Generated:
    • createClearVariableActionAdapter

      public org.eclipse.emf.common.notify.Adapter createClearVariableActionAdapter()
      Creates a new adapter for an object of class 'Clear Variable Action'. 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:
      Generated:
    • createModelObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createModelObjectAdapter()
      Creates a new adapter for an object of class 'Model Object'. 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:
      Generated:
    • createMDObjectAdapter

      public org.eclipse.emf.common.notify.Adapter createMDObjectAdapter()
      Creates a new adapter for an object of class 'MD Object'. 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:
      Generated:
    • 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: