org.eclipse.ohf.stem.definitions.adapters.spatial
Class SpatialProviderAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.ohf.stem.definitions.adapters.spatial.SpatialProviderAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
Direct Known Subclasses:
LatLongProviderAdapterFactory

public abstract class SpatialProviderAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

This class is extended by classes that create adapters that adapt Identifiables to SpatialProviders.

See Also:
Identifiable

Constructor Summary
SpatialProviderAdapterFactory()
           
 
Method Summary
 boolean isFactoryForType(java.lang.Object type)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialProviderAdapterFactory

public SpatialProviderAdapterFactory()
Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object type)
Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
See Also:
AdapterFactoryImpl.isFactoryForType(java.lang.Object)