Class RhapsodyAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class RhapsodyAdapterFactory
    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:
    RhapsodyPackage
    • Field Detail

      • modelPackage

        protected static RhapsodyPackage modelPackage
        The cached model package.
      • modelSwitch

        protected RhapsodySwitch modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • RhapsodyAdapterFactory

        public RhapsodyAdapterFactory()
        Creates an instance of the adapter factory.
    • 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.
      • 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.
      • createGraphNodeAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createAttributeAdapter()
        Creates a new adapter for an object of class 'Attribute'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Attribute
      • 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
      • 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
      • createFileFragmentAdapter

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createStatechartAdapter()
        Creates a new adapter for an object of class 'Statechart'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Statechart
      • 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
      • createGuardAdapter

        public org.eclipse.emf.common.notify.Adapter createGuardAdapter()
        Creates a new adapter for an object of class 'Guard'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Guard
      • 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
      • createStateVertexAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createFlowchartAdapter()
        Creates a new adapter for an object of class 'Flowchart'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Flowchart
      • 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
      • 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
      • createRelationAdapter

        public org.eclipse.emf.common.notify.Adapter createRelationAdapter()
        Creates a new adapter for an object of class 'Relation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Relation
      • 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
      • createSysMLPortAdapter

        public org.eclipse.emf.common.notify.Adapter createSysMLPortAdapter()
        Creates a new adapter for an object of class 'Sys ML 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:
        SysMLPort
      • createLinkAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createClassifierRoleAdapter()
        Creates a new adapter for an object of class 'Classifier Role'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ClassifierRole
      • createAssociationRoleAdapter

        public org.eclipse.emf.common.notify.Adapter createAssociationRoleAdapter()
        Creates a new adapter for an object of class 'Association Role'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AssociationRole
      • createExecutionOccurrenceAdapter

        public org.eclipse.emf.common.notify.Adapter createExecutionOccurrenceAdapter()
        Creates a new adapter for an object of class 'Execution Occurrence'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ExecutionOccurrence
      • 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
      • createInteractionOccurrenceAdapter

        public org.eclipse.emf.common.notify.Adapter createInteractionOccurrenceAdapter()
        Creates a new adapter for an object of class 'Interaction Occurrence'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        InteractionOccurrence
      • 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
      • createInteractionOperatorAdapter

        public org.eclipse.emf.common.notify.Adapter createInteractionOperatorAdapter()
        Creates a new adapter for an object of class 'Interaction Operator'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        InteractionOperator
      • createMessagePointAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createConfigurationAdapter()
        Creates a new adapter for an object of class 'Configuration'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Configuration
      • 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
      • 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
      • 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
      • 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
      • createComponentInstanceAdapter

        public org.eclipse.emf.common.notify.Adapter createComponentInstanceAdapter()
        Creates a new adapter for an object of class 'Component Instance'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ComponentInstance
      • 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
      • createModuleAdapter

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createTemplateInstantiationAdapter()
        Creates a new adapter for an object of class 'Template Instantiation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        TemplateInstantiation
      • 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
      • createAnnotationAdapter

        public org.eclipse.emf.common.notify.Adapter createAnnotationAdapter()
        Creates a new adapter for an object of class 'Annotation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Annotation
      • 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
      • createHyperLinkAdapter

        public org.eclipse.emf.common.notify.Adapter createHyperLinkAdapter()
        Creates a new adapter for an object of class 'Hyper Link'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HyperLink
      • 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
      • 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
      • createTagAdapter

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

        public org.eclipse.emf.common.notify.Adapter createControlledFileAdapter()
        Creates a new adapter for an object of class 'Controlled File'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ControlledFile
      • 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
      • createModelElementAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createASCIIFileAdapter()
        Creates a new adapter for an object of class 'ASCII File'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ASCIIFile
      • createCallOperationAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createImageMapAdapter()
        Creates a new adapter for an object of class 'Image Map'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ImageMap
      • createLabelAdapter

        public org.eclipse.emf.common.notify.Adapter createLabelAdapter()
        Creates a new adapter for an object of class 'Label'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Label
      • 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
      • 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
      • createRequirementAdapter

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

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

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

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

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

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

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