|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAdapterFactoryImpl
org.eclipse.gmt.modisco.omg.kdm.platform.util.PlatformAdapterFactory
public class PlatformAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
PlatformPackage
Constructor Summary | |
---|---|
PlatformAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlatformAdapterFactory()
Method Detail |
---|
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.
AbstractPlatformElement
public 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.
PlatformModel
public 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.
AbstractPlatformRelationship
public 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.
Requires
public 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.
ResourceType
public 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.
NamingResource
public 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.
MarshalledResource
public 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.
MessagingResource
public 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.
FileResource
public 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.
ExecutionResource
public 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.
PlatformAction
public 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.
ExternalActor
public 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.
DataManager
public 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.
BindsTo
public 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.
PlatformElement
public 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.
PlatformRelationship
public 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.
PlatformEvent
public 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.
LockResource
public 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.
DeployedSoftwareSystem
public 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.
Machine
public 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.
DeployedComponent
public 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.
DeployedResource
public 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.
Loads
public 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.
Spawns
public 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.
RuntimeResource
public 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.
Thread
public 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.
Process
public 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.
ReadsResource
public 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.
WritesResource
public 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.
ManagesResource
public 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.
DefinedBy
public 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.
StreamResource
public 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.
Element
public 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.
ModelElement
public 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.
KDMEntity
public 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.
KDMFramework
public 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.
KDMModel
public 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.
KDMRelationship
public 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.
AbstractActionRelationship
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |