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 |
createAbstractCommonDriverAdapter()
Creates a new adapter for an object of class '
Abstract Common Driver '. |
org.eclipse.emf.common.notify.Adapter |
createAbstractEquinoxDriverAdapter()
Creates a new adapter for an object of class '
Abstract Equinox Driver '. |
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 |
createEquinoxBaseAdapter()
Creates a new adapter for an object of class '
Equinox Base '. |
org.eclipse.emf.common.notify.Adapter |
createEquinoxDriverAdapter()
Creates a new adapter for an object of class '
Equinox Driver '. |
org.eclipse.emf.common.notify.Adapter |
createEventInjectorHttpAdapter()
Creates a new adapter for an object of class '
Event Injector Http '. |
org.eclipse.emf.common.notify.Adapter |
createEventInjectorSyslogAdapter()
Creates a new adapter for an object of class '
Event Injector Syslog '. |
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 |
createGenericVMSettingsAdapter()
Creates a new adapter for an object of class '
Generic VM Settings '. |
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 |
createOracleVMSettingsAdapter()
Creates a new adapter for an object of class '
Oracle VM Settings '. |
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 |
createWebAdminConsoleAdapter()
Creates a new adapter for an object of class '
Web Admin Console '. |
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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- 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.
World
public 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.
Node
public 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.
MasterServer
public 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.
MasterImport
public 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.
Options
public 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.
EquinoxApplication
public 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.
CommonDriver
public 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.
ExternalNode
public 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.
SystemNode
public 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.
SystemPropertyUserService
public 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.
UserEntry
public 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.
UserService
public 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.
JdbcUserService
public 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.
ValueArchiveServer
public 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.
AbstractFactoryDriver
public 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.
Device
public 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.
EquinoxDriver
public 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.
ExternalDriver
public 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.
Driver
public 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.
ExternalDriverPlaceholder
public 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.
ApplicationConfiguration
public 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.
Configurations
public 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.
Module
public 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.
HttpServiceModule
public 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.
RestExporterModule
public 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.
ValueArchiveSlave
public org.eclipse.emf.common.notify.Adapter createWebAdminConsoleAdapter()
Web Admin Console
'.
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.
WebAdminConsole
public org.eclipse.emf.common.notify.Adapter createOracleVMSettingsAdapter()
Oracle VM Settings
'.
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.
OracleVMSettings
public org.eclipse.emf.common.notify.Adapter createGenericVMSettingsAdapter()
Generic VM Settings
'.
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.
GenericVMSettings
public org.eclipse.emf.common.notify.Adapter createAbstractEquinoxDriverAdapter()
Abstract 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.
AbstractEquinoxDriver
public org.eclipse.emf.common.notify.Adapter createEquinoxBaseAdapter()
Equinox Base
'.
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.
EquinoxBase
public org.eclipse.emf.common.notify.Adapter createAbstractCommonDriverAdapter()
Abstract 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.
AbstractCommonDriver
public org.eclipse.emf.common.notify.Adapter createEventInjectorHttpAdapter()
Event Injector Http
'.
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.
EventInjectorHttp
public org.eclipse.emf.common.notify.Adapter createEventInjectorSyslogAdapter()
Event Injector Syslog
'.
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.
EventInjectorSyslog
public 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.
Documentable
public 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.
NamedDocumentable
public 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.
Application
public 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.
Driver
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()