Class ArchitecturaltemplatesAdapterFactory
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- org.palladiosimulator.architecturaltemplates.util.ArchitecturaltemplatesAdapterFactory
-
- All Implemented Interfaces:
AdapterFactory
- Direct Known Subclasses:
ArchitecturaltemplatesItemProviderAdapterFactory
public class ArchitecturaltemplatesAdapterFactory extends AdapterFactoryImpl
The Adapter Factory for the model. It provides an adaptercreateXXX
method for each class of the model.- See Also:
ArchitecturaltemplatesPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected static ArchitecturaltemplatesPackage
modelPackage
The cached model package.protected ArchitecturaltemplatesSwitch<Adapter>
modelSwitch
The switch that delegates to thecreateXXX
methods.
-
Constructor Summary
Constructors Constructor Description ArchitecturaltemplatesAdapterFactory()
Creates an instance of the adapter factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Adapter
createAdapter(Notifier target)
Creates an adapter for thetarget
.Adapter
createATAdapter()
Creates a new adapter for an object of class 'AT
'.Adapter
createCatalogAdapter()
Creates a new adapter for an object of class 'Catalog
'.Adapter
createCompletionAdapter()
Creates a new adapter for an object of class 'Completion
'.Adapter
createCompletionParameterAdapter()
Creates a new adapter for an object of class 'Completion Parameter
'.Adapter
createConstraintAdapter()
Creates a new adapter for an object of class 'Constraint
'.Adapter
createEntityAdapter()
Creates a new adapter for an object of class 'Entity
'.Adapter
createEObjectAdapter()
Creates a new adapter for the default case.Adapter
createFileExtensionAdapter()
Creates a new adapter for an object of class 'File Extension
'.Adapter
createGenericFileExtensionAdapter()
Creates a new adapter for an object of class 'Generic File Extension
'.Adapter
createIdentifierAdapter()
Creates a new adapter for an object of class 'Identifier
'.Adapter
createIsolatedPCMTemplateCompletionParameterAdapter()
Creates a new adapter for an object of class 'Isolated PCM Template Completion Parameter
'.Adapter
createNamedElementAdapter()
Creates a new adapter for an object of class 'Named Element
'.Adapter
createOCLConstraintAdapter()
Creates a new adapter for an object of class 'OCL Constraint
'.Adapter
createPCMBlackboardCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Blackboard Completion Parameter
'.Adapter
createPCMCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Completion Parameter
'.Adapter
createPCMFileExtensionAdapter()
Creates a new adapter for an object of class 'PCM File Extension
'.Adapter
createPCMOutputCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Output Completion Parameter
'.Adapter
createPCMTemplateCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Template Completion Parameter
'.Adapter
createQVTOCompletionAdapter()
Creates a new adapter for an object of class 'QVTO Completion
'.Adapter
createReconfigurationFolderAdapter()
Creates a new adapter for an object of class 'Reconfiguration Folder
'.Adapter
createRoleAdapter()
Creates a new adapter for an object of class 'Role
'.boolean
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
-
-
-
Field Detail
-
modelPackage
protected static ArchitecturaltemplatesPackage modelPackage
The cached model package.- Generated class or method.
-
modelSwitch
protected ArchitecturaltemplatesSwitch<Adapter> modelSwitch
The switch that delegates to thecreateXXX
methods.- Generated class or method.
-
-
Method Detail
-
isFactoryForType
public boolean isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in classAdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
- Generated class or method.
-
createAdapter
public Adapter createAdapter(Notifier target)
Creates an adapter for thetarget
.- Overrides:
createAdapter
in classAdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
. - Generated class or method.
-
createATAdapter
public Adapter createATAdapter()
Creates a new adapter for an object of class 'AT
'. 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.- Returns:
- the new adapter.
- See Also:
AT
- Generated class or method.
-
createConstraintAdapter
public Adapter createConstraintAdapter()
Creates a new adapter for an object of class 'Constraint
'. 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.- Returns:
- the new adapter.
- See Also:
Constraint
- Generated class or method.
-
createCatalogAdapter
public Adapter createCatalogAdapter()
Creates a new adapter for an object of class 'Catalog
'. 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.- Returns:
- the new adapter.
- See Also:
Catalog
- Generated class or method.
-
createRoleAdapter
public Adapter createRoleAdapter()
Creates a new adapter for an object of class 'Role
'. 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.- Returns:
- the new adapter.
- See Also:
Role
- Generated class or method.
-
createOCLConstraintAdapter
public Adapter createOCLConstraintAdapter()
Creates a new adapter for an object of class 'OCL Constraint
'. 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.- Returns:
- the new adapter.
- See Also:
OCLConstraint
- Generated class or method.
-
createQVTOCompletionAdapter
public Adapter createQVTOCompletionAdapter()
Creates a new adapter for an object of class 'QVTO Completion
'. 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.- Returns:
- the new adapter.
- See Also:
QVTOCompletion
- Generated class or method.
-
createCompletionAdapter
public Adapter createCompletionAdapter()
Creates a new adapter for an object of class 'Completion
'. 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.- Returns:
- the new adapter.
- See Also:
Completion
- Generated class or method.
-
createCompletionParameterAdapter
public Adapter createCompletionParameterAdapter()
Creates a new adapter for an object of class 'Completion Parameter
'. 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.- Returns:
- the new adapter.
- See Also:
CompletionParameter
- Generated class or method.
-
createPCMBlackboardCompletionParameterAdapter
public Adapter createPCMBlackboardCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Blackboard Completion Parameter
'. 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.- Returns:
- the new adapter.
- See Also:
PCMBlackboardCompletionParameter
- Generated class or method.
-
createPCMTemplateCompletionParameterAdapter
public Adapter createPCMTemplateCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Template Completion Parameter
'. 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.- Returns:
- the new adapter.
- See Also:
PCMTemplateCompletionParameter
- Generated class or method.
-
createPCMOutputCompletionParameterAdapter
public Adapter createPCMOutputCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Output Completion Parameter
'. 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.- Returns:
- the new adapter.
- See Also:
PCMOutputCompletionParameter
- Generated class or method.
-
createReconfigurationFolderAdapter
public Adapter createReconfigurationFolderAdapter()
Creates a new adapter for an object of class 'Reconfiguration Folder
'. 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.- Returns:
- the new adapter.
- See Also:
ReconfigurationFolder
- Generated class or method.
-
createIsolatedPCMTemplateCompletionParameterAdapter
public Adapter createIsolatedPCMTemplateCompletionParameterAdapter()
Creates a new adapter for an object of class 'Isolated PCM Template Completion Parameter
'. 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.- Returns:
- the new adapter.
- See Also:
IsolatedPCMTemplateCompletionParameter
- Generated class or method.
-
createPCMCompletionParameterAdapter
public Adapter createPCMCompletionParameterAdapter()
Creates a new adapter for an object of class 'PCM Completion Parameter
'. 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.- Returns:
- the new adapter.
- See Also:
PCMCompletionParameter
- Generated class or method.
-
createFileExtensionAdapter
public Adapter createFileExtensionAdapter()
Creates a new adapter for an object of class 'File Extension
'. 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.- Returns:
- the new adapter.
- See Also:
FileExtension
- Generated class or method.
-
createPCMFileExtensionAdapter
public Adapter createPCMFileExtensionAdapter()
Creates a new adapter for an object of class 'PCM File Extension
'. 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.- Returns:
- the new adapter.
- See Also:
PCMFileExtension
- Generated class or method.
-
createGenericFileExtensionAdapter
public Adapter createGenericFileExtensionAdapter()
Creates a new adapter for an object of class 'Generic File Extension
'. 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.- Returns:
- the new adapter.
- See Also:
GenericFileExtension
- Generated class or method.
-
createIdentifierAdapter
public Adapter createIdentifierAdapter()
Creates a new adapter for an object of class 'Identifier
'. 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.- Returns:
- the new adapter.
- See Also:
Identifier
- Generated class or method.
-
createNamedElementAdapter
public Adapter createNamedElementAdapter()
Creates a new adapter for an object of class '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.- Returns:
- the new adapter.
- See Also:
NamedElement
- Generated class or method.
-
createEntityAdapter
public Adapter createEntityAdapter()
Creates a new adapter for an object of class '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.- Returns:
- the new adapter.
- See Also:
Entity
- Generated class or method.
-
createEObjectAdapter
public Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated class or method.
-
-