public class DeploymentAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
DeploymentPackage| Constructor and Description |
|---|
DeploymentAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractDeploymentLinkAdapter()
Creates a new adapter for an object of class '
Abstract Deployment Link'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractNamedElementAdapter()
Creates a new adapter for an object of class '
Abstract Named Element'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractPhysicalInstanceAdapter()
Creates a new adapter for an object of class '
Abstract Physical Instance'. |
org.eclipse.emf.common.notify.Adapter |
createAbstractRelationshipAdapter()
Creates a new adapter for an object of class '
Abstract Relationship'. |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createCapellaElementAdapter()
Creates a new adapter for an object of class '
Capella Element'. |
org.eclipse.emf.common.notify.Adapter |
createComponentInstanceAdapter()
Creates a new adapter for an object of class '
Component Instance'. |
org.eclipse.emf.common.notify.Adapter |
createConnectionInstanceAdapter()
Creates a new adapter for an object of class '
Connection Instance'. |
org.eclipse.emf.common.notify.Adapter |
createDeployableElementAdapter()
Creates a new adapter for an object of class '
Deployable Element'. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentAspectAdapter()
Creates a new adapter for an object of class '
Aspect'. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentConfigurationAdapter()
Creates a new adapter for an object of class '
Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createDeploymentTargetAdapter()
Creates a new adapter for an object of class '
Deployment Target'. |
org.eclipse.emf.common.notify.Adapter |
createElementAdapter()
Creates a new adapter for an object of class '
Element'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtensibleElementAdapter()
Creates a new adapter for an object of class '
Extensible Element'. |
org.eclipse.emf.common.notify.Adapter |
createInstanceDeploymentLinkAdapter()
Creates a new adapter for an object of class '
Instance Deployment Link'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
org.eclipse.emf.common.notify.Adapter |
createNamespaceAdapter()
Creates a new adapter for an object of class '
Namespace'. |
org.eclipse.emf.common.notify.Adapter |
createPartDeploymentLinkAdapter()
Creates a new adapter for an object of class '
Part Deployment Link'. |
org.eclipse.emf.common.notify.Adapter |
createPortInstanceAdapter()
Creates a new adapter for an object of class '
Port Instance'. |
org.eclipse.emf.common.notify.Adapter |
createPublishableElementAdapter()
Creates a new adapter for an object of class '
Publishable Element'. |
org.eclipse.emf.common.notify.Adapter |
createRelationshipAdapter()
Creates a new adapter for an object of class '
Relationship'. |
org.eclipse.emf.common.notify.Adapter |
createStructureAdapter()
Creates a new adapter for an object of class '
Structure'. |
org.eclipse.emf.common.notify.Adapter |
createTraceableElementAdapter()
Creates a new adapter for an object of class '
Traceable Element'. |
org.eclipse.emf.common.notify.Adapter |
createTypeDeploymentLinkAdapter()
Creates a new adapter for an object of class '
Type Deployment Link'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public DeploymentAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createComponentInstanceAdapter()
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.
ComponentInstancepublic org.eclipse.emf.common.notify.Adapter createConnectionInstanceAdapter()
Connection 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.
ConnectionInstancepublic org.eclipse.emf.common.notify.Adapter createDeploymentAspectAdapter()
Aspect'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DeploymentAspectpublic org.eclipse.emf.common.notify.Adapter createDeploymentConfigurationAdapter()
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.
DeploymentConfigurationpublic org.eclipse.emf.common.notify.Adapter createInstanceDeploymentLinkAdapter()
Instance Deployment 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.
InstanceDeploymentLinkpublic org.eclipse.emf.common.notify.Adapter createPartDeploymentLinkAdapter()
Part Deployment 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.
PartDeploymentLinkpublic org.eclipse.emf.common.notify.Adapter createAbstractPhysicalInstanceAdapter()
Abstract Physical 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.
AbstractPhysicalInstancepublic org.eclipse.emf.common.notify.Adapter createPortInstanceAdapter()
Port 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.
PortInstancepublic org.eclipse.emf.common.notify.Adapter createTypeDeploymentLinkAdapter()
Type Deployment 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.
TypeDeploymentLinkpublic org.eclipse.emf.common.notify.Adapter createElementAdapter()
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.
Elementpublic org.eclipse.emf.common.notify.Adapter createExtensibleElementAdapter()
Extensible 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.
ExtensibleElementpublic org.eclipse.emf.common.notify.Adapter createModelElementAdapter()
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.
ModelElementpublic org.eclipse.emf.common.notify.Adapter createTraceableElementAdapter()
Traceable 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.
TraceableElementpublic org.eclipse.emf.common.notify.Adapter createPublishableElementAdapter()
Publishable 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.
PublishableElementpublic org.eclipse.emf.common.notify.Adapter createCapellaElementAdapter()
Capella 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.
CapellaElementpublic org.eclipse.emf.common.notify.Adapter createAbstractNamedElementAdapter()
Abstract 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.
AbstractNamedElementpublic org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
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.
NamedElementpublic org.eclipse.emf.common.notify.Adapter createDeployableElementAdapter()
Deployable 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.
DeployableElementpublic org.eclipse.emf.common.notify.Adapter createDeploymentTargetAdapter()
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.
DeploymentTargetpublic org.eclipse.emf.common.notify.Adapter createNamespaceAdapter()
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.
Namespacepublic org.eclipse.emf.common.notify.Adapter createStructureAdapter()
Structure'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Structurepublic org.eclipse.emf.common.notify.Adapter createAbstractRelationshipAdapter()
Abstract 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.
AbstractRelationshippublic org.eclipse.emf.common.notify.Adapter createRelationshipAdapter()
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.
Relationshippublic org.eclipse.emf.common.notify.Adapter createAbstractDeploymentLinkAdapter()
Abstract Deployment 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.
AbstractDeploymentLinkpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()