|
|||||||||
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
org.eclipse.gmt.umlx.mm.util.MmAdapterFactory
public class MmAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
MmPackage
Constructor Summary | |
---|---|
MmAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
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 |
createEModelElementAdapter()
Creates a new adapter for an object of class ' EModel Element '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createGAssociationAdapter()
Creates a new adapter for an object of class ' GAssociation '. |
org.eclipse.emf.common.notify.Adapter |
createGAttributionAdapter()
Creates a new adapter for an object of class ' GAttribution '. |
org.eclipse.emf.common.notify.Adapter |
createGClassAdapter()
Creates a new adapter for an object of class ' GClass '. |
org.eclipse.emf.common.notify.Adapter |
createGClassAttributeAdapter()
Creates a new adapter for an object of class ' GClass Attribute '. |
org.eclipse.emf.common.notify.Adapter |
createGClassNodeAdapter()
Creates a new adapter for an object of class ' GClass Node '. |
org.eclipse.emf.common.notify.Adapter |
createGClassOperationAdapter()
Creates a new adapter for an object of class ' GClass Operation '. |
org.eclipse.emf.common.notify.Adapter |
createGDataTypeAdapter()
Creates a new adapter for an object of class ' GData Type '. |
org.eclipse.emf.common.notify.Adapter |
createGDiagramAdapter()
Creates a new adapter for an object of class ' GDiagram '. |
org.eclipse.emf.common.notify.Adapter |
createGElementAdapter()
Creates a new adapter for an object of class ' GElement '. |
org.eclipse.emf.common.notify.Adapter |
createGEnumAdapter()
Creates a new adapter for an object of class ' GEnum '. |
org.eclipse.emf.common.notify.Adapter |
createGEnumLiteralAdapter()
Creates a new adapter for an object of class ' GEnum Literal '. |
org.eclipse.emf.common.notify.Adapter |
createGInheritanceAdapter()
Creates a new adapter for an object of class ' GInheritance '. |
org.eclipse.emf.common.notify.Adapter |
createGLinkElementAdapter()
Creates a new adapter for an object of class ' GLink Element '. |
org.eclipse.emf.common.notify.Adapter |
createGModelElementAdapter()
Creates a new adapter for an object of class ' GModel Element '. |
org.eclipse.emf.common.notify.Adapter |
createGNamedElementAdapter()
Creates a new adapter for an object of class ' GNamed Element '. |
org.eclipse.emf.common.notify.Adapter |
createGNodeElementAdapter()
Creates a new adapter for an object of class ' GNode Element '. |
org.eclipse.emf.common.notify.Adapter |
createGPackageAdapter()
Creates a new adapter for an object of class ' GPackage '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentCoModelAdapter()
Creates a new adapter for an object of class ' GPersistent Co Model '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentNamedSheetNodeAdapter()
Creates a new adapter for an object of class ' GPersistent Named Sheet Node '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentSheetNodeAdapter()
Creates a new adapter for an object of class ' GPersistent Sheet Node '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetAdapter()
Creates a new adapter for an object of class ' GSheet '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetAttributeAdapter()
Creates a new adapter for an object of class ' GSheet Attribute '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetLinkAdapter()
Creates a new adapter for an object of class ' GSheet Link '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetNodeAdapter()
Creates a new adapter for an object of class ' GSheet Node '. |
org.eclipse.emf.common.notify.Adapter |
createGTransientCoModelAdapter()
Creates a new adapter for an object of class ' GTransient Co Model '. |
org.eclipse.emf.common.notify.Adapter |
createGTransientSheetLinkAdapter()
Creates a new adapter for an object of class ' GTransient Sheet Link '. |
org.eclipse.emf.common.notify.Adapter |
createMmSheetAdapter()
Creates a new adapter for an object of class ' Sheet '. |
org.eclipse.emf.common.notify.Adapter |
createMmSheetLinkAdapter()
Creates a new adapter for an object of class ' Sheet Link '. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MmAdapterFactory()
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 createGInheritanceAdapter()
GInheritance
'.
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.
GInheritance
public org.eclipse.emf.common.notify.Adapter createGAssociationAdapter()
GAssociation
'.
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.
GAssociation
public org.eclipse.emf.common.notify.Adapter createGClassAdapter()
GClass
'.
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.
GClass
public org.eclipse.emf.common.notify.Adapter createGPackageAdapter()
GPackage
'.
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.
GPackage
public org.eclipse.emf.common.notify.Adapter createGDataTypeAdapter()
GData 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.
GDataType
public org.eclipse.emf.common.notify.Adapter createGEnumAdapter()
GEnum
'.
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.
GEnum
public org.eclipse.emf.common.notify.Adapter createGEnumLiteralAdapter()
GEnum Literal
'.
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.
GEnumLiteral
public org.eclipse.emf.common.notify.Adapter createMmSheetAdapter()
Sheet
'.
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.
MmSheet
public org.eclipse.emf.common.notify.Adapter createGClassAttributeAdapter()
GClass Attribute
'.
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.
GClassAttribute
public org.eclipse.emf.common.notify.Adapter createGClassOperationAdapter()
GClass 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.
GClassOperation
public org.eclipse.emf.common.notify.Adapter createGAttributionAdapter()
GAttribution
'.
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.
GAttribution
public org.eclipse.emf.common.notify.Adapter createGClassNodeAdapter()
GClass Node
'.
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.
GClassNode
public org.eclipse.emf.common.notify.Adapter createGSheetAttributeAdapter()
GSheet Attribute
'.
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.
GSheetAttribute
public org.eclipse.emf.common.notify.Adapter createMmSheetLinkAdapter()
Sheet Link
'.
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.
MmSheetLink
public org.eclipse.emf.common.notify.Adapter createEModelElementAdapter()
EModel 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.
EModelElement
public org.eclipse.emf.common.notify.Adapter createGElementAdapter()
GElement
'.
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.
GElement
public org.eclipse.emf.common.notify.Adapter createGModelElementAdapter()
GModel 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.
GModelElement
public org.eclipse.emf.common.notify.Adapter createGNodeElementAdapter()
GNode 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.
GNodeElement
public org.eclipse.emf.common.notify.Adapter createGSheetNodeAdapter()
GSheet Node
'.
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.
GSheetNode
public org.eclipse.emf.common.notify.Adapter createGLinkElementAdapter()
GLink 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.
GLinkElement
public org.eclipse.emf.common.notify.Adapter createGPersistentCoModelAdapter()
GPersistent Co Model
'.
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.
GPersistentCoModel
public org.eclipse.emf.common.notify.Adapter createGPersistentSheetNodeAdapter()
GPersistent Sheet Node
'.
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.
GPersistentSheetNode
public org.eclipse.emf.common.notify.Adapter createGPersistentNamedSheetNodeAdapter()
GPersistent Named Sheet Node
'.
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.
GPersistentNamedSheetNode
public org.eclipse.emf.common.notify.Adapter createGSheetLinkAdapter()
GSheet Link
'.
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.
GSheetLink
public org.eclipse.emf.common.notify.Adapter createGTransientCoModelAdapter()
GTransient Co Model
'.
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.
GTransientCoModel
public org.eclipse.emf.common.notify.Adapter createGTransientSheetLinkAdapter()
GTransient Sheet Link
'.
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.
GTransientSheetLink
public org.eclipse.emf.common.notify.Adapter createGDiagramAdapter()
GDiagram
'.
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.
GDiagram
public org.eclipse.emf.common.notify.Adapter createGSheetAdapter()
GSheet
'.
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.
GSheet
public org.eclipse.emf.common.notify.Adapter createGNamedElementAdapter()
GNamed 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.
GNamedElement
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |