| Modifier and Type | Method and Description |
|---|---|
static DStabBranch |
DStabObjectFactory.createDStabBranch()
Create a DStabBranch object
|
static DStabBranch |
DStabObjectFactory.createDStabBranch(java.lang.String fromId,
java.lang.String toId,
BaseDStabNetwork net)
Create a DStabBranch object and then added into the network
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseDStabNetwork<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
A representation of the model object 'DStability Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabFactory.createBaseDStabNetwork()
Returns a new object of class 'Base DStab Network'.
|
| Modifier and Type | Method and Description |
|---|---|
DStabBranch |
DstabFactory.createDStabBranch()
Returns a new object of class 'DStab Branch'.
|
DStabBranch |
BaseDStabNetwork.getDStabBranch(java.lang.String branchId)
Get the branch based on the branch id from the network.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dynamic3PBranch
A representation of the model object 'DStab3 PBranch'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dynamic3PBranchImpl
An implementation of the model object 'DStab3 PBranch'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
Dynamic3PhaseSwitch.caseBaseDStabNetwork(BaseDStabNetwork<TBus,TBra> object)
Returns the result of interpreting the object as an instance of 'Base DStab Network'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Dynamic3PhaseSwitch.caseDStabBranch(DStabBranch object)
Returns the result of interpreting the object as an instance of 'DStab Branch'.
|
| Modifier and Type | Method and Description |
|---|---|
DStabBranch |
BranchDynamicEvent.getDStabBranch()
Returns the value of the 'DStab Branch' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BranchDynamicEvent.setDStabBranch(DStabBranch value)
Sets the value of the '
DStab Branch' reference. |
| Modifier and Type | Method and Description |
|---|---|
DStabBranch |
BranchDynamicEventImpl.getDStabBranch() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
BranchDynamicEventImpl.basicSetDStabBranch(DStabBranch newDStabBranch,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BranchDynamicEventImpl.setDStabBranch(DStabBranch newDStabBranch) |
| Modifier and Type | Method and Description |
|---|---|
DStabBranch |
DynamicBranchDevice.getDStabBranch()
Returns the value of the 'DStab Branch' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicBranchDevice.setDStabBranch(DStabBranch value)
Sets the value of the '
DStab Branch' container reference. |
| Modifier and Type | Method and Description |
|---|---|
DStabBranch |
DynamicBranchDeviceImpl.getDStabBranch() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicBranchDeviceImpl.basicSetDStabBranch(DStabBranch newDStabBranch,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DynamicBranchDeviceImpl.setDStabBranch(DStabBranch newDStabBranch) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDStabNetworkImpl<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch>
An implementation of the model object 'DStability Network'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DStabBranchImpl
An implementation of the model object 'DStab Branch'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabFactoryImpl.createBaseDStabNetwork() |
| Modifier and Type | Method and Description |
|---|---|
DStabBranch |
DstabFactoryImpl.createDStabBranch() |
DStabBranch |
BaseDStabNetworkImpl.getDStabBranch(java.lang.String branchId) |
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabSwitch.caseBaseDStabNetwork(BaseDStabNetwork<TBus,TBra> object)
Returns the result of interpreting the object as an instance of 'Base DStab Network'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DstabSwitch.caseDStabBranch(DStabBranch object)
Returns the result of interpreting the object as an instance of 'DStab Branch'.
|