public class PlanningAlgorithmAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
PlanningAlgorithmPackage| Modifier and Type | Field and Description |
|---|---|
protected static PlanningAlgorithmPackage |
modelPackage
The cached model package.
|
protected PlanningAlgorithmSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
PlanningAlgorithmAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createBaseAclfNetworkAdapter()
Creates a new adapter for an object of class '
Base Aclf Network'. |
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 |
createEObjectAdapter()
Creates a new adapter for the default case.
|
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 |
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 |
createPlanningAclfNetworkAdapter()
Creates a new adapter for an object of class '
Planning Aclf Network'. |
org.eclipse.emf.common.notify.Adapter |
createPlanningChangeBranchAdapter()
Creates a new adapter for an object of class '
Planning Change Branch'. |
org.eclipse.emf.common.notify.Adapter |
createPlanningChangeBusAdapter()
Creates a new adapter for an object of class '
Planning Change Bus'. |
org.eclipse.emf.common.notify.Adapter |
createPlanningChangeInfoAdapter()
Creates a new adapter for an object of class '
Planning Change Info'. |
org.eclipse.emf.common.notify.Adapter |
createPlanningChangeSubstationAdapter()
Creates a new adapter for an object of class '
Planning Change Substation'. |
org.eclipse.emf.common.notify.Adapter |
createPlanningPeriodAclfNetAdapter()
Creates a new adapter for an object of class '
Planning Period Aclf Net'. |
org.eclipse.emf.common.notify.Adapter |
createSubstationRefAdapter()
Creates a new adapter for an object of class '
Substation Ref'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static PlanningAlgorithmPackage modelPackage
protected PlanningAlgorithmSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public PlanningAlgorithmAdapterFactory()
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 createPlanningChangeInfoAdapter()
Planning Change Info'.
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.
PlanningChangeInfopublic org.eclipse.emf.common.notify.Adapter createPlanningChangeBusAdapter()
Planning Change 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.
PlanningChangeBuspublic org.eclipse.emf.common.notify.Adapter createPlanningChangeBranchAdapter()
Planning Change 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.
PlanningChangeBranchpublic org.eclipse.emf.common.notify.Adapter createPlanningChangeSubstationAdapter()
Planning Change Substation'.
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.
PlanningChangeSubstationpublic org.eclipse.emf.common.notify.Adapter createPlanningPeriodAclfNetAdapter()
Planning Period Aclf 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.
PlanningPeriodAclfNetpublic org.eclipse.emf.common.notify.Adapter createPlanningAclfNetworkAdapter()
Planning 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.
PlanningAclfNetworkpublic 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 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 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 createSubstationRefAdapter()
Substation 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.
SubstationRefpublic 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 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 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 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 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 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 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 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 createEObjectAdapter()