Class 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:
    UMLPackage
    Generated:
    • Field Detail

      • 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 Detail

      • UMLAdapterFactory

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

      • isFactoryForType

        public boolean isFactoryForType​(java.lang.Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
        Generated:
      • 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:
        SendSignalAction
        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:
        InvocationAction
        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:
        Action
        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:
        ExecutableNode
        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:
        ActivityNode
        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:
        RedefinableElement
        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:
        NamedElement
        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:
        Element
        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:
        Comment
        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:
        InstanceSpecification
        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:
        PackageableElement
        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:
        ParameterableElement
        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:
        TemplateParameter
        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:
        TemplateSignature
        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:
        TemplateableElement
        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:
        TemplateBinding
        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:
        DirectedRelationship
        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:
        Relationship
        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:
        InformationFlow
        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:
        Classifier
        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:
        Namespace
        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:
        ElementImport
        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:
        Profile
        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:
        Package
        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:
        Stereotype
        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:
        Class
        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:
        BehavioredClassifier
        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:
        Behavior
        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:
        Parameter
        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:
        MultiplicityElement
        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:
        ValueSpecification
        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:
        TypedElement
        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:
        Type
        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:
        Association
        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:
        Property
        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:
        StructuralFeature
        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:
        Feature
        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:
        Slot
        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:
        StructuralFeatureAction
        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:
        InputPin
        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:
        Pin
        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:
        ObjectNode
        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:
        State
        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:
        Vertex
        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:
        Region
        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:
        StateMachine
        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:
        Pseudostate
        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:
        ConnectionPointReference
        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:
        Transition
        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:
        Constraint
        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:
        Operation
        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:
        BehavioralFeature
        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:
        ParameterSet
        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:
        DataType
        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:
        Interface
        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:
        Reception
        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:
        Signal
        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:
        BroadcastSignalAction
        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:
        SignalEvent
        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:
        MessageEvent
        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:
        Event
        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:
        Trigger
        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:
        Port
        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:
        ProtocolStateMachine
        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:
        ProtocolConformance
        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:
        EncapsulatedClassifier
        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:
        StructuredClassifier
        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:
        Connector
        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:
        ConnectorEnd
        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:
        ConnectableElement
        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:
        ConnectableElementTemplateParameter
        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:
        Collaboration
        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:
        CollaborationUse
        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:
        Dependency
        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:
        Lifeline
        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:
        InteractionFragment
        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:
        Interaction
        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:
        Gate
        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:
        MessageEnd
        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:
        Message
        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:
        InteractionUse
        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:
        CombinedFragment
        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:
        InteractionOperand
        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:
        InteractionConstraint
        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:
        GeneralOrdering
        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:
        OccurrenceSpecification
        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:
        ExecutionSpecification
        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:
        ExecutionOccurrenceSpecification
        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:
        PartDecomposition
        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:
        StateInvariant
        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:
        ReplyAction
        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:
        AcceptEventAction
        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:
        OutputPin
        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:
        Clause
        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:
        ConditionalNode
        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:
        StructuredActivityNode
        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:
        ActivityGroup
        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:
        ActivityEdge
        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:
        Activity
        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:
        ActivityPartition
        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:
        Variable
        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:
        VariableAction
        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:
        InterruptibleActivityRegion
        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:
        LoopNode
        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:
        OpaqueAction
        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:
        CallAction
        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:
        ClearStructuralFeatureAction
        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:
        CreateLinkObjectAction
        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:
        CreateLinkAction
        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:
        WriteLinkAction
        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:
        LinkAction
        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:
        LinkEndData
        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:
        QualifierValue
        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:
        LinkEndCreationData
        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:
        CreateObjectAction
        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:
        ReadExtentAction
        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:
        ReadIsClassifiedObjectAction
        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:
        ReadLinkAction
        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:
        ReadLinkObjectEndAction
        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:
        ReadLinkObjectEndQualifierAction
        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:
        ReadSelfAction
        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:
        ReadStructuralFeatureAction
        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:
        ReadVariableAction
        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:
        ReduceAction
        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:
        TestIdentityAction
        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:
        UnmarshallAction
        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:
        ValueSpecificationAction
        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:
        WriteStructuralFeatureAction
        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:
        AcceptCallAction
        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:
        InterfaceRealization
        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:
        Realization
        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:
        Abstraction
        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:
        OpaqueExpression
        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:
        Component
        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:
        ComponentRealization
        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:
        OperationTemplateParameter
        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:
        CallEvent
        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:
        CallOperationAction
        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:
        Artifact
        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:
        DeployedArtifact
        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:
        Deployment
        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:
        DeploymentSpecification
        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:
        DeploymentTarget
        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:
        Manifestation
        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:
        ProtocolTransition
        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:
        Extend
        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:
        UseCase
        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:
        ExtensionPoint
        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:
        Include
        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:
        ExceptionHandler
        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:
        LinkEndDestructionData
        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:
        DestroyLinkAction
        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:
        RaiseExceptionAction
        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:
        AddStructuralFeatureValueAction
        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:
        AddVariableValueAction
        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:
        WriteVariableAction
        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:
        ClearAssociationAction
        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:
        ReclassifyObjectAction
        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:
        StartClassifierBehaviorAction
        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:
        StartObjectBehaviorAction
        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:
        RemoveStructuralFeatureValueAction
        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:
        RemoveVariableValueAction
        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:
        SendObjectAction
        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:
        DestroyObjectAction
        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:
        ChangeEvent
        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:
        Duration
        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:
        Observation
        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:
        TimeExpression
        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:
        TimeInterval
        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:
        Interval
        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:
        IntervalConstraint
        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:
        TimeConstraint
        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:
        TimeEvent
        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:
        DurationInterval
        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:
        DurationConstraint
        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:
        JoinNode
        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:
        ControlNode
        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:
        Expression
        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:
        ValuePin
        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:
        ActivityParameterNode
        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:
        BehaviorExecutionSpecification
        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:
        CallBehaviorAction
        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:
        DecisionNode
        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:
        ObjectFlow
        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:
        Extension
        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:
        ExtensionEnd
        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:
        Image
        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:
        PackageMerge
        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:
        ProfileApplication
        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:
        PackageImport
        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:
        Diagram
        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:
        Generalization
        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:
        GeneralizationSet
        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:
        RedefinableTemplateSignature
        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:
        Substitution
        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:
        ClassifierTemplateParameter
        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:
        InformationItem
        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:
        TemplateParameterSubstitution
        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:
        InstanceValue
        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:
        ElementValue
        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:
        StringExpression
        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:
        DurationObservation
        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:
        TimeObservation
        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:
        ConsiderIgnoreFragment
        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:
        SequenceNode
        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:
        ActionExecutionSpecification
        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:
        ActionInputPin
        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:
        LiteralString
        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:
        LiteralSpecification
        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:
        DataStoreNode
        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:
        CentralBufferNode
        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:
        InitialNode
        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:
        Device
        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:
        Node
        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:
        AssociationClass
        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:
        Actor
        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:
        ExecutionEnvironment
        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:
        FunctionBehavior
        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:
        OpaqueBehavior
        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:
        FinalNode
        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:
        ActivityFinalNode
        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:
        FlowFinalNode
        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:
        LiteralReal
        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:
        ForkNode
        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:
        ControlFlow
        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:
        Usage
        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:
        LiteralUnlimitedNatural
        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:
        LiteralInteger
        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:
        Enumeration
        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:
        EnumerationLiteral
        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:
        ExpansionNode
        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:
        ExpansionRegion
        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:
        CommunicationPath
        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:
        PrimitiveType
        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:
        FinalState
        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:
        AnyReceiveEvent
        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:
        MergeNode
        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:
        Continuation
        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:
        LiteralNull
        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:
        MessageOccurrenceSpecification
        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:
        LiteralBoolean
        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:
        DestructionOccurrenceSpecification
        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:
        Model
        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:
        ClearVariableAction
        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:
        ModelObject
        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:
        MDObject
        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: