Class ArchitecturaltemplatesAdapterFactory

    • Constructor Detail

      • ArchitecturaltemplatesAdapterFactory

        public ArchitecturaltemplatesAdapterFactory()
        Creates an instance of the adapter factory.
        Generated class or method.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface AdapterFactory
        Overrides:
        isFactoryForType in class AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
        Generated class or method.
      • createAdapter

        public Adapter createAdapter​(Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
        Generated class or method.
      • createATAdapter

        public Adapter createATAdapter()
        Creates a new adapter for an object of class 'AT'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AT
        Generated class or method.
      • createConstraintAdapter

        public 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 class or method.
      • createCatalogAdapter

        public Adapter createCatalogAdapter()
        Creates a new adapter for an object of class 'Catalog'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Catalog
        Generated class or method.
      • createRoleAdapter

        public Adapter createRoleAdapter()
        Creates a new adapter for an object of class '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:
        Role
        Generated class or method.
      • createOCLConstraintAdapter

        public Adapter createOCLConstraintAdapter()
        Creates a new adapter for an object of class 'OCL 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:
        OCLConstraint
        Generated class or method.
      • createQVTOCompletionAdapter

        public Adapter createQVTOCompletionAdapter()
        Creates a new adapter for an object of class 'QVTO Completion'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        QVTOCompletion
        Generated class or method.
      • createCompletionAdapter

        public Adapter createCompletionAdapter()
        Creates a new adapter for an object of class 'Completion'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Completion
        Generated class or method.
      • createCompletionParameterAdapter

        public Adapter createCompletionParameterAdapter()
        Creates a new adapter for an object of class 'Completion 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:
        CompletionParameter
        Generated class or method.
      • createPCMBlackboardCompletionParameterAdapter

        public Adapter createPCMBlackboardCompletionParameterAdapter()
        Creates a new adapter for an object of class 'PCM Blackboard Completion 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:
        PCMBlackboardCompletionParameter
        Generated class or method.
      • createPCMTemplateCompletionParameterAdapter

        public Adapter createPCMTemplateCompletionParameterAdapter()
        Creates a new adapter for an object of class 'PCM Template Completion 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:
        PCMTemplateCompletionParameter
        Generated class or method.
      • createPCMOutputCompletionParameterAdapter

        public Adapter createPCMOutputCompletionParameterAdapter()
        Creates a new adapter for an object of class 'PCM Output Completion 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:
        PCMOutputCompletionParameter
        Generated class or method.
      • createReconfigurationFolderAdapter

        public Adapter createReconfigurationFolderAdapter()
        Creates a new adapter for an object of class 'Reconfiguration Folder'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ReconfigurationFolder
        Generated class or method.
      • createIsolatedPCMTemplateCompletionParameterAdapter

        public Adapter createIsolatedPCMTemplateCompletionParameterAdapter()
        Creates a new adapter for an object of class 'Isolated PCM Template Completion 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:
        IsolatedPCMTemplateCompletionParameter
        Generated class or method.
      • createPCMCompletionParameterAdapter

        public Adapter createPCMCompletionParameterAdapter()
        Creates a new adapter for an object of class 'PCM Completion 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:
        PCMCompletionParameter
        Generated class or method.
      • createFileExtensionAdapter

        public Adapter createFileExtensionAdapter()
        Creates a new adapter for an object of class 'File 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:
        FileExtension
        Generated class or method.
      • createPCMFileExtensionAdapter

        public Adapter createPCMFileExtensionAdapter()
        Creates a new adapter for an object of class 'PCM File 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:
        PCMFileExtension
        Generated class or method.
      • createGenericFileExtensionAdapter

        public Adapter createGenericFileExtensionAdapter()
        Creates a new adapter for an object of class 'Generic File 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:
        GenericFileExtension
        Generated class or method.
      • createIdentifierAdapter

        public Adapter createIdentifierAdapter()
        Creates a new adapter for an object of class 'Identifier'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Identifier
        Generated class or method.
      • createNamedElementAdapter

        public 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 class or method.
      • createEntityAdapter

        public Adapter createEntityAdapter()
        Creates a new adapter for an object of class 'Entity'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Entity
        Generated class or method.
      • createEObjectAdapter

        public Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.
        Generated class or method.