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.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 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.
PlanningChangeInfo
public 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.
PlanningChangeBus
public 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.
PlanningChangeBranch
public 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.
PlanningChangeSubstation
public 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.
PlanningPeriodAclfNet
public 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.
PlanningAclfNetwork
public 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.
DataSerializable
public 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.
NameTag
public 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.
BusRef
public 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.
BranchRef
public 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.
SubstationRef
public 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.
IChildNet
public 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.
Network
public 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.
IAclfNetFunc
public 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.
IAclfNetAdjustment
public 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.
INet3WXfrElement
public 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.
IAclfNetElement
public 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.
IAclfAreaZone
public 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.
IAclfNetFormMatrix
public 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.
BaseAclfNetwork
public 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.
IAclfNetLookup
public 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.
AclfNetwork
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()