|
||||||||||
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.function.util.MetaABMFunctionAdapterFactory
public class MetaABMFunctionAdapterFactory
Constructor Summary | |
---|---|
MetaABMFunctionAdapterFactory()
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 |
createFArgumentArrayPrototypeAdapter()
Creates a new adapter for an object of class ' FArgument Array Prototype '. |
org.eclipse.emf.common.notify.Adapter |
createFArgumentPrototypeAdapter()
Creates a new adapter for an object of class ' FArgument Prototype '. |
org.eclipse.emf.common.notify.Adapter |
createFFunctionAdapter()
Creates a new adapter for an object of class ' FFunction '. |
org.eclipse.emf.common.notify.Adapter |
createFGenericAdapter()
Creates a new adapter for an object of class ' FGeneric '. |
org.eclipse.emf.common.notify.Adapter |
createFGenericFunctionAdapter()
Creates a new adapter for an object of class ' FGeneric Function '. |
org.eclipse.emf.common.notify.Adapter |
createFGenericLogicalAdapter()
Creates a new adapter for an object of class ' FGeneric Logical '. |
org.eclipse.emf.common.notify.Adapter |
createFImplementedLibraryAdapter()
Creates a new adapter for an object of class ' FImplemented Library '. |
org.eclipse.emf.common.notify.Adapter |
createFLibraryAdapter()
Creates a new adapter for an object of class ' FLibrary '. |
org.eclipse.emf.common.notify.Adapter |
createFLogicalAdapter()
Creates a new adapter for an object of class ' FLogical '. |
org.eclipse.emf.common.notify.Adapter |
createFLogicalOperatorAdapter()
Creates a new adapter for an object of class ' FLogical Operator '. |
org.eclipse.emf.common.notify.Adapter |
createFMultiArgumentPrototypeAdapter()
Creates a new adapter for an object of class ' FMulti Argument Prototype '. |
org.eclipse.emf.common.notify.Adapter |
createFOperatorAdapter()
Creates a new adapter for an object of class ' FOperator '. |
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 |
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 '. |
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 MetaABMFunctionAdapterFactory()
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 createFArgumentPrototypeAdapter()
FArgument Prototype
'.
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.
FArgumentPrototype
public org.eclipse.emf.common.notify.Adapter createFArgumentArrayPrototypeAdapter()
FArgument Array Prototype
'.
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.
FArgumentArrayPrototype
public org.eclipse.emf.common.notify.Adapter createFFunctionAdapter()
FFunction
'. 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.
FFunction
public org.eclipse.emf.common.notify.Adapter createFLogicalAdapter()
FLogical
'. 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.
FLogical
public org.eclipse.emf.common.notify.Adapter createFOperatorAdapter()
FOperator
'. 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.
FOperator
public org.eclipse.emf.common.notify.Adapter createFLogicalOperatorAdapter()
FLogical Operator
'.
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.
FLogicalOperator
public org.eclipse.emf.common.notify.Adapter createFGenericAdapter()
FGeneric
'. 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.
FGeneric
public org.eclipse.emf.common.notify.Adapter createFGenericFunctionAdapter()
FGeneric Function
'.
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.
FGenericFunction
public org.eclipse.emf.common.notify.Adapter createFGenericLogicalAdapter()
FGeneric Logical
'.
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.
FGenericLogical
public org.eclipse.emf.common.notify.Adapter createFLibraryAdapter()
FLibrary
'. 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.
FLibrary
public org.eclipse.emf.common.notify.Adapter createFImplementedLibraryAdapter()
FImplemented 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.
FImplementedLibrary
public org.eclipse.emf.common.notify.Adapter createFMultiArgumentPrototypeAdapter()
FMulti Argument Prototype
'.
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.
FMultiArgumentPrototype
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 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 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 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 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 createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |