public class PlatformAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
PlatformPackage| Constructor and Description |
|---|
PlatformAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractActionRelationshipAdapter()
Creates a new adapter for an object of class '
Abstract Action Relationship'. |
Adapter |
createAbstractPlatformElementAdapter()
Creates a new adapter for an object of class '
Abstract Platform Element'. |
Adapter |
createAbstractPlatformRelationshipAdapter()
Creates a new adapter for an object of class '
Abstract Platform Relationship'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBindsToAdapter()
Creates a new adapter for an object of class '
Binds To'. |
Adapter |
createDataManagerAdapter()
Creates a new adapter for an object of class '
Data Manager'. |
Adapter |
createDefinedByAdapter()
Creates a new adapter for an object of class '
Defined By'. |
Adapter |
createDeployedComponentAdapter()
Creates a new adapter for an object of class '
Deployed Component'. |
Adapter |
createDeployedResourceAdapter()
Creates a new adapter for an object of class '
Deployed Resource'. |
Adapter |
createDeployedSoftwareSystemAdapter()
Creates a new adapter for an object of class '
Deployed Software System'. |
Adapter |
createElementAdapter()
Creates a new adapter for an object of class '
Element'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createExecutionResourceAdapter()
Creates a new adapter for an object of class '
Execution Resource'. |
Adapter |
createExternalActorAdapter()
Creates a new adapter for an object of class '
External Actor'. |
Adapter |
createFileResourceAdapter()
Creates a new adapter for an object of class '
File Resource'. |
Adapter |
createKDMEntityAdapter()
Creates a new adapter for an object of class '
KDM Entity'. |
Adapter |
createKDMFrameworkAdapter()
Creates a new adapter for an object of class '
KDM Framework'. |
Adapter |
createKDMModelAdapter()
Creates a new adapter for an object of class '
KDM Model'. |
Adapter |
createKDMRelationshipAdapter()
Creates a new adapter for an object of class '
KDM Relationship'. |
Adapter |
createLoadsAdapter()
Creates a new adapter for an object of class '
Loads'. |
Adapter |
createLockResourceAdapter()
Creates a new adapter for an object of class '
Lock Resource'. |
Adapter |
createMachineAdapter()
Creates a new adapter for an object of class '
Machine'. |
Adapter |
createManagesResourceAdapter()
Creates a new adapter for an object of class '
Manages Resource'. |
Adapter |
createMarshalledResourceAdapter()
Creates a new adapter for an object of class '
Marshalled Resource'. |
Adapter |
createMessagingResourceAdapter()
Creates a new adapter for an object of class '
Messaging Resource'. |
Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
Adapter |
createNamingResourceAdapter()
Creates a new adapter for an object of class '
Naming Resource'. |
Adapter |
createPlatformActionAdapter()
Creates a new adapter for an object of class '
Action'. |
Adapter |
createPlatformElementAdapter()
Creates a new adapter for an object of class '
Element'. |
Adapter |
createPlatformEventAdapter()
Creates a new adapter for an object of class '
Event'. |
Adapter |
createPlatformModelAdapter()
Creates a new adapter for an object of class '
Model'. |
Adapter |
createPlatformRelationshipAdapter()
Creates a new adapter for an object of class '
Relationship'. |
Adapter |
createProcessAdapter()
Creates a new adapter for an object of class '
Process'. |
Adapter |
createReadsResourceAdapter()
Creates a new adapter for an object of class '
Reads Resource'. |
Adapter |
createRequiresAdapter()
Creates a new adapter for an object of class '
Requires'. |
Adapter |
createResourceTypeAdapter()
Creates a new adapter for an object of class '
Resource Type'. |
Adapter |
createRuntimeResourceAdapter()
Creates a new adapter for an object of class '
Runtime Resource'. |
Adapter |
createSpawnsAdapter()
Creates a new adapter for an object of class '
Spawns'. |
Adapter |
createStreamResourceAdapter()
Creates a new adapter for an object of class '
Stream Resource'. |
Adapter |
createThreadAdapter()
Creates a new adapter for an object of class '
Thread'. |
Adapter |
createWritesResourceAdapter()
Creates a new adapter for an object of class '
Writes Resource'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public PlatformAdapterFactory()
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.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createAbstractPlatformElementAdapter()
Abstract Platform 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.
AbstractPlatformElementpublic Adapter createPlatformModelAdapter()
Model'.
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.
PlatformModelpublic Adapter createAbstractPlatformRelationshipAdapter()
Abstract Platform 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.
AbstractPlatformRelationshippublic Adapter createRequiresAdapter()
Requires'.
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.
Requirespublic Adapter createResourceTypeAdapter()
Resource 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.
ResourceTypepublic Adapter createNamingResourceAdapter()
Naming Resource'.
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.
NamingResourcepublic Adapter createMarshalledResourceAdapter()
Marshalled Resource'.
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.
MarshalledResourcepublic Adapter createMessagingResourceAdapter()
Messaging Resource'.
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.
MessagingResourcepublic Adapter createFileResourceAdapter()
File Resource'.
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.
FileResourcepublic Adapter createExecutionResourceAdapter()
Execution Resource'.
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.
ExecutionResourcepublic Adapter createPlatformActionAdapter()
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.
PlatformActionpublic Adapter createExternalActorAdapter()
External 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.
ExternalActorpublic Adapter createDataManagerAdapter()
Data Manager'.
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.
DataManagerpublic Adapter createBindsToAdapter()
Binds To'.
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.
BindsTopublic Adapter createPlatformElementAdapter()
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.
PlatformElementpublic Adapter createPlatformRelationshipAdapter()
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.
PlatformRelationshippublic Adapter createPlatformEventAdapter()
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.
PlatformEventpublic Adapter createLockResourceAdapter()
Lock Resource'.
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.
LockResourcepublic Adapter createDeployedSoftwareSystemAdapter()
Deployed Software System'.
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.
DeployedSoftwareSystempublic Adapter createMachineAdapter()
Machine'.
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.
Machinepublic Adapter createDeployedComponentAdapter()
Deployed 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.
DeployedComponentpublic Adapter createDeployedResourceAdapter()
Deployed Resource'.
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.
DeployedResourcepublic Adapter createLoadsAdapter()
Loads'.
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.
Loadspublic Adapter createSpawnsAdapter()
Spawns'.
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.
Spawnspublic Adapter createRuntimeResourceAdapter()
Runtime Resource'.
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.
RuntimeResourcepublic Adapter createThreadAdapter()
Thread'.
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.
Threadpublic Adapter createProcessAdapter()
Process'.
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.
Processpublic Adapter createReadsResourceAdapter()
Reads Resource'.
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.
ReadsResourcepublic Adapter createWritesResourceAdapter()
Writes Resource'.
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.
WritesResourcepublic Adapter createManagesResourceAdapter()
Manages Resource'.
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.
ManagesResourcepublic Adapter createDefinedByAdapter()
Defined By'.
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.
DefinedBypublic Adapter createStreamResourceAdapter()
Stream Resource'.
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.
StreamResourcepublic 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 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 Adapter createKDMEntityAdapter()
KDM 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.
KDMEntitypublic Adapter createKDMFrameworkAdapter()
KDM Framework'.
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.
KDMFrameworkpublic Adapter createKDMModelAdapter()
KDM Model'.
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.
KDMModelpublic Adapter createKDMRelationshipAdapter()
KDM 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.
KDMRelationshippublic Adapter createAbstractActionRelationshipAdapter()
Abstract Action 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.
AbstractActionRelationshippublic Adapter createEObjectAdapter()