|
||||||||||
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.metaabm.util.MetaABMAdapterFactory
public class MetaABMAdapterFactory
Constructor Summary | |
---|---|
MetaABMAdapterFactory()
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 |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createIActAdapter()
Creates a new adapter for an object of class ' IAct '. |
org.eclipse.emf.common.notify.Adapter |
createIArtifactAdapter()
Creates a new adapter for an object of class ' IArtifact '. |
org.eclipse.emf.common.notify.Adapter |
createIIDAdapter()
Creates a new adapter for an object of class ' IID '. |
org.eclipse.emf.common.notify.Adapter |
createITypedAdapter()
Creates a new adapter for an object of class ' ITyped '. |
org.eclipse.emf.common.notify.Adapter |
createITypedArrayAdapter()
Creates a new adapter for an object of class ' ITyped Array '. |
org.eclipse.emf.common.notify.Adapter |
createIValueAdapter()
Creates a new adapter for an object of class ' IValue '. |
org.eclipse.emf.common.notify.Adapter |
createSActableAdapter()
Creates a new adapter for an object of class ' SActable '. |
org.eclipse.emf.common.notify.Adapter |
createSAgentAdapter()
Creates a new adapter for an object of class ' SAgent '. |
org.eclipse.emf.common.notify.Adapter |
createSAttributeAdapter()
Creates a new adapter for an object of class ' SAttribute '. |
org.eclipse.emf.common.notify.Adapter |
createSAttributeArrayAdapter()
Creates a new adapter for an object of class ' SAttribute Array '. |
org.eclipse.emf.common.notify.Adapter |
createSAttributedAdapter()
Creates a new adapter for an object of class ' SAttributed '. |
org.eclipse.emf.common.notify.Adapter |
createSContextAdapter()
Creates a new adapter for an object of class ' SContext '. |
org.eclipse.emf.common.notify.Adapter |
createSContinuousSpaceAdapter()
Creates a new adapter for an object of class ' SContinuous Space '. |
org.eclipse.emf.common.notify.Adapter |
createSGeographyAdapter()
Creates a new adapter for an object of class ' SGeography '. |
org.eclipse.emf.common.notify.Adapter |
createSGridAdapter()
Creates a new adapter for an object of class ' SGrid '. |
org.eclipse.emf.common.notify.Adapter |
createSImplementationAdapter()
Creates a new adapter for an object of class ' SImplementation '. |
org.eclipse.emf.common.notify.Adapter |
createSImplementedAdapter()
Creates a new adapter for an object of class ' SImplemented '. |
org.eclipse.emf.common.notify.Adapter |
createSNamedAdapter()
Creates a new adapter for an object of class ' SNamed '. |
org.eclipse.emf.common.notify.Adapter |
createSNDimensionalAdapter()
Creates a new adapter for an object of class ' SN Dimensional '. |
org.eclipse.emf.common.notify.Adapter |
createSNetworkAdapter()
Creates a new adapter for an object of class ' SNetwork '. |
org.eclipse.emf.common.notify.Adapter |
createSProjectionAdapter()
Creates a new adapter for an object of class ' SProjection '. |
org.eclipse.emf.common.notify.Adapter |
createSStateAdapter()
Creates a new adapter for an object of class ' SState '. |
org.eclipse.emf.common.notify.Adapter |
createSStateValueAdapter()
Creates a new adapter for an object of class ' SState Value '. |
org.eclipse.emf.common.notify.Adapter |
createSStyle2DAdapter()
Creates a new adapter for an object of class ' SStyle2 D '. |
org.eclipse.emf.common.notify.Adapter |
createSStyle3DAdapter()
Creates a new adapter for an object of class ' SStyle3 D '. |
org.eclipse.emf.common.notify.Adapter |
createSStyleAdapter()
Creates a new adapter for an object of class ' SStyle '. |
org.eclipse.emf.common.notify.Adapter |
createSStyleShapeAdapter()
Creates a new adapter for an object of class ' SStyle Shape '. |
org.eclipse.emf.common.notify.Adapter |
createSValueLayerAdapter()
Creates a new adapter for an object of class ' SValue Layer '. |
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 MetaABMAdapterFactory()
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 createIIDAdapter()
IID
'. 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.
IID
public org.eclipse.emf.common.notify.Adapter createITypedAdapter()
ITyped
'. 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.
ITyped
public org.eclipse.emf.common.notify.Adapter createITypedArrayAdapter()
ITyped Array
'. 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.
ITypedArray
public org.eclipse.emf.common.notify.Adapter createIValueAdapter()
IValue
'. 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.
IValue
public org.eclipse.emf.common.notify.Adapter createIArtifactAdapter()
IArtifact
'.
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.
IArtifact
public org.eclipse.emf.common.notify.Adapter createIActAdapter()
IAct
'. 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.
IAct
public org.eclipse.emf.common.notify.Adapter createSNamedAdapter()
SNamed
'. 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.
SNamed
public org.eclipse.emf.common.notify.Adapter createSAttributedAdapter()
SAttributed
'. 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.
SAttributed
public org.eclipse.emf.common.notify.Adapter createSAttributeAdapter()
SAttribute
'.
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.
SAttribute
public org.eclipse.emf.common.notify.Adapter createSAttributeArrayAdapter()
SAttribute Array
'. 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.
SAttributeArray
public org.eclipse.emf.common.notify.Adapter createSAgentAdapter()
SAgent
'. 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.
SAgent
public org.eclipse.emf.common.notify.Adapter createSContextAdapter()
SContext
'.
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.
SContext
public org.eclipse.emf.common.notify.Adapter createSProjectionAdapter()
SProjection
'. 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.
SProjection
public org.eclipse.emf.common.notify.Adapter createSNDimensionalAdapter()
SN Dimensional
'. 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.
SNDimensional
public org.eclipse.emf.common.notify.Adapter createSContinuousSpaceAdapter()
SContinuous Space
'. 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.
SContinuousSpace
public org.eclipse.emf.common.notify.Adapter createSGridAdapter()
SGrid
'. 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.
SGrid
public org.eclipse.emf.common.notify.Adapter createSNetworkAdapter()
SNetwork
'.
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.
SNetwork
public org.eclipse.emf.common.notify.Adapter createSGeographyAdapter()
SGeography
'.
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.
SGeography
public org.eclipse.emf.common.notify.Adapter createSValueLayerAdapter()
SValue Layer
'. 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.
SValueLayer
public org.eclipse.emf.common.notify.Adapter createSStyleAdapter()
SStyle
'. 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.
SStyle
public org.eclipse.emf.common.notify.Adapter createSStyle3DAdapter()
SStyle3 D
'.
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.
SStyle3D
public org.eclipse.emf.common.notify.Adapter createSStyle2DAdapter()
SStyle2 D
'.
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.
SStyle2D
public org.eclipse.emf.common.notify.Adapter createSStyleShapeAdapter()
SStyle Shape
'. 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.
SStyleShape
public org.eclipse.emf.common.notify.Adapter createSImplementedAdapter()
SImplemented
'. 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.
SImplemented
public org.eclipse.emf.common.notify.Adapter createSImplementationAdapter()
SImplementation
'. 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.
SImplementation
public org.eclipse.emf.common.notify.Adapter createSStateAdapter()
SState
'. 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.
SState
public org.eclipse.emf.common.notify.Adapter createSStateValueAdapter()
SState Value
'. 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.
SStateValue
public org.eclipse.emf.common.notify.Adapter createSActableAdapter()
SActable
'.
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.
SActable
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |