public class AclfAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
AclfPackage| Modifier and Type | Field and Description |
|---|---|
protected static AclfPackage |
modelPackage
The cached model package.
|
protected AclfSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
AclfAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAclf3WBranchAdapter()
Creates a new adapter for an object of class '
Aclf3 WBranch'. |
org.eclipse.emf.common.notify.Adapter |
createAclfBranchAdapter()
Creates a new adapter for an object of class '
Branch'. |
org.eclipse.emf.common.notify.Adapter |
createAclfBusAdapter()
Creates a new adapter for an object of class '
Bus'. |
org.eclipse.emf.common.notify.Adapter |
createAclfGenAdapter()
Creates a new adapter for an object of class '
Gen'. |
org.eclipse.emf.common.notify.Adapter |
createAclfLoadAdapter()
Creates a new adapter for an object of class '
Load'. |
org.eclipse.emf.common.notify.Adapter |
createAclfNetworkAdapter()
Creates a new adapter for an object of class '
Network'. |
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 |
createBaseAclfBusAdapter()
Creates a new adapter for an object of class '
Base Aclf Bus'. |
org.eclipse.emf.common.notify.Adapter |
createBaseAclfNetworkAdapter()
Creates a new adapter for an object of class '
Base Aclf Network'. |
org.eclipse.emf.common.notify.Adapter |
createBranch3WAdapter()
Creates a new adapter for an object of class '
Branch3 W'. |
org.eclipse.emf.common.notify.Adapter |
createBranchAdapter()
Creates a new adapter for an object of class '
Branch'. |
org.eclipse.emf.common.notify.Adapter |
createBusAdapter()
Creates a new adapter for an object of class '
Bus'. |
org.eclipse.emf.common.notify.Adapter |
createDataSerializableAdapter()
Creates a new adapter for an object of class '
Data Serializable'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtensionElementAdapter()
Creates a new adapter for an object of class '
Extension Element'. |
org.eclipse.emf.common.notify.Adapter |
createIAclf3WXfrAdaptationAdapter()
Creates a new adapter for an object of class '
IAclf3 WXfr Adaptation'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfAreaZoneAdapter()
Creates a new adapter for an object of class '
IAclf Area Zone'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBranchAdaptationAdapter()
Creates a new adapter for an object of class '
IAclf Branch Adaptation'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBranchAdapter()
Creates a new adapter for an object of class '
IAclf Branch'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBranchAdjustmentAdapter()
Creates a new adapter for an object of class '
IAclf Branch Adjustment'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBranchFuncAdapter()
Creates a new adapter for an object of class '
IAclf Branch Func'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBusAdaptationAdapter()
Creates a new adapter for an object of class '
IAclf Bus Adaptation'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBusAdapter()
Creates a new adapter for an object of class '
IAclf Bus'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBusAdjustmentAdapter()
Creates a new adapter for an object of class '
IAclf Bus Adjustment'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBusFuncAdapter()
Creates a new adapter for an object of class '
IAclf Bus Func'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfBusZeroZFuncAdapter()
Creates a new adapter for an object of class '
IAclf Bus Zero ZFunc'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfNetAdjustmentAdapter()
Creates a new adapter for an object of class '
IAclf Net Adjustment'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfNetElementAdapter()
Creates a new adapter for an object of class '
IAclf Net Element'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfNetFormMatrixAdapter()
Creates a new adapter for an object of class '
IAclf Net Form Matrix'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfNetFuncAdapter()
Creates a new adapter for an object of class '
IAclf Net Func'. |
org.eclipse.emf.common.notify.Adapter |
createIAclfNetLookupAdapter()
Creates a new adapter for an object of class '
IAclf Net Lookup'. |
org.eclipse.emf.common.notify.Adapter |
createIChildNetAdapter()
Creates a new adapter for an object of class '
IChild Net'. |
org.eclipse.emf.common.notify.Adapter |
createINet3WXfrElementAdapter()
Creates a new adapter for an object of class '
INet3 WXfr Element'. |
org.eclipse.emf.common.notify.Adapter |
createNameTagAdapter()
Creates a new adapter for an object of class '
Name Tag'. |
org.eclipse.emf.common.notify.Adapter |
createNetworkAdapter()
Creates a new adapter for an object of class '
Network'. |
org.eclipse.emf.common.notify.Adapter |
createNetworkedElementAdapter()
Creates a new adapter for an object of class '
Networked Element'. |
org.eclipse.emf.common.notify.Adapter |
createShuntCompensatorAdapter()
Creates a new adapter for an object of class '
Shunt Compensator'. |
org.eclipse.emf.common.notify.Adapter |
createXfrZTableEntryAdapter()
Creates a new adapter for an object of class '
Xfr ZTable Entry'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static AclfPackage modelPackage
protected AclfSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public AclfAdapterFactory()
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 createIAclfBusAdapter()
IAclf 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.
IAclfBuspublic org.eclipse.emf.common.notify.Adapter createIAclfBusFuncAdapter()
IAclf Bus Func'.
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.
IAclfBusFuncpublic org.eclipse.emf.common.notify.Adapter createIAclfBusZeroZFuncAdapter()
IAclf Bus Zero ZFunc'.
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.
IAclfBusZeroZFuncpublic org.eclipse.emf.common.notify.Adapter createIAclfBusAdaptationAdapter()
IAclf Bus Adaptation'.
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.
IAclfBusAdaptationpublic org.eclipse.emf.common.notify.Adapter createIAclfBusAdjustmentAdapter()
IAclf Bus Adjustment'.
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.
IAclfBusAdjustmentpublic org.eclipse.emf.common.notify.Adapter createAclfGenAdapter()
Gen'.
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.
AclfGenpublic org.eclipse.emf.common.notify.Adapter createAclfLoadAdapter()
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.
AclfLoadpublic org.eclipse.emf.common.notify.Adapter createShuntCompensatorAdapter()
Shunt Compensator'.
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.
ShuntCompensatorpublic org.eclipse.emf.common.notify.Adapter createBaseAclfBusAdapter()
Base Aclf 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.
BaseAclfBuspublic org.eclipse.emf.common.notify.Adapter createIAclfBranchAdapter()
IAclf Branch'.
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.
IAclfBranchpublic org.eclipse.emf.common.notify.Adapter createIAclfBranchFuncAdapter()
IAclf Branch Func'.
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.
IAclfBranchFuncpublic org.eclipse.emf.common.notify.Adapter createIAclfBranchAdaptationAdapter()
IAclf Branch Adaptation'.
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.
IAclfBranchAdaptationpublic org.eclipse.emf.common.notify.Adapter createIAclfBranchAdjustmentAdapter()
IAclf Branch Adjustment'.
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.
IAclfBranchAdjustmentpublic org.eclipse.emf.common.notify.Adapter createAclfNetworkAdapter()
Network'.
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.
AclfNetworkpublic org.eclipse.emf.common.notify.Adapter createXfrZTableEntryAdapter()
Xfr ZTable Entry'.
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.
XfrZTableEntrypublic 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 createAclfBusAdapter()
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.
AclfBuspublic org.eclipse.emf.common.notify.Adapter createAclfBranchAdapter()
Branch'.
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.
AclfBranchpublic org.eclipse.emf.common.notify.Adapter createIAclf3WXfrAdaptationAdapter()
IAclf3 WXfr Adaptation'.
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.
IAclf3WXfrAdaptationpublic org.eclipse.emf.common.notify.Adapter createAclf3WBranchAdapter()
Aclf3 WBranch'.
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.
Aclf3WBranchpublic org.eclipse.emf.common.notify.Adapter createIAclfNetFormMatrixAdapter()
IAclf Net Form Matrix'.
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.
IAclfNetFormMatrixpublic org.eclipse.emf.common.notify.Adapter createIAclfNetAdjustmentAdapter()
IAclf Net Adjustment'.
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.
IAclfNetAdjustmentpublic org.eclipse.emf.common.notify.Adapter createINet3WXfrElementAdapter()
INet3 WXfr 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.
INet3WXfrElementpublic org.eclipse.emf.common.notify.Adapter createIAclfNetElementAdapter()
IAclf Net 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.
IAclfNetElementpublic org.eclipse.emf.common.notify.Adapter createIAclfAreaZoneAdapter()
IAclf Area Zone'.
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.
IAclfAreaZonepublic org.eclipse.emf.common.notify.Adapter createIAclfNetFuncAdapter()
IAclf Net Func'.
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.
IAclfNetFuncpublic org.eclipse.emf.common.notify.Adapter createIAclfNetLookupAdapter()
IAclf Net Lookup'.
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.
IAclfNetLookuppublic org.eclipse.emf.common.notify.Adapter createBaseAclfNetworkAdapter()
Base Aclf Network'.
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.
BaseAclfNetworkpublic 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 createNetworkAdapter()
Network'.
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.
Networkpublic org.eclipse.emf.common.notify.Adapter createBusAdapter()
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.
Buspublic org.eclipse.emf.common.notify.Adapter createBranchAdapter()
Branch'.
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.
Branchpublic org.eclipse.emf.common.notify.Adapter createBranch3WAdapter()
Branch3 W'.
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.
Branch3Wpublic org.eclipse.emf.common.notify.Adapter createIChildNetAdapter()
IChild Net'.
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.
IChildNetpublic org.eclipse.emf.common.notify.Adapter createNetworkedElementAdapter()
Networked 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.
NetworkedElementpublic org.eclipse.emf.common.notify.Adapter createExtensionElementAdapter()
Extension 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.
ExtensionElementpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()