public class InfrastructureAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the
model.
InfrastructurePackage| Modifier and Type | Field and Description |
|---|---|
protected static InfrastructurePackage |
modelPackage
The cached model package.
|
protected InfrastructureSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
InfrastructureAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractFactoryDriverAdapter()
Creates a new adapter for an object of class '
Abstract Factory Driver'. |
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 |
createApplicationAdapter()
Creates a new adapter for an object of class '
Application'. |
org.eclipse.emf.common.notify.Adapter |
createApplicationConfigurationAdapter()
Creates a new adapter for an object of class '
Application Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createCommonDriverAdapter()
Creates a new adapter for an object of class '
Common Driver'. |
org.eclipse.emf.common.notify.Adapter |
createConfigurationsAdapter()
Creates a new adapter for an object of class '
Configurations'. |
org.eclipse.emf.common.notify.Adapter |
createDeviceAdapter()
Creates a new adapter for an object of class '
Device'. |
org.eclipse.emf.common.notify.Adapter |
createDocumentableAdapter()
Creates a new adapter for an object of class '
Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createDriverAdapter()
Creates a new adapter for an object of class '
Driver'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEquinoxApplicationAdapter()
Creates a new adapter for an object of class '
Equinox Application'. |
org.eclipse.emf.common.notify.Adapter |
createEquinoxDriverAdapter()
Creates a new adapter for an object of class '
Equinox Driver'. |
org.eclipse.emf.common.notify.Adapter |
createExternalDriverAdapter()
Creates a new adapter for an object of class '
External Driver'. |
org.eclipse.emf.common.notify.Adapter |
createExternalDriverPlaceholderAdapter()
Creates a new adapter for an object of class '
External Driver Placeholder'. |
org.eclipse.emf.common.notify.Adapter |
createExternalNodeAdapter()
Creates a new adapter for an object of class '
External Node'. |
org.eclipse.emf.common.notify.Adapter |
createHttpServiceModuleAdapter()
Creates a new adapter for an object of class '
Http Service Module'. |
org.eclipse.emf.common.notify.Adapter |
createJdbcUserServiceAdapter()
Creates a new adapter for an object of class '
Jdbc User Service'. |
org.eclipse.emf.common.notify.Adapter |
createMasterImportAdapter()
Creates a new adapter for an object of class '
Master Import'. |
org.eclipse.emf.common.notify.Adapter |
createMasterServerAdapter()
Creates a new adapter for an object of class '
Master Server'. |
org.eclipse.emf.common.notify.Adapter |
createModuleAdapter()
Creates a new adapter for an object of class '
Module'. |
org.eclipse.emf.common.notify.Adapter |
createNamedDocumentableAdapter()
Creates a new adapter for an object of class '
Named Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createNodeAdapter()
Creates a new adapter for an object of class '
Node
'. |
org.eclipse.emf.common.notify.Adapter |
createOptionsAdapter()
Creates a new adapter for an object of class '
Options'. |
org.eclipse.emf.common.notify.Adapter |
createRestExporterModuleAdapter()
Creates a new adapter for an object of class '
Rest Exporter Module'. |
org.eclipse.emf.common.notify.Adapter |
createSystemNodeAdapter()
Creates a new adapter for an object of class '
System Node'. |
org.eclipse.emf.common.notify.Adapter |
createSystemPropertyUserServiceAdapter()
Creates a new adapter for an object of class '
System Property User Service'. |
org.eclipse.emf.common.notify.Adapter |
createUserEntryAdapter()
Creates a new adapter for an object of class '
User Entry'. |
org.eclipse.emf.common.notify.Adapter |
createUserServiceAdapter()
Creates a new adapter for an object of class '
User Service'. |
org.eclipse.emf.common.notify.Adapter |
createValueArchiveServerAdapter()
Creates a new adapter for an object of class '
Value Archive Server'. |
org.eclipse.emf.common.notify.Adapter |
createValueArchiveSlaveAdapter()
Creates a new adapter for an object of class '
Value Archive Slave'. |
org.eclipse.emf.common.notify.Adapter |
createWorld_DriverAdapter()
Creates a new adapter for an object of class '
Driver'. |
org.eclipse.emf.common.notify.Adapter |
createWorldAdapter()
Creates a new adapter for an object of class '
World'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static InfrastructurePackage modelPackage
protected InfrastructureSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public InfrastructureAdapterFactory()
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 createWorldAdapter()
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.
Worldpublic org.eclipse.emf.common.notify.Adapter createNodeAdapter()
Node
'.
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.
Nodepublic org.eclipse.emf.common.notify.Adapter createMasterServerAdapter()
Master Server'.
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.
MasterServerpublic org.eclipse.emf.common.notify.Adapter createMasterImportAdapter()
Master Import'.
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.
MasterImportpublic org.eclipse.emf.common.notify.Adapter createOptionsAdapter()
Options'.
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.
Optionspublic org.eclipse.emf.common.notify.Adapter createEquinoxApplicationAdapter()
Equinox Application'.
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.
EquinoxApplicationpublic org.eclipse.emf.common.notify.Adapter createCommonDriverAdapter()
Common Driver'.
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.
CommonDriverpublic org.eclipse.emf.common.notify.Adapter createExternalNodeAdapter()
External Node'.
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.
ExternalNodepublic org.eclipse.emf.common.notify.Adapter createSystemNodeAdapter()
System Node'.
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.
SystemNodepublic org.eclipse.emf.common.notify.Adapter createSystemPropertyUserServiceAdapter()
System Property User 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.
SystemPropertyUserServicepublic org.eclipse.emf.common.notify.Adapter createUserEntryAdapter()
User Entry'.
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.
UserEntrypublic org.eclipse.emf.common.notify.Adapter createUserServiceAdapter()
User 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.
UserServicepublic org.eclipse.emf.common.notify.Adapter createJdbcUserServiceAdapter()
Jdbc User 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.
JdbcUserServicepublic org.eclipse.emf.common.notify.Adapter createValueArchiveServerAdapter()
Value Archive Server'.
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.
ValueArchiveServerpublic org.eclipse.emf.common.notify.Adapter createAbstractFactoryDriverAdapter()
Abstract Factory Driver'.
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.
AbstractFactoryDriverpublic org.eclipse.emf.common.notify.Adapter createDeviceAdapter()
Device'.
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.
Devicepublic org.eclipse.emf.common.notify.Adapter createEquinoxDriverAdapter()
Equinox Driver'.
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.
EquinoxDriverpublic org.eclipse.emf.common.notify.Adapter createExternalDriverAdapter()
External Driver'.
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.
ExternalDriverpublic org.eclipse.emf.common.notify.Adapter createDriverAdapter()
Driver'.
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.
Driverpublic org.eclipse.emf.common.notify.Adapter createExternalDriverPlaceholderAdapter()
External Driver Placeholder'.
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.
ExternalDriverPlaceholderpublic org.eclipse.emf.common.notify.Adapter createApplicationConfigurationAdapter()
Application 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.
ApplicationConfigurationpublic org.eclipse.emf.common.notify.Adapter createConfigurationsAdapter()
Configurations'.
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.
Configurationspublic org.eclipse.emf.common.notify.Adapter createModuleAdapter()
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.
Modulepublic org.eclipse.emf.common.notify.Adapter createHttpServiceModuleAdapter()
Http Service 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.
HttpServiceModulepublic org.eclipse.emf.common.notify.Adapter createRestExporterModuleAdapter()
Rest Exporter 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.
RestExporterModulepublic org.eclipse.emf.common.notify.Adapter createValueArchiveSlaveAdapter()
Value Archive Slave'.
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.
ValueArchiveSlavepublic 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 createApplicationAdapter()
Application'.
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.
Applicationpublic org.eclipse.emf.common.notify.Adapter createWorld_DriverAdapter()
Driver'.
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.
Driverpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()