public class ComponentAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the
model.
ComponentPackage| Modifier and Type | Field and Description |
|---|---|
protected static ComponentPackage |
modelPackage
The cached model package.
|
protected ComponentSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
ComponentAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbsoluteDanglingReferenceAdapter()
Creates a new adapter for an object of class '
Absolute Dangling Reference'. |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createAverageModuleAdapter()
Creates a new adapter for an object of class '
Average Module'. |
org.eclipse.emf.common.notify.Adapter |
createBufferedValueAdapter()
Creates a new adapter for an object of class '
Buffered Value'. |
org.eclipse.emf.common.notify.Adapter |
createCalculationComponentAdapter()
Creates a new adapter for an object of class '
Calculation Component'. |
org.eclipse.emf.common.notify.Adapter |
createCalculationModuleAdapter()
Creates a new adapter for an object of class '
Calculation Module'. |
org.eclipse.emf.common.notify.Adapter |
createChangeCounterAdapter()
Creates a new adapter for an object of class '
Change Counter'. |
org.eclipse.emf.common.notify.Adapter |
createComponentAdapter()
Creates a new adapter for an object of class '
Component'. |
org.eclipse.emf.common.notify.Adapter |
createComponentDanglingReferenceAdapter()
Creates a new adapter for an object of class '
Dangling Reference'. |
org.eclipse.emf.common.notify.Adapter |
createComponentReferenceInputDefinitionAdapter()
Creates a new adapter for an object of class '
Reference Input Definition'. |
org.eclipse.emf.common.notify.Adapter |
createComponentWorldAdapter()
Creates a new adapter for an object of class '
World'. |
org.eclipse.emf.common.notify.Adapter |
createConfigurationAdapter()
Creates a new adapter for an object of class '
Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createConstantValueAdapter()
Creates a new adapter for an object of class '
Constant Value'. |
org.eclipse.emf.common.notify.Adapter |
createContainerAdapter()
Creates a new adapter for an object of class '
Container'. |
org.eclipse.emf.common.notify.Adapter |
createDanglingItemReferenceAdapter()
Creates a new adapter for an object of class '
Dangling Item Reference'. |
org.eclipse.emf.common.notify.Adapter |
createDataComponentAdapter()
Creates a new adapter for an object of class '
Data Component'. |
org.eclipse.emf.common.notify.Adapter |
createDataMapperAnalyzerAdapter()
Creates a new adapter for an object of class '
Data Mapper Analyzer'. |
org.eclipse.emf.common.notify.Adapter |
createDataMapperServiceAdapter()
Creates a new adapter for an object of class '
Data Mapper Service'. |
org.eclipse.emf.common.notify.Adapter |
createDocumentableAdapter()
Creates a new adapter for an object of class '
Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createDriverConnectionAnalyzerAdapter()
Creates a new adapter for an object of class '
Driver Connection Analyzer'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExternalValueAdapter()
Creates a new adapter for an object of class '
External Value'. |
org.eclipse.emf.common.notify.Adapter |
createFormulaModuleAdapter()
Creates a new adapter for an object of class '
Formula Module'. |
org.eclipse.emf.common.notify.Adapter |
createGlobalizeComponentAdapter()
Creates a new adapter for an object of class '
Globalize Component'. |
org.eclipse.emf.common.notify.Adapter |
createInputDefinitionAdapter()
Creates a new adapter for an object of class '
Input Definition'. |
org.eclipse.emf.common.notify.Adapter |
createInputSpecificationAdapter()
Creates a new adapter for an object of class '
Input Specification'. |
org.eclipse.emf.common.notify.Adapter |
createItemAdapter()
Creates a new adapter for an object of class '
Item'. |
org.eclipse.emf.common.notify.Adapter |
createItemInterceptorAdapter()
Creates a new adapter for an object of class '
Item Interceptor'. |
org.eclipse.emf.common.notify.Adapter |
createItemReferenceInputDefinitionAdapter()
Creates a new adapter for an object of class '
Item Reference Input Definition'. |
org.eclipse.emf.common.notify.Adapter |
createLevelAdapter()
Creates a new adapter for an object of class '
Level'. |
org.eclipse.emf.common.notify.Adapter |
createMappedSourceValueAdapter()
Creates a new adapter for an object of class '
Mapped Source Value'. |
org.eclipse.emf.common.notify.Adapter |
createMarkerConfigurationAdapter()
Creates a new adapter for an object of class '
Marker Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createMasterComponentAdapter()
Creates a new adapter for an object of class '
Master Component'. |
org.eclipse.emf.common.notify.Adapter |
createMasterImportConnectionAnalyzerAdapter()
Creates a new adapter for an object of class '
Master Import Connection Analyzer'. |
org.eclipse.emf.common.notify.Adapter |
createNamedDocumentableAdapter()
Creates a new adapter for an object of class '
Named Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createOutputDefinitionAdapter()
Creates a new adapter for an object of class '
Output Definition'. |
org.eclipse.emf.common.notify.Adapter |
createOutputSpecificationAdapter()
Creates a new adapter for an object of class '
Output Specification'. |
org.eclipse.emf.common.notify.Adapter |
createPersistentValueAdapter()
Creates a new adapter for an object of class '
Persistent Value'. |
org.eclipse.emf.common.notify.Adapter |
createRestInterceptorAdapter()
Creates a new adapter for an object of class '
Rest Interceptor'. |
org.eclipse.emf.common.notify.Adapter |
createScriptAdapter()
Creates a new adapter for an object of class '
Script'. |
org.eclipse.emf.common.notify.Adapter |
createScriptModuleAdapter()
Creates a new adapter for an object of class '
Script Module'. |
org.eclipse.emf.common.notify.Adapter |
createServiceAdapter()
Creates a new adapter for an object of class '
Service'. |
org.eclipse.emf.common.notify.Adapter |
createSingleValueAdapter()
Creates a new adapter for an object of class '
Single Value'. |
org.eclipse.emf.common.notify.Adapter |
createSummariesConfigurationAdapter()
Creates a new adapter for an object of class '
Summaries Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createTransientValueAdapter()
Creates a new adapter for an object of class '
Transient Value'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static ComponentPackage modelPackage
protected ComponentSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public ComponentAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the
model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createComponentWorldAdapter()
World'.
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.
ComponentWorldpublic org.eclipse.emf.common.notify.Adapter createLevelAdapter()
Level'.
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.
Levelpublic org.eclipse.emf.common.notify.Adapter createComponentAdapter()
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.
Componentpublic org.eclipse.emf.common.notify.Adapter createDataComponentAdapter()
Data 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.
DataComponentpublic org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.Adapter createConstantValueAdapter()
Constant Value'.
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.
ConstantValuepublic org.eclipse.emf.common.notify.Adapter createMarkerConfigurationAdapter()
Marker 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.
MarkerConfigurationpublic org.eclipse.emf.common.notify.Adapter createServiceAdapter()
Service'.
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.
Servicepublic org.eclipse.emf.common.notify.Adapter createPersistentValueAdapter()
Persistent Value'.
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.
PersistentValuepublic org.eclipse.emf.common.notify.Adapter createDriverConnectionAnalyzerAdapter()
Driver Connection Analyzer'.
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.
DriverConnectionAnalyzerpublic org.eclipse.emf.common.notify.Adapter createMasterImportConnectionAnalyzerAdapter()
Master Import Connection Analyzer'.
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.
MasterImportConnectionAnalyzerpublic org.eclipse.emf.common.notify.Adapter createSingleValueAdapter()
Single Value'.
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.
SingleValuepublic org.eclipse.emf.common.notify.Adapter createDataMapperAnalyzerAdapter()
Data Mapper Analyzer'.
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.
DataMapperAnalyzerpublic org.eclipse.emf.common.notify.Adapter createDataMapperServiceAdapter()
Data Mapper Service'.
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.
DataMapperServicepublic org.eclipse.emf.common.notify.Adapter createMappedSourceValueAdapter()
Mapped Source Value'.
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.
MappedSourceValuepublic org.eclipse.emf.common.notify.Adapter createCalculationComponentAdapter()
Calculation 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.
CalculationComponentpublic org.eclipse.emf.common.notify.Adapter createCalculationModuleAdapter()
Calculation Module'.
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.
CalculationModulepublic org.eclipse.emf.common.notify.Adapter createInputSpecificationAdapter()
Input Specification'.
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.
InputSpecificationpublic org.eclipse.emf.common.notify.Adapter createOutputSpecificationAdapter()
Output Specification'.
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.
OutputSpecificationpublic org.eclipse.emf.common.notify.Adapter createOutputDefinitionAdapter()
Output Definition'.
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.
OutputDefinitionpublic org.eclipse.emf.common.notify.Adapter createItemReferenceInputDefinitionAdapter()
Item Reference Input Definition'.
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.
ItemReferenceInputDefinitionpublic org.eclipse.emf.common.notify.Adapter createInputDefinitionAdapter()
Input Definition'.
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.
InputDefinitionpublic org.eclipse.emf.common.notify.Adapter createComponentReferenceInputDefinitionAdapter()
Reference Input Definition'.
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.
ComponentReferenceInputDefinitionpublic org.eclipse.emf.common.notify.Adapter createFormulaModuleAdapter()
Formula Module'.
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.
FormulaModulepublic org.eclipse.emf.common.notify.Adapter createAverageModuleAdapter()
Average Module'.
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.
AverageModulepublic org.eclipse.emf.common.notify.Adapter createDanglingItemReferenceAdapter()
Dangling Item Reference'.
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.
DanglingItemReferencepublic org.eclipse.emf.common.notify.Adapter createScriptModuleAdapter()
Script Module'.
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.
ScriptModulepublic org.eclipse.emf.common.notify.Adapter createScriptAdapter()
Script'.
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.
Scriptpublic org.eclipse.emf.common.notify.Adapter createAbsoluteDanglingReferenceAdapter()
Absolute Dangling Reference'.
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.
AbsoluteDanglingReferencepublic org.eclipse.emf.common.notify.Adapter createComponentDanglingReferenceAdapter()
Dangling Reference'.
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.
ComponentDanglingReferencepublic org.eclipse.emf.common.notify.Adapter createExternalValueAdapter()
External Value'.
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.
ExternalValuepublic org.eclipse.emf.common.notify.Adapter createSummariesConfigurationAdapter()
Summaries 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.
SummariesConfigurationpublic org.eclipse.emf.common.notify.Adapter createItemInterceptorAdapter()
Item Interceptor'.
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.
ItemInterceptorpublic org.eclipse.emf.common.notify.Adapter createContainerAdapter()
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.
Containerpublic org.eclipse.emf.common.notify.Adapter createRestInterceptorAdapter()
Rest Interceptor'.
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.
RestInterceptorpublic org.eclipse.emf.common.notify.Adapter createGlobalizeComponentAdapter()
Globalize 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.
GlobalizeComponentpublic org.eclipse.emf.common.notify.Adapter createTransientValueAdapter()
Transient Value'.
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.
TransientValuepublic org.eclipse.emf.common.notify.Adapter createMasterComponentAdapter()
Master 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.
MasterComponentpublic org.eclipse.emf.common.notify.Adapter createBufferedValueAdapter()
Buffered Value'.
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.
BufferedValuepublic org.eclipse.emf.common.notify.Adapter createChangeCounterAdapter()
Change Counter'.
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.
ChangeCounterpublic org.eclipse.emf.common.notify.Adapter createDocumentableAdapter()
Documentable'.
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.
Documentablepublic org.eclipse.emf.common.notify.Adapter createNamedDocumentableAdapter()
Named Documentable'.
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.
NamedDocumentablepublic org.eclipse.emf.common.notify.Adapter createItemAdapter()
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.
Itempublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()