|
||||||||||
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.core.util.CoreAdapterFactory
public class CoreAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
CorePackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
protected static CorePackage |
modelPackage
The cached model package |
protected CoreSwitch |
modelSwitch
The switch the delegates to the createXXX methods |
Constructor Summary | |
---|---|
CoreAdapterFactory()
Creates an instance of the adapter factory |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAadlPackageAdapter()
Creates a new adapter for an object of class ' Aadl Package ' |
org.eclipse.emf.common.notify.Adapter |
createAadlPackageSectionAdapter()
Creates a new adapter for an object of class ' Aadl Package Section ' |
org.eclipse.emf.common.notify.Adapter |
createAadlPrivateAdapter()
Creates a new adapter for an object of class ' Aadl Private ' |
org.eclipse.emf.common.notify.Adapter |
createAadlPublicAdapter()
Creates a new adapter for an object of class ' Aadl Public ' |
org.eclipse.emf.common.notify.Adapter |
createAadlSpecAdapter()
Creates a new adapter for an object of class ' Aadl Spec ' |
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 |
createAnnexLibraryAdapter()
Creates a new adapter for an object of class ' Annex Library ' |
org.eclipse.emf.common.notify.Adapter |
createAnnexSubclauseAdapter()
Creates a new adapter for an object of class ' Annex Subclause ' |
org.eclipse.emf.common.notify.Adapter |
createAObjectAdapter()
Creates a new adapter for an object of class ' AObject ' |
org.eclipse.emf.common.notify.Adapter |
createClassifierAdapter()
Creates a new adapter for an object of class ' Classifier ' |
org.eclipse.emf.common.notify.Adapter |
createComponentClassifierAdapter()
Creates a new adapter for an object of class ' Component Classifier ' |
org.eclipse.emf.common.notify.Adapter |
createComponentImplAdapter()
Creates a new adapter for an object of class ' Component Impl ' |
org.eclipse.emf.common.notify.Adapter |
createComponentTypeAdapter()
Creates a new adapter for an object of class ' Component Type ' |
org.eclipse.emf.common.notify.Adapter |
createConnectionAdapter()
Creates a new adapter for an object of class ' Connection ' |
org.eclipse.emf.common.notify.Adapter |
createDefaultAnnexLibraryAdapter()
Creates a new adapter for an object of class ' Default Annex Library ' |
org.eclipse.emf.common.notify.Adapter |
createDefaultAnnexSubclauseAdapter()
Creates a new adapter for an object of class ' Default Annex Subclause ' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
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 |
createModeAdapter()
Creates a new adapter for an object of class ' Mode ' |
org.eclipse.emf.common.notify.Adapter |
createModeMemberAdapter()
Creates a new adapter for an object of class ' Mode Member ' |
org.eclipse.emf.common.notify.Adapter |
createModesAdapter()
Creates a new adapter for an object of class ' Modes ' |
org.eclipse.emf.common.notify.Adapter |
createModeTransitionAdapter()
Creates a new adapter for an object of class ' Mode Transition ' |
org.eclipse.emf.common.notify.Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class ' Named Element ' |
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 |
createRefinesTypeAdapter()
Creates a new adapter for an object of class ' Refines Type ' |
org.eclipse.emf.common.notify.Adapter |
createSubcomponentAdapter()
Creates a new adapter for an object of class ' Subcomponent ' |
org.eclipse.emf.common.notify.Adapter |
createSubcomponentsAdapter()
Creates a new adapter for an object of class ' Subcomponents ' |
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 CorePackage modelPackage
protected CoreSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public CoreAdapterFactory()
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 createAadlSpecAdapter()
Aadl Spec
'.
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.
AadlSpec
public org.eclipse.emf.common.notify.Adapter createAadlPackageAdapter()
Aadl Package
'.
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.
AadlPackage
public org.eclipse.emf.common.notify.Adapter createAadlPrivateAdapter()
Aadl Private
'.
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.
AadlPrivate
public org.eclipse.emf.common.notify.Adapter createAadlPublicAdapter()
Aadl Public
'.
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.
AadlPublic
public org.eclipse.emf.common.notify.Adapter createAadlPackageSectionAdapter()
Aadl Package Section
'.
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.
AadlPackageSection
public org.eclipse.emf.common.notify.Adapter createComponentClassifierAdapter()
Component 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.
ComponentClassifier
public org.eclipse.emf.common.notify.Adapter createComponentTypeAdapter()
Component 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.
ComponentType
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 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 createComponentImplAdapter()
Component Impl
'.
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.
ComponentImpl
public org.eclipse.emf.common.notify.Adapter createRefinesTypeAdapter()
Refines 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.
RefinesType
public org.eclipse.emf.common.notify.Adapter createSubcomponentsAdapter()
Subcomponents
'.
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.
Subcomponents
public org.eclipse.emf.common.notify.Adapter createSubcomponentAdapter()
Subcomponent
'.
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.
Subcomponent
public org.eclipse.emf.common.notify.Adapter createConnectionAdapter()
Connection
'.
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.
Connection
public org.eclipse.emf.common.notify.Adapter createModesAdapter()
Modes
'.
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.
Modes
public org.eclipse.emf.common.notify.Adapter createModeAdapter()
Mode
'.
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.
Mode
public org.eclipse.emf.common.notify.Adapter createModeTransitionAdapter()
Mode Transition
'.
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.
ModeTransition
public org.eclipse.emf.common.notify.Adapter createAnnexLibraryAdapter()
Annex Library
'.
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.
AnnexLibrary
public org.eclipse.emf.common.notify.Adapter createDefaultAnnexLibraryAdapter()
Default Annex Library
'.
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.
DefaultAnnexLibrary
public org.eclipse.emf.common.notify.Adapter createAnnexSubclauseAdapter()
Annex Subclause
'.
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.
AnnexSubclause
public org.eclipse.emf.common.notify.Adapter createDefaultAnnexSubclauseAdapter()
Default Annex Subclause
'.
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.
DefaultAnnexSubclause
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 createModeMemberAdapter()
Mode Member
'.
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.
ModeMember
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 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 createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |