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 adaptercreateXXXmethod for each class of the model.- See Also:
ArchitecturaltemplatesPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected static ArchitecturaltemplatesPackagemodelPackageThe cached model package.protected ArchitecturaltemplatesSwitch<Adapter>modelSwitchThe switch that delegates to thecreateXXXmethods.
-
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 AdaptercreateAdapter(Notifier target)Creates an adapter for thetarget.AdaptercreateATAdapter()Creates a new adapter for an object of class 'AT'.AdaptercreateCatalogAdapter()Creates a new adapter for an object of class 'Catalog'.AdaptercreateCompletionAdapter()Creates a new adapter for an object of class 'Completion'.AdaptercreateCompletionParameterAdapter()Creates a new adapter for an object of class 'Completion Parameter'.AdaptercreateConstraintAdapter()Creates a new adapter for an object of class 'Constraint'.AdaptercreateEntityAdapter()Creates a new adapter for an object of class 'Entity'.AdaptercreateEObjectAdapter()Creates a new adapter for the default case.AdaptercreateFileExtensionAdapter()Creates a new adapter for an object of class 'File Extension'.AdaptercreateGenericFileExtensionAdapter()Creates a new adapter for an object of class 'Generic File Extension'.AdaptercreateIdentifierAdapter()Creates a new adapter for an object of class 'Identifier'.AdaptercreateIsolatedPCMTemplateCompletionParameterAdapter()Creates a new adapter for an object of class 'Isolated PCM Template Completion Parameter'.AdaptercreateNamedElementAdapter()Creates a new adapter for an object of class 'Named Element'.AdaptercreateOCLConstraintAdapter()Creates a new adapter for an object of class 'OCL Constraint'.AdaptercreatePCMBlackboardCompletionParameterAdapter()Creates a new adapter for an object of class 'PCM Blackboard Completion Parameter'.AdaptercreatePCMCompletionParameterAdapter()Creates a new adapter for an object of class 'PCM Completion Parameter'.AdaptercreatePCMFileExtensionAdapter()Creates a new adapter for an object of class 'PCM File Extension'.AdaptercreatePCMOutputCompletionParameterAdapter()Creates a new adapter for an object of class 'PCM Output Completion Parameter'.AdaptercreatePCMTemplateCompletionParameterAdapter()Creates a new adapter for an object of class 'PCM Template Completion Parameter'.AdaptercreateQVTOCompletionAdapter()Creates a new adapter for an object of class 'QVTO Completion'.AdaptercreateReconfigurationFolderAdapter()Creates a new adapter for an object of class 'Reconfiguration Folder'.AdaptercreateRoleAdapter()Creates a new adapter for an object of class 'Role'.booleanisFactoryForType(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 thecreateXXXmethods.- 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 returnstrueif the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForTypein interfaceAdapterFactory- Overrides:
isFactoryForTypein 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:
createAdapterin 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.
-
-