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 |
---|---|
static DStabBranch |
DStabObjectFactory.createDStabBranch()
Create a DStabBranch object
|
DStabBranch |
DstabFactory.createDStabBranch()
Returns a new object of class 'DStab Branch'.
|
static DStabBranch |
DStabObjectFactory.createDStabBranch(java.lang.String fromId,
java.lang.String toId,
BaseDStabNetwork net)
Create a DStabBranch object and then added into the network
|
DStabBranch |
BaseDStabNetwork.getDStabBranch(java.lang.String branchId)
Get the branch based on the branch id from the network.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DStabSolverImpl.output(DStabBranch bra,
double t,
boolean plotOutput) |
Modifier and Type | Method and Description |
---|---|
void |
BranchDynamicEventImpl.setBranch(DStabBranch newBranch)
This is specialized for the more specific type known in this context.
|
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'.
|