public class EsxAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
EsxPackage| Modifier and Type | Field and Description |
|---|---|
protected static EsxPackage |
modelPackage
The cached model package.
|
protected EsxSwitch<Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
EsxAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createEsxFileAdapter()
Creates a new adapter for an object of class '
File'. |
Adapter |
createGlobalParametersAdapter()
Creates a new adapter for an object of class '
Global Parameters'. |
Adapter |
createMidiChannelTypeAdapter()
Creates a new adapter for an object of class '
Midi Channel Type'. |
Adapter |
createMidiControlChangeAssignmentAdapter()
Creates a new adapter for an object of class '
Midi Control Change Assignment'. |
Adapter |
createOperationAdapter()
Creates a new adapter for an object of class '
Operation'. |
Adapter |
createParametersFxAdapter()
Creates a new adapter for an object of class '
Parameters Fx'. |
Adapter |
createParametersMotionAdapter()
Creates a new adapter for an object of class '
Parameters Motion'. |
Adapter |
createPartAccentAdapter()
Creates a new adapter for an object of class '
Part Accent'. |
Adapter |
createPartAdapter()
Creates a new adapter for an object of class '
Part'. |
Adapter |
createPartAudioInAdapter()
Creates a new adapter for an object of class '
Part Audio In'. |
Adapter |
createPartDrumAdapter()
Creates a new adapter for an object of class '
Part Drum'. |
Adapter |
createPartKeyboardAdapter()
Creates a new adapter for an object of class '
Part Keyboard'. |
Adapter |
createPartNoteNumberAdapter()
Creates a new adapter for an object of class '
Part Note Number'. |
Adapter |
createPartStretchSliceAdapter()
Creates a new adapter for an object of class '
Part Stretch Slice'. |
Adapter |
createPartWithCommonAdapter()
Creates a new adapter for an object of class '
Part With Common'. |
Adapter |
createPartWithPitchAdapter()
Creates a new adapter for an object of class '
Part With Pitch'. |
Adapter |
createPartWithSampleAdapter()
Creates a new adapter for an object of class '
Part With Sample'. |
Adapter |
createPartWithSequenceDataAdapter()
Creates a new adapter for an object of class '
Part With Sequence Data'. |
Adapter |
createPartWithSequenceDataGateAdapter()
Creates a new adapter for an object of class '
Part With Sequence Data Gate'. |
Adapter |
createPartWithSliceAdapter()
Creates a new adapter for an object of class '
Part With Slice'. |
Adapter |
createPatternAdapter()
Creates a new adapter for an object of class '
Pattern'. |
Adapter |
createPatternSetParameterAdapter()
Creates a new adapter for an object of class '
Pattern Set Parameter'. |
Adapter |
createSampleAdapter()
Creates a new adapter for an object of class '
Sample'. |
Adapter |
createSampleInPatternInfoAdapter()
Creates a new adapter for an object of class '
Sample In Pattern Info'. |
Adapter |
createSampleTuneAdapter()
Creates a new adapter for an object of class '
Sample Tune'. |
Adapter |
createSequenceDataAdapter()
Creates a new adapter for an object of class '
Sequence Data'. |
Adapter |
createSequenceDataGateAdapter()
Creates a new adapter for an object of class '
Sequence Data Gate'. |
Adapter |
createSequenceDataNoteAdapter()
Creates a new adapter for an object of class '
Sequence Data Note'. |
Adapter |
createSongAdapter()
Creates a new adapter for an object of class '
Song'. |
Adapter |
createSongEventAdapter()
Creates a new adapter for an object of class '
Song Event'. |
Adapter |
createSongEventControlAdapter()
Creates a new adapter for an object of class '
Song Event Control'. |
Adapter |
createSongEventDrumNoteAdapter()
Creates a new adapter for an object of class '
Song Event Drum Note'. |
Adapter |
createSongEventKeyboardNoteAdapter()
Creates a new adapter for an object of class '
Song Event Keyboard Note'. |
Adapter |
createSongEventMuteStatusAdapter()
Creates a new adapter for an object of class '
Song Event Mute Status'. |
Adapter |
createSongEventTempoAdapter()
Creates a new adapter for an object of class '
Song Event Tempo'. |
Adapter |
createSongEventWithPartAdapter()
Creates a new adapter for an object of class '
Song Event With Part'. |
Adapter |
createSongPatternAdapter()
Creates a new adapter for an object of class '
Song Pattern'. |
Adapter |
createTempoAdapter()
Creates a new adapter for an object of class '
Tempo'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static EsxPackage modelPackage
protected EsxSwitch<Adapter> modelSwitch
createXXX methods.
public EsxAdapterFactory()
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.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createEsxFileAdapter()
File'.
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.
EsxFilepublic Adapter createGlobalParametersAdapter()
Global Parameters'.
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.
GlobalParameterspublic Adapter createPatternSetParameterAdapter()
Pattern Set 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.
PatternSetParameterpublic Adapter createMidiChannelTypeAdapter()
Midi Channel 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.
MidiChannelTypepublic Adapter createPartNoteNumberAdapter()
Part Note Number'.
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.
PartNoteNumberpublic Adapter createMidiControlChangeAssignmentAdapter()
Midi Control Change Assignment'.
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.
MidiControlChangeAssignmentpublic Adapter createOperationAdapter()
Operation'.
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.
Operationpublic Adapter createParametersFxAdapter()
Parameters Fx'.
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.
ParametersFxpublic Adapter createParametersMotionAdapter()
Parameters Motion'.
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.
ParametersMotionpublic Adapter createSequenceDataAdapter()
Sequence Data'.
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.
SequenceDatapublic Adapter createSequenceDataGateAdapter()
Sequence Data Gate'.
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.
SequenceDataGatepublic Adapter createSequenceDataNoteAdapter()
Sequence Data Note'.
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.
SequenceDataNotepublic Adapter createPartAdapter()
Part'.
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.
Partpublic Adapter createPartWithSequenceDataAdapter()
Part With Sequence Data'.
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.
PartWithSequenceDatapublic Adapter createPartWithCommonAdapter()
Part With Common'.
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.
PartWithCommonpublic Adapter createPartWithSampleAdapter()
Part With Sample'.
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.
PartWithSamplepublic Adapter createPartWithSliceAdapter()
Part With Slice'.
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.
PartWithSlicepublic Adapter createPartWithPitchAdapter()
Part With Pitch'.
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.
PartWithPitchpublic Adapter createPartWithSequenceDataGateAdapter()
Part With Sequence Data Gate'.
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.
PartWithSequenceDataGatepublic Adapter createPartAccentAdapter()
Part Accent'.
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.
PartAccentpublic Adapter createPartAudioInAdapter()
Part Audio In'.
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.
PartAudioInpublic Adapter createPartDrumAdapter()
Part Drum'.
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.
PartDrumpublic Adapter createPartKeyboardAdapter()
Part Keyboard'.
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.
PartKeyboardpublic Adapter createPartStretchSliceAdapter()
Part Stretch Slice'.
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.
PartStretchSlicepublic Adapter createPatternAdapter()
Pattern'.
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.
Patternpublic Adapter createSampleAdapter()
Sample'.
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.
Samplepublic Adapter createSampleInPatternInfoAdapter()
Sample In Pattern Info'.
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.
SampleInPatternInfopublic Adapter createSampleTuneAdapter()
Sample Tune'.
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.
SampleTunepublic Adapter createSongAdapter()
Song'.
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.
Songpublic Adapter createSongPatternAdapter()
Song Pattern'.
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.
SongPatternpublic Adapter createTempoAdapter()
Tempo'.
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.
Tempopublic Adapter createSongEventAdapter()
Song 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.
SongEventpublic Adapter createSongEventWithPartAdapter()
Song Event With Part'.
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.
SongEventWithPartpublic Adapter createSongEventControlAdapter()
Song Event Control'.
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.
SongEventControlpublic Adapter createSongEventDrumNoteAdapter()
Song Event Drum Note'.
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.
SongEventDrumNotepublic Adapter createSongEventKeyboardNoteAdapter()
Song Event Keyboard Note'.
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.
SongEventKeyboardNotepublic Adapter createSongEventTempoAdapter()
Song Event Tempo'.
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.
SongEventTempopublic Adapter createSongEventMuteStatusAdapter()
Song Event Mute Status'.
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.
SongEventMuteStatuspublic Adapter createEObjectAdapter()