Package | Description |
---|---|
com.interpss.dstab | |
com.interpss.dstab.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 DStabLoad |
DStabObjectFactory.createDStabLoad()
Create a DStabLoad object
|
DStabLoad |
DstabFactory.createDStabLoad()
Returns a new object of class 'DStab Load'.
|
static DStabLoad |
DStabObjectFactory.createDStabLoad(java.lang.String id)
Create a DStabLoad 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 | 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 |
DStabLoadImpl
An implementation of the model object 'DStab Load'.
|
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 |
---|---|
DStabLoad |
DstabFactoryImpl.createDStabLoad() |
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 | 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.caseDStabLoad(DStabLoad object)
Returns the result of interpreting the object as an instance of 'DStab Load'.
|