Class PalladioComponentModelViewProvider
- java.lang.Object
-
- org.eclipse.gmf.runtime.common.core.service.AbstractProvider
-
- de.uka.ipd.sdq.pcm.gmf.usage.providers.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.
-
-
Constructor Summary
Constructors Constructor Description PalladioComponentModelViewProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.gmf.runtime.notation.EdgecreateAbstractUserActionSuccessor_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.NodecreateBranch_3008(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.NodecreateBranchTransition_3009(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.NodecreateClosedWorkload_3015(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.NodecreateDelay_3017(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.DiagramcreateDiagram(IAdaptable semanticAdapter, String diagramKind, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)org.eclipse.gmf.runtime.notation.EdgecreateEdge(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.NodecreateEntryLevelSystemCall_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.NodecreateLoop_3005(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.NodecreateNode(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.NodecreateOpenWorkload_3016(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.NodecreateScenarioBehaviour_3007(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.NodecreateScenarioBehaviour_3010(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.NodecreateScenarioBehaviour_3014(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.NodecreateStart_3001(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.NodecreateStop_3002(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.NodecreateUsageScenario_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.NodecreateVariableCharacterisation_3013(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.NodecreateVariableUsage_3012(EObject domainElement, org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)booleanprovides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)protected booleanprovides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateDiagramViewOperation op)protected booleanprovides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateEdgeViewOperation op)protected booleanprovides(org.eclipse.gmf.runtime.diagram.core.services.view.CreateNodeViewOperation op)protected booleanprovides(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
-
-
-
-
Method Detail
-
provides
public final boolean provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
- Specified by:
providesin interfaceorg.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:
createDiagramin interfaceorg.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:
createNodein interfaceorg.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:
createEdgein interfaceorg.eclipse.gmf.runtime.diagram.core.providers.IViewProvider- Generated class or method.
-
createUsageScenario_2004
public org.eclipse.gmf.runtime.notation.Node createUsageScenario_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.
-
createScenarioBehaviour_3014
public org.eclipse.gmf.runtime.notation.Node createScenarioBehaviour_3014(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.
-
createStart_3001
public org.eclipse.gmf.runtime.notation.Node createStart_3001(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.
-
createStop_3002
public org.eclipse.gmf.runtime.notation.Node createStop_3002(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.
-
createEntryLevelSystemCall_3003
public org.eclipse.gmf.runtime.notation.Node createEntryLevelSystemCall_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.
-
createVariableUsage_3012
public org.eclipse.gmf.runtime.notation.Node createVariableUsage_3012(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.
-
createVariableCharacterisation_3013
public org.eclipse.gmf.runtime.notation.Node createVariableCharacterisation_3013(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.
-
createLoop_3005
public org.eclipse.gmf.runtime.notation.Node createLoop_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.
-
createScenarioBehaviour_3007
public org.eclipse.gmf.runtime.notation.Node createScenarioBehaviour_3007(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.
-
createBranch_3008
public org.eclipse.gmf.runtime.notation.Node createBranch_3008(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.
-
createBranchTransition_3009
public org.eclipse.gmf.runtime.notation.Node createBranchTransition_3009(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.
-
createScenarioBehaviour_3010
public org.eclipse.gmf.runtime.notation.Node createScenarioBehaviour_3010(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.
-
createDelay_3017
public org.eclipse.gmf.runtime.notation.Node createDelay_3017(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.
-
createClosedWorkload_3015
public org.eclipse.gmf.runtime.notation.Node createClosedWorkload_3015(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.
-
createOpenWorkload_3016
public org.eclipse.gmf.runtime.notation.Node createOpenWorkload_3016(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.
-
createAbstractUserActionSuccessor_4002
public org.eclipse.gmf.runtime.notation.Edge createAbstractUserActionSuccessor_4002(org.eclipse.gmf.runtime.notation.View containerView, int index, boolean persisted, org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint preferencesHint)- Generated class or method.
-
-