public class ExmaraldaBasicAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
ExmaraldaBasicPackage| Modifier and Type | Field and Description |
|---|---|
protected static ExmaraldaBasicPackage |
modelPackage
The cached model package
|
protected ExmaraldaBasicSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
ExmaraldaBasicAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createBasicTranscriptionAdapter()
Creates a new adapter for an object of class '
Basic Transcription' |
org.eclipse.emf.common.notify.Adapter |
createCommonTimeLineAdapter()
Creates a new adapter for an object of class '
Common Time Line' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createEventAdapter()
Creates a new adapter for an object of class '
Event' |
org.eclipse.emf.common.notify.Adapter |
createMetaInformationAdapter()
Creates a new adapter for an object of class '
Meta Information' |
org.eclipse.emf.common.notify.Adapter |
createSpeakerAdapter()
Creates a new adapter for an object of class '
Speaker' |
org.eclipse.emf.common.notify.Adapter |
createTierAdapter()
Creates a new adapter for an object of class '
Tier' |
org.eclipse.emf.common.notify.Adapter |
createTLIAdapter()
Creates a new adapter for an object of class '
TLI' |
org.eclipse.emf.common.notify.Adapter |
createUDInformationAdapter()
Creates a new adapter for an object of class '
UD Information' |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object
|
protected static ExmaraldaBasicPackage modelPackage
protected ExmaraldaBasicSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public ExmaraldaBasicAdapterFactory()
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 createBasicTranscriptionAdapter()
Basic Transcription'.
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.
BasicTranscriptionpublic org.eclipse.emf.common.notify.Adapter createMetaInformationAdapter()
Meta Information'.
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.
MetaInformationpublic org.eclipse.emf.common.notify.Adapter createCommonTimeLineAdapter()
Common Time Line'.
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.
CommonTimeLinepublic org.eclipse.emf.common.notify.Adapter createUDInformationAdapter()
UD Information'.
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.
UDInformationpublic org.eclipse.emf.common.notify.Adapter createSpeakerAdapter()
Speaker'.
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.
Speakerpublic org.eclipse.emf.common.notify.Adapter createTierAdapter()
Tier'.
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.
Tierpublic org.eclipse.emf.common.notify.Adapter createEventAdapter()
Event'.
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.
Eventpublic org.eclipse.emf.common.notify.Adapter createTLIAdapter()
TLI'.
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.
TLIpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2020. All rights reserved.