|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
edu.cmu.sei.aadl.model.feature.util.FeatureAdapterFactory
public class FeatureAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
FeaturePackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
protected static FeaturePackage |
modelPackage
The cached model package |
protected FeatureSwitch |
modelSwitch
The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
FeatureAdapterFactory()
Creates an instance of the adapter factory |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractPortAdapter()
Creates a new adapter for an object of class ' Abstract Port ' |
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 |
createAObjectAdapter()
Creates a new adapter for an object of class ' AObject ' |
org.eclipse.emf.common.notify.Adapter |
createBusAccessAdapter()
Creates a new adapter for an object of class ' Bus Access ' |
org.eclipse.emf.common.notify.Adapter |
createBusAccessEndAdapter()
Creates a new adapter for an object of class ' Bus Access End ' |
org.eclipse.emf.common.notify.Adapter |
createBusFeaturesAdapter()
Creates a new adapter for an object of class ' Bus Features ' |
org.eclipse.emf.common.notify.Adapter |
createClassifierAdapter()
Creates a new adapter for an object of class ' Classifier ' |
org.eclipse.emf.common.notify.Adapter |
createComponentAccessAdapter()
Creates a new adapter for an object of class ' Component Access ' |
org.eclipse.emf.common.notify.Adapter |
createDataAccessAdapter()
Creates a new adapter for an object of class ' Data Access ' |
org.eclipse.emf.common.notify.Adapter |
createDataAccessEndAdapter()
Creates a new adapter for an object of class ' Data Access End ' |
org.eclipse.emf.common.notify.Adapter |
createDataFeaturesAdapter()
Creates a new adapter for an object of class ' Data Features ' |
org.eclipse.emf.common.notify.Adapter |
createDataPortAdapter()
Creates a new adapter for an object of class ' Data Port ' |
org.eclipse.emf.common.notify.Adapter |
createDeviceFeaturesAdapter()
Creates a new adapter for an object of class ' Device Features ' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
org.eclipse.emf.common.notify.Adapter |
createEventDataPortAdapter()
Creates a new adapter for an object of class ' Event Data Port ' |
org.eclipse.emf.common.notify.Adapter |
createEventPortAdapter()
Creates a new adapter for an object of class ' Event Port ' |
org.eclipse.emf.common.notify.Adapter |
createFeatureAdapter()
Creates a new adapter for an object of class ' Feature ' |
org.eclipse.emf.common.notify.Adapter |
createFeatureContextAdapter()
Creates a new adapter for an object of class ' Feature Context ' |
org.eclipse.emf.common.notify.Adapter |
createFeaturesAdapter()
Creates a new adapter for an object of class ' Features ' |
org.eclipse.emf.common.notify.Adapter |
createFlowPointAdapter()
Creates a new adapter for an object of class ' Point ' |
org.eclipse.emf.common.notify.Adapter |
createMemoryFeaturesAdapter()
Creates a new adapter for an object of class ' Memory Features ' |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class ' Named Element ' |
org.eclipse.emf.common.notify.Adapter |
createParameterAdapter()
Creates a new adapter for an object of class ' Parameter ' |
org.eclipse.emf.common.notify.Adapter |
createParameterEndAdapter()
Creates a new adapter for an object of class ' Parameter End ' |
org.eclipse.emf.common.notify.Adapter |
createPortAdapter()
Creates a new adapter for an object of class ' Port ' |
org.eclipse.emf.common.notify.Adapter |
createPortGroupAdapter()
Creates a new adapter for an object of class ' Port Group ' |
org.eclipse.emf.common.notify.Adapter |
createPortGroupFeaturesAdapter()
Creates a new adapter for an object of class ' Port Group Features ' |
org.eclipse.emf.common.notify.Adapter |
createPortGroupTypeAdapter()
Creates a new adapter for an object of class ' Port Group Type ' |
org.eclipse.emf.common.notify.Adapter |
createProcessFeaturesAdapter()
Creates a new adapter for an object of class ' Process Features ' |
org.eclipse.emf.common.notify.Adapter |
createProcessorFeaturesAdapter()
Creates a new adapter for an object of class ' Processor Features ' |
org.eclipse.emf.common.notify.Adapter |
createPropertyHolderAdapter()
Creates a new adapter for an object of class ' Property Holder ' |
org.eclipse.emf.common.notify.Adapter |
createReferenceElementAdapter()
Creates a new adapter for an object of class ' Reference Element ' |
org.eclipse.emf.common.notify.Adapter |
createServerSubprogramAdapter()
Creates a new adapter for an object of class ' Server Subprogram ' |
org.eclipse.emf.common.notify.Adapter |
createSoftwareFeaturesAdapter()
Creates a new adapter for an object of class ' Software Features ' |
org.eclipse.emf.common.notify.Adapter |
createSubprogramAdapter()
Creates a new adapter for an object of class ' Subprogram ' |
org.eclipse.emf.common.notify.Adapter |
createSubprogramFeaturesAdapter()
Creates a new adapter for an object of class ' Subprogram Features ' |
org.eclipse.emf.common.notify.Adapter |
createSystemFeaturesAdapter()
Creates a new adapter for an object of class ' System Features ' |
org.eclipse.emf.common.notify.Adapter |
createThreadFeaturesAdapter()
Creates a new adapter for an object of class ' Thread Features ' |
org.eclipse.emf.common.notify.Adapter |
createThreadGroupFeaturesAdapter()
Creates a new adapter for an object of class ' Thread Group Features ' |
boolean |
isFactoryForType(java.lang.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
protected static FeaturePackage modelPackage
protected FeatureSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public FeatureAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.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 createSubprogramAdapter()
Subprogram
'.
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.
Subprogram
public org.eclipse.emf.common.notify.Adapter createServerSubprogramAdapter()
Server Subprogram
'.
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.
ServerSubprogram
public org.eclipse.emf.common.notify.Adapter createDataAccessAdapter()
Data Access
'.
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.
DataAccess
public org.eclipse.emf.common.notify.Adapter createBusAccessAdapter()
Bus Access
'.
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.
BusAccess
public org.eclipse.emf.common.notify.Adapter createPortAdapter()
Port
'.
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.
Port
public org.eclipse.emf.common.notify.Adapter createDataPortAdapter()
Data Port
'.
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.
DataPort
public org.eclipse.emf.common.notify.Adapter createEventPortAdapter()
Event Port
'.
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.
EventPort
public org.eclipse.emf.common.notify.Adapter createEventDataPortAdapter()
Event Data Port
'.
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.
EventDataPort
public org.eclipse.emf.common.notify.Adapter createParameterAdapter()
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.
Parameter
public org.eclipse.emf.common.notify.Adapter createPortGroupTypeAdapter()
Port Group Type
'.
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.
PortGroupType
public org.eclipse.emf.common.notify.Adapter createPortGroupAdapter()
Port Group
'.
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.
PortGroup
public org.eclipse.emf.common.notify.Adapter createDataFeaturesAdapter()
Data Features
'.
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.
DataFeatures
public org.eclipse.emf.common.notify.Adapter createSubprogramFeaturesAdapter()
Subprogram Features
'.
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.
SubprogramFeatures
public org.eclipse.emf.common.notify.Adapter createSoftwareFeaturesAdapter()
Software Features
'.
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.
SoftwareFeatures
public org.eclipse.emf.common.notify.Adapter createThreadFeaturesAdapter()
Thread Features
'.
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.
ThreadFeatures
public org.eclipse.emf.common.notify.Adapter createThreadGroupFeaturesAdapter()
Thread Group Features
'.
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.
ThreadGroupFeatures
public org.eclipse.emf.common.notify.Adapter createProcessFeaturesAdapter()
Process Features
'.
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.
ProcessFeatures
public org.eclipse.emf.common.notify.Adapter createProcessorFeaturesAdapter()
Processor Features
'.
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.
ProcessorFeatures
public org.eclipse.emf.common.notify.Adapter createMemoryFeaturesAdapter()
Memory Features
'.
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.
MemoryFeatures
public org.eclipse.emf.common.notify.Adapter createBusFeaturesAdapter()
Bus Features
'.
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.
BusFeatures
public org.eclipse.emf.common.notify.Adapter createDeviceFeaturesAdapter()
Device Features
'.
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.
DeviceFeatures
public org.eclipse.emf.common.notify.Adapter createSystemFeaturesAdapter()
System Features
'.
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.
SystemFeatures
public org.eclipse.emf.common.notify.Adapter createComponentAccessAdapter()
Component Access
'.
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.
ComponentAccess
public org.eclipse.emf.common.notify.Adapter createPortGroupFeaturesAdapter()
Port Group Features
'.
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.
PortGroupFeatures
public org.eclipse.emf.common.notify.Adapter createAbstractPortAdapter()
Abstract Port
'.
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.
AbstractPort
public org.eclipse.emf.common.notify.Adapter createAObjectAdapter()
AObject
'.
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.
AObject
public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
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.
NamedElement
public org.eclipse.emf.common.notify.Adapter createPropertyHolderAdapter()
Property Holder
'.
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.
PropertyHolder
public org.eclipse.emf.common.notify.Adapter createFeatureAdapter()
Feature
'.
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.
Feature
public org.eclipse.emf.common.notify.Adapter createReferenceElementAdapter()
Reference 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.
ReferenceElement
public org.eclipse.emf.common.notify.Adapter createDataAccessEndAdapter()
Data Access End
'.
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.
DataAccessEnd
public org.eclipse.emf.common.notify.Adapter createBusAccessEndAdapter()
Bus Access End
'.
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.
BusAccessEnd
public org.eclipse.emf.common.notify.Adapter createFlowPointAdapter()
Point
'.
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.
FlowPoint
public org.eclipse.emf.common.notify.Adapter createParameterEndAdapter()
Parameter End
'.
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.
ParameterEnd
public org.eclipse.emf.common.notify.Adapter createClassifierAdapter()
Classifier
'.
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.
Classifier
public org.eclipse.emf.common.notify.Adapter createFeatureContextAdapter()
Feature Context
'.
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.
FeatureContext
public org.eclipse.emf.common.notify.Adapter createFeaturesAdapter()
Features
'.
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.
Features
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |