public class ContingencySwitch<T>
extends org.eclipse.emf.ecore.util.Switch<T>
doSwitch(object)
to invoke the caseXXX method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
ContingencyPackage| Constructor and Description |
|---|
ContingencySwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseBaseContingency(BaseContingency object)
Returns the result of interpreting the object as an instance of 'Base Contingency'.
|
<TBranch extends Branch> |
caseBranchRef(BranchRef<TBranch> object)
Returns the result of interpreting the object as an instance of 'Branch Ref'.
|
T |
caseBusbarOutageContingency(BusbarOutageContingency object)
Returns the result of interpreting the object as an instance of 'Busbar Outage Contingency'.
|
<TBus extends Bus> |
caseBusRef(BusRef<TBus> object)
Returns the result of interpreting the object as an instance of 'Bus Ref'.
|
T |
caseContingency(Contingency object)
Returns the result of interpreting the object as an instance of 'Contingency'.
|
T |
caseDataSerializable(com.hazelcast.nio.serialization.DataSerializable object)
Returns the result of interpreting the object as an instance of 'Data Serializable'.
|
T |
caseDistributionBus(DistributionBus object)
Returns the result of interpreting the object as an instance of 'Distribution Bus'.
|
T |
caseMonitoringBranch(MonitoringBranch object)
Returns the result of interpreting the object as an instance of 'Monitoring Branch'.
|
T |
caseMultiOutageContingency(MultiOutageContingency object)
Returns the result of interpreting the object as an instance of 'Multi Outage Contingency'.
|
T |
caseNameTag(NameTag object)
Returns the result of interpreting the object as an instance of 'Name Tag'.
|
T |
caseOutageBranch(OutageBranch object)
Returns the result of interpreting the object as an instance of 'Outage Branch'.
|
T |
caseXfr3WOutageContingency(Xfr3WOutageContingency object)
Returns the result of interpreting the object as an instance of 'Xfr3 WOutage Contingency'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public T caseMonitoringBranch(MonitoringBranch object)
object - the target of the switch.doSwitch(EObject)public T caseDataSerializable(com.hazelcast.nio.serialization.DataSerializable object)
object - the target of the switch.doSwitch(EObject)public T caseOutageBranch(OutageBranch object)
object - the target of the switch.doSwitch(EObject)public T caseBaseContingency(BaseContingency object)
object - the target of the switch.doSwitch(EObject)public T caseContingency(Contingency object)
object - the target of the switch.doSwitch(EObject)public T caseMultiOutageContingency(MultiOutageContingency object)
object - the target of the switch.doSwitch(EObject)public T caseXfr3WOutageContingency(Xfr3WOutageContingency object)
object - the target of the switch.doSwitch(EObject)public T caseBusbarOutageContingency(BusbarOutageContingency object)
object - the target of the switch.doSwitch(EObject)public T caseDistributionBus(DistributionBus object)
object - the target of the switch.doSwitch(EObject)public T caseNameTag(NameTag object)
object - the target of the switch.doSwitch(EObject)public <TBranch extends Branch> T caseBranchRef(BranchRef<TBranch> object)
object - the target of the switch.doSwitch(EObject)public <TBus extends Bus> T caseBusRef(BusRef<TBus> object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(org.eclipse.emf.ecore.EObject object)
defaultCase in class org.eclipse.emf.ecore.util.Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)