Class PalladioComponentModelViewProvider

  • All Implemented Interfaces:
    org.eclipse.gmf.runtime.common.core.service.IProvider, org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider

    public class PalladioComponentModelViewProvider
    extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider
    implements org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
    Generated class or method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.gmf.runtime.notation.Node createCommunicationLinkResourceSpecification_3004​(EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Diagram createDiagram​(IAdaptable semanticAdapter, String diagramKind, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Edge createEdge​(IAdaptable semanticAdapter, org.eclipse.gmf.runtime.notation.View containerView, String semanticHint, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Node createLinkingResource_2005​(EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Edge createLinkingResourceConnectedResourceContainers_LinkingResource_4002​(org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Edge createLinkingResourceConnectedResourceContainers_LinkingResource_4003​(org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Edge createLinkingResourceFromResourceContainer_LinkingResource_4001​(org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Node createNode​(IAdaptable semanticAdapter, org.eclipse.gmf.runtime.notation.View containerView, String semanticHint, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Node createProcessingResourceSpecification_3003​(EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Node createResourceContainer_2004​(EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      org.eclipse.gmf.runtime.notation.Node createResourceContainer_3005​(EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)  
      boolean provides​(org.eclipse.gmf.runtime.common.core.service.IOperation operation)  
      protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateDiagramViewOperation op)  
      protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateEdgeViewOperation op)  
      protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateNodeViewOperation op)  
      protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateViewForKindOperation op)  
      • Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider

        addProviderChangeListener, fireProviderChange, removeProviderChangeListener
      • Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider

        addProviderChangeListener, removeProviderChangeListener
    • Constructor Detail

      • PalladioComponentModelViewProvider

        public PalladioComponentModelViewProvider()
    • Method Detail

      • provides

        public final boolean provides​(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
        Specified by:
        provides in interface org.eclipse.gmf.runtime.common.core.service.IProvider
        Generated class or method.
      • provides

        protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateViewForKindOperation op)
        Generated class or method.
      • provides

        protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateDiagramViewOperation op)
        Generated class or method.
      • provides

        protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateNodeViewOperation op)
        Generated class or method.
      • provides

        protected boolean provides​(org.eclipse.gmf.runtime.diagram.core.services.view.CreateEdgeViewOperation op)
        Generated class or method.
      • createDiagram

        public org.eclipse.gmf.runtime.notation.Diagram createDiagram​(IAdaptable semanticAdapter,
                                                                      String diagramKind,
                                                                      org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Specified by:
        createDiagram in interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
        Generated class or method.
      • createNode

        public org.eclipse.gmf.runtime.notation.Node createNode​(IAdaptable semanticAdapter,
                                                                org.eclipse.gmf.runtime.notation.View containerView,
                                                                String semanticHint,
                                                                int index,
                                                                boolean persisted,
                                                                org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Specified by:
        createNode in interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
        Generated class or method.
      • createEdge

        public org.eclipse.gmf.runtime.notation.Edge createEdge​(IAdaptable semanticAdapter,
                                                                org.eclipse.gmf.runtime.notation.View containerView,
                                                                String semanticHint,
                                                                int index,
                                                                boolean persisted,
                                                                org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Specified by:
        createEdge in interface org.eclipse.gmf.runtime.diagram.core.providers.IViewProvider
        Generated class or method.
      • createResourceContainer_2004

        public org.eclipse.gmf.runtime.notation.Node createResourceContainer_2004​(EObject domainElement,
                                                                                  org.eclipse.gmf.runtime.notation.View containerView,
                                                                                  int index,
                                                                                  boolean persisted,
                                                                                  org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Generated class or method.
      • createLinkingResource_2005

        public org.eclipse.gmf.runtime.notation.Node createLinkingResource_2005​(EObject domainElement,
                                                                                org.eclipse.gmf.runtime.notation.View containerView,
                                                                                int index,
                                                                                boolean persisted,
                                                                                org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Generated class or method.
      • createProcessingResourceSpecification_3003

        public org.eclipse.gmf.runtime.notation.Node createProcessingResourceSpecification_3003​(EObject domainElement,
                                                                                                org.eclipse.gmf.runtime.notation.View containerView,
                                                                                                int index,
                                                                                                boolean persisted,
                                                                                                org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Generated class or method.
      • createResourceContainer_3005

        public org.eclipse.gmf.runtime.notation.Node createResourceContainer_3005​(EObject domainElement,
                                                                                  org.eclipse.gmf.runtime.notation.View containerView,
                                                                                  int index,
                                                                                  boolean persisted,
                                                                                  org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Generated class or method.
      • createCommunicationLinkResourceSpecification_3004

        public org.eclipse.gmf.runtime.notation.Node createCommunicationLinkResourceSpecification_3004​(EObject domainElement,
                                                                                                       org.eclipse.gmf.runtime.notation.View containerView,
                                                                                                       int index,
                                                                                                       boolean persisted,
                                                                                                       org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Generated class or method.
      • createLinkingResourceConnectedResourceContainers_LinkingResource_4003

        public org.eclipse.gmf.runtime.notation.Edge createLinkingResourceConnectedResourceContainers_LinkingResource_4003​(org.eclipse.gmf.runtime.notation.View containerView,
                                                                                                                           int index,
                                                                                                                           boolean persisted,
                                                                                                                           org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Generated class or method.
      • createLinkingResourceConnectedResourceContainers_LinkingResource_4002

        public org.eclipse.gmf.runtime.notation.Edge createLinkingResourceConnectedResourceContainers_LinkingResource_4002​(org.eclipse.gmf.runtime.notation.View containerView,
                                                                                                                           int index,
                                                                                                                           boolean persisted,
                                                                                                                           org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Parameters:
        containerView - a View
        index - the index
        persisted - true if persisted
        preferencesHint - a PreferencesHint
        Returns:
        edge
        Generated class or method.
        not
      • createLinkingResourceFromResourceContainer_LinkingResource_4001

        public org.eclipse.gmf.runtime.notation.Edge createLinkingResourceFromResourceContainer_LinkingResource_4001​(org.eclipse.gmf.runtime.notation.View containerView,
                                                                                                                     int index,
                                                                                                                     boolean persisted,
                                                                                                                     org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)
        Parameters:
        containerView - a View
        index - the index
        persisted - true if persisted
        preferencesHint - a PreferencesHint
        Returns:
        edge
        Generated class or method.
        NOT