public class DistAdapterAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
DistAdapterPackage| Modifier and Type | Field and Description |
|---|---|
protected static DistAdapterPackage |
modelPackage
The cached model package.
|
protected DistAdapterSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
DistAdapterAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createBranchRefAdapter()
Creates a new adapter for an object of class '
Branch Ref'. |
org.eclipse.emf.common.notify.Adapter |
createBusRefAdapter()
Creates a new adapter for an object of class '
Bus Ref'. |
org.eclipse.emf.common.notify.Adapter |
createDataSerializableAdapter()
Creates a new adapter for an object of class '
Data Serializable'. |
org.eclipse.emf.common.notify.Adapter |
createDistBranchAdapterAdapter()
Creates a new adapter for an object of class '
Dist Branch Adapter'. |
org.eclipse.emf.common.notify.Adapter |
createDistBreakerAdapter()
Creates a new adapter for an object of class '
Dist Breaker'. |
org.eclipse.emf.common.notify.Adapter |
createDistBusAdapterAdapter()
Creates a new adapter for an object of class '
Dist Bus Adapter'. |
org.eclipse.emf.common.notify.Adapter |
createDistFeederAdapter()
Creates a new adapter for an object of class '
Dist Feeder'. |
org.eclipse.emf.common.notify.Adapter |
createDistGeneratorAdapter()
Creates a new adapter for an object of class '
Dist Generator'. |
org.eclipse.emf.common.notify.Adapter |
createDistIndMotorAdapter()
Creates a new adapter for an object of class '
Dist Ind Motor'. |
org.eclipse.emf.common.notify.Adapter |
createDistMixedLoadAdapter()
Creates a new adapter for an object of class '
Dist Mixed Load'. |
org.eclipse.emf.common.notify.Adapter |
createDistMotorAdapter()
Creates a new adapter for an object of class '
Dist Motor'. |
org.eclipse.emf.common.notify.Adapter |
createDistNonContribBusAdapter()
Creates a new adapter for an object of class '
Dist Non Contrib Bus'. |
org.eclipse.emf.common.notify.Adapter |
createDistReactorAdapter()
Creates a new adapter for an object of class '
Dist Reactor'. |
org.eclipse.emf.common.notify.Adapter |
createDistRotatingMachineAdapter()
Creates a new adapter for an object of class '
Dist Rotating Machine'. |
org.eclipse.emf.common.notify.Adapter |
createDistSynMotorAdapter()
Creates a new adapter for an object of class '
Dist Syn Motor'. |
org.eclipse.emf.common.notify.Adapter |
createDistUtilityAdapter()
Creates a new adapter for an object of class '
Dist Utility'. |
org.eclipse.emf.common.notify.Adapter |
createDistW3XformerAdapter()
Creates a new adapter for an object of class '
Dist W3 Xformer'. |
org.eclipse.emf.common.notify.Adapter |
createDistXformerAdapter()
Creates a new adapter for an object of class '
Dist Xformer'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createNameTagAdapter()
Creates a new adapter for an object of class '
Name Tag'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static DistAdapterPackage modelPackage
protected DistAdapterSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public DistAdapterAdapterFactory()
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createDistBusAdapterAdapter()
Dist Bus Adapter'.
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.
DistBusAdapterpublic org.eclipse.emf.common.notify.Adapter createDistUtilityAdapter()
Dist Utility'.
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.
DistUtilitypublic org.eclipse.emf.common.notify.Adapter createDistSynMotorAdapter()
Dist Syn Motor'.
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.
DistSynMotorpublic org.eclipse.emf.common.notify.Adapter createDistRotatingMachineAdapter()
Dist Rotating Machine'.
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.
DistRotatingMachinepublic org.eclipse.emf.common.notify.Adapter createDistNonContribBusAdapter()
Dist Non Contrib Bus'.
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.
DistNonContribBuspublic org.eclipse.emf.common.notify.Adapter createDistMotorAdapter()
Dist Motor'.
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.
DistMotorpublic org.eclipse.emf.common.notify.Adapter createDistMixedLoadAdapter()
Dist Mixed Load'.
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.
DistMixedLoadpublic org.eclipse.emf.common.notify.Adapter createDistIndMotorAdapter()
Dist Ind Motor'.
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.
DistIndMotorpublic org.eclipse.emf.common.notify.Adapter createDistGeneratorAdapter()
Dist Generator'.
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.
DistGeneratorpublic org.eclipse.emf.common.notify.Adapter createDistBranchAdapterAdapter()
Dist Branch Adapter'.
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.
DistBranchAdapterpublic org.eclipse.emf.common.notify.Adapter createDistXformerAdapter()
Dist Xformer'.
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.
DistXformerpublic org.eclipse.emf.common.notify.Adapter createDistW3XformerAdapter()
Dist W3 Xformer'.
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.
DistW3Xformerpublic org.eclipse.emf.common.notify.Adapter createDistFeederAdapter()
Dist Feeder'.
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.
DistFeederpublic org.eclipse.emf.common.notify.Adapter createDistReactorAdapter()
Dist Reactor'.
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.
DistReactorpublic org.eclipse.emf.common.notify.Adapter createDistBreakerAdapter()
Dist Breaker'.
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.
DistBreakerpublic org.eclipse.emf.common.notify.Adapter createDataSerializableAdapter()
Data Serializable'.
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.
DataSerializablepublic org.eclipse.emf.common.notify.Adapter createNameTagAdapter()
Name Tag'.
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.
NameTagpublic org.eclipse.emf.common.notify.Adapter createBranchRefAdapter()
Branch Ref'.
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.
BranchRefpublic org.eclipse.emf.common.notify.Adapter createBusRefAdapter()
Bus Ref'.
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.
BusRefpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()