Package | Description |
---|---|
com.interpss.dstab | |
com.interpss.dstab.device | |
com.interpss.dstab.impl | |
com.interpss.dstab.mach.impl | |
com.interpss.dstab.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseDStabBus<TGen extends DStabGen,TLoad extends DStabLoad>
A representation of the model object 'DStab Bus'.
|
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 |
---|---|
<TGen extends DStabGen,TLoad extends DStabLoad> |
DstabFactory.createBaseDStabBus()
Returns a new object of class 'Base DStab Bus'.
|
<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 DStabGen |
DStabObjectFactory.createDStabGen()
Create a DStabGen object
|
DStabGen |
DstabFactory.createDStabGen()
Returns a new object of class 'DStab Gen'.
|
static DStabGen |
DStabObjectFactory.createDStabGen(java.lang.String id)
Create a DStabGen object
|
Modifier and Type | Method and Description |
---|---|
BaseDStabBus<DStabGen,DStabLoad> |
BaseDStabNetwork.getDStabBus(java.lang.String busId)
Get the bus based on the bus id from the network.
|
java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetwork.getGenWithoutMachBusList() |
Modifier and Type | Method and Description |
---|---|
DStabGen |
DynamicGenDevice.getParentGen()
Returns the value of the 'Parent Gen' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicGenDevice.setParentGen(DStabGen value)
Sets the value of the '
Parent Gen ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
BaseDStabBusImpl<TGen extends DStabGen,TLoad extends DStabLoad>
An implementation of the model object 'DStab Bus'.
|
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 |
DStabGenImpl
An implementation of the model object 'DStab Gen'.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetworkImpl.genWithoutMachBusList |
Modifier and Type | Method and Description |
---|---|
<TGen extends DStabGen,TLoad extends DStabLoad> |
DstabFactoryImpl.createBaseDStabBus() |
<TBus extends BaseDStabBus<? extends DStabGen,? extends DStabLoad>,TBra extends DStabBranch> |
DstabFactoryImpl.createBaseDStabNetwork() |
Modifier and Type | Method and Description |
---|---|
DStabGen |
DstabFactoryImpl.createDStabGen() |
Modifier and Type | Method and Description |
---|---|
BaseDStabBus<DStabGen,DStabLoad> |
BaseDStabNetworkImpl.getDStabBus(java.lang.String busId) |
java.util.List<BaseDStabBus<DStabGen,DStabLoad>> |
BaseDStabNetworkImpl.getGenWithoutMachBusList() |
Modifier and Type | Field and Description |
---|---|
protected DStabGen |
MachineImpl.parentGen
The cached value of the '
Parent Gen ' reference. |
Modifier and Type | Method and Description |
---|---|
DStabGen |
MachineImpl.getParentGen() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MachineImpl.basicSetParentGen(DStabGen newParentGen,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MachineImpl.setParentGen(DStabGen newParentGen) |
Modifier and Type | Method and Description |
---|---|
<TGen extends DStabGen,TLoad extends DStabLoad> |
DstabSwitch.caseBaseDStabBus(BaseDStabBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base DStab Bus'.
|
<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.caseDStabGen(DStabGen object)
Returns the result of interpreting the object as an instance of 'DStab Gen'.
|