public class BindingAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model. BindingPackage| Constructor and Description |
|---|
BindingAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractFixedFactorValueAdapter()
Creates a new adapter for an object of class '
Abstract Fixed Factor Value'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createDistributionPowerBindingAdapter()
Creates a new adapter for an object of class '
Distribution Power Binding'. |
Adapter |
createEntityAdapter()
Creates a new adapter for an object of class '
Entity
'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createFixedFactorValueDimensionlessAdapter()
Creates a new adapter for an object of class '
Fixed Factor Value Dimensionless'. |
Adapter |
createFixedFactorValuePowerAdapter()
Creates a new adapter for an object of class '
Fixed Factor Value Power'. |
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
Adapter |
createPowerBindingAdapter()
Creates a new adapter for an object of class '
Power Binding'. |
Adapter |
createPowerBindingRepositoryAdapter()
Creates a new adapter for an object of class '
Power Binding Repository'. |
Adapter |
createPowerFactorBindingAdapter()
Creates a new adapter for an object of class '
Power Factor Binding'. |
Adapter |
createPowerStateAdapter()
Creates a new adapter for an object of class '
Power State'. |
Adapter |
createResourcePowerBindingAdapter()
Creates a new adapter for an object of class '
Resource Power Binding'. |
Adapter |
createStatefulResourcePowerBindingAdapter()
Creates a new adapter for an object of class '
Stateful Resource Power Binding'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic BindingAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package
or is an instance object of the model. isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target. createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createFixedFactorValuePowerAdapter()
Fixed Factor Value Power'. 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. FixedFactorValuePowerpublic Adapter createPowerBindingRepositoryAdapter()
Power Binding Repository'. 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. PowerBindingRepositorypublic Adapter createPowerBindingAdapter()
Power Binding'. 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. PowerBindingpublic Adapter createResourcePowerBindingAdapter()
Resource Power Binding'. 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. ResourcePowerBindingpublic Adapter createDistributionPowerBindingAdapter()
Distribution Power Binding'.
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. DistributionPowerBindingpublic Adapter createPowerStateAdapter()
Power State'. 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. PowerStatepublic Adapter createStatefulResourcePowerBindingAdapter()
Stateful Resource Power Binding'. 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. StatefulResourcePowerBindingpublic Adapter createPowerFactorBindingAdapter()
Power Factor Binding'. 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. PowerFactorBindingpublic Adapter createAbstractFixedFactorValueAdapter()
Abstract Fixed Factor 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. AbstractFixedFactorValuepublic Adapter createFixedFactorValueDimensionlessAdapter()
Fixed Factor Value Dimensionless'. 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. FixedFactorValueDimensionlesspublic Adapter createIdentifierAdapter()
Identifier'. 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. Identifierpublic 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. NamedElementpublic Adapter createEntityAdapter()
Entity
'. 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.
Entitypublic Adapter createEObjectAdapter()