public class SourceAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
SourcePackage| Constructor and Description |
|---|
SourceAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractInventoryElementAdapter()
Creates a new adapter for an object of class '
Abstract Inventory Element'. |
Adapter |
createAbstractInventoryRelationshipAdapter()
Creates a new adapter for an object of class '
Abstract Inventory Relationship'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createBinaryFileAdapter()
Creates a new adapter for an object of class '
Binary File'. |
Adapter |
createConfigurationAdapter()
Creates a new adapter for an object of class '
Configuration'. |
Adapter |
createDependsOnAdapter()
Creates a new adapter for an object of class '
Depends On'. |
Adapter |
createDirectoryAdapter()
Creates a new adapter for an object of class '
Directory'. |
Adapter |
createElementAdapter()
Creates a new adapter for an object of class '
Element'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createExecutableFileAdapter()
Creates a new adapter for an object of class '
Executable File'. |
Adapter |
createImageAdapter()
Creates a new adapter for an object of class '
Image'. |
Adapter |
createInventoryContainerAdapter()
Creates a new adapter for an object of class '
Inventory Container'. |
Adapter |
createInventoryElementAdapter()
Creates a new adapter for an object of class '
Inventory Element'. |
Adapter |
createInventoryItemAdapter()
Creates a new adapter for an object of class '
Inventory Item'. |
Adapter |
createInventoryModelAdapter()
Creates a new adapter for an object of class '
Inventory Model'. |
Adapter |
createInventoryRelationshipAdapter()
Creates a new adapter for an object of class '
Inventory Relationship'. |
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 |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element'. |
Adapter |
createProjectAdapter()
Creates a new adapter for an object of class '
Project'. |
Adapter |
createResourceDescriptionAdapter()
Creates a new adapter for an object of class '
Resource Description'. |
Adapter |
createSourceFileAdapter()
Creates a new adapter for an object of class '
File'. |
Adapter |
createSourceRefAdapter()
Creates a new adapter for an object of class '
Ref'. |
Adapter |
createSourceRegionAdapter()
Creates a new adapter for an object of class '
Region'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public SourceAdapterFactory()
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 createInventoryModelAdapter()
Inventory 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.
InventoryModelpublic Adapter createAbstractInventoryElementAdapter()
Abstract Inventory 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.
AbstractInventoryElementpublic Adapter createAbstractInventoryRelationshipAdapter()
Abstract Inventory 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.
AbstractInventoryRelationshippublic Adapter createInventoryItemAdapter()
Inventory Item'.
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.
InventoryItempublic Adapter createSourceFileAdapter()
File'.
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.
SourceFilepublic Adapter createImageAdapter()
Image'.
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.
Imagepublic Adapter createConfigurationAdapter()
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.
Configurationpublic Adapter createResourceDescriptionAdapter()
Resource Description'.
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.
ResourceDescriptionpublic Adapter createBinaryFileAdapter()
Binary File'.
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.
BinaryFilepublic Adapter createExecutableFileAdapter()
Executable File'.
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.
ExecutableFilepublic Adapter createInventoryContainerAdapter()
Inventory Container'.
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.
InventoryContainerpublic Adapter createDirectoryAdapter()
Directory'.
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.
Directorypublic Adapter createProjectAdapter()
Project'.
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.
Projectpublic Adapter createDependsOnAdapter()
Depends On'.
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.
DependsOnpublic Adapter createSourceRefAdapter()
Ref'.
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.
SourceRefpublic Adapter createSourceRegionAdapter()
Region'.
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.
SourceRegionpublic Adapter createInventoryElementAdapter()
Inventory 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.
InventoryElementpublic Adapter createInventoryRelationshipAdapter()
Inventory 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.
InventoryRelationshippublic 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 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 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 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 createEObjectAdapter()