| Modifier and Type | Method and Description |
|---|---|
static FunctionLoad |
CoreObjectFactory.createFunctionLoad(BaseAclfBus<?,?> bus)
Create a FunctionLoad object.
|
static PQBusLimit |
CoreObjectFactory.createPQBusLimit(BaseAclfBus<?,?> bus)
Create a PQBusLimit object
|
static PVBusLimit |
CoreObjectFactory.createPVBusLimit(BaseAclfBus<?,?> bus)
create a PVBusLimit base on the aclf bus.
|
static RemoteQBus |
CoreObjectFactory.createRemoteQBus(BaseAclfBus<?,?> bus)
Create a RemoteQBus object - Remote Q voltage control bus class.
|
static RemoteQBus |
CoreObjectFactory.createRemoteQBus(BaseAclfBus<?,?> bus,
RemoteQControlType type,
java.lang.String remoteId)
Create a RemoteQBus object - Remote Q voltage control bus class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Steady3PBus
A representation of the model object 'Acsc3 PBus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Steady3PBusImpl
An implementation of the model object 'Acsc3 PBus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
Steady3PhaseSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
Steady3PhaseSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseAclfNetwork<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
A representation of the model object 'Base Aclf Network'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AclfBus
A representation of the model object 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactory.createBaseAclfNetwork()
Returns a new object of class 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfFactory.createBaseAclfBus()
Returns a new object of class 'Base Aclf Bus'.
|
BaseAclfBus<?,?> |
AclfBranch.getFromAclfBus()
Get the from side AclfBus
|
BaseAclfBus<?,?> |
AclfLoad.getParentBus()
Returns the value of the 'Parent Bus' container reference.
|
BaseAclfBus<?,?> |
AclfGen.getParentBus()
Returns the value of the 'Parent Bus' container reference.
|
BaseAclfBus<?,?> |
AclfBranch.getToAclfBus()
Get the to side AclfBus
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclfLoad.setParentBus(BaseAclfBus<?,?> value)
Sets the value of the '
Parent Bus' container reference. |
void |
AclfGen.setParentBus(BaseAclfBus<?,?> value)
Sets the value of the '
Parent Bus' container reference. |
| Modifier and Type | Method and Description |
|---|---|
BaseAclfBus<?,?> |
FunctionLoad.getParentBus()
Returns the value of the 'Parent Bus' container reference.
|
BaseAclfBus<?,?> |
AclfControlBus.getParentBus()
Returns the value of the 'Parent Bus' reference.
|
BaseAclfBus<?,?> |
RemoteQBus.getRemoteBus()
Returns the value of the 'Remote Bus' reference.
|
BaseAclfBus<?,?> |
TapControl.getVcBus()
Returns the value of the 'Vc Bus' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionLoad.setParentBus(BaseAclfBus<?,?> value)
Sets the value of the '
Parent Bus' container reference. |
void |
AclfControlBus.setParentBus(BaseAclfBus<?,?> value)
Sets the value of the '
Parent Bus' reference. |
void |
RemoteQBus.setRemoteBus(BaseAclfBus<?,?> value)
Sets the value of the '
Remote Bus' reference. |
void |
TapControl.setVcBus(BaseAclfBus<?,?> value)
Sets the value of the '
Vc Bus' reference. |
| Modifier and Type | Method and Description |
|---|---|
BaseAclfBus<?,?> |
FunctionLoadImpl.getParentBus() |
BaseAclfBus<?,?> |
AclfControlBusImpl.getParentBus() |
BaseAclfBus<?,?> |
RemoteQBusImpl.getRemoteBus() |
BaseAclfBus<?,?> |
TapControlImpl.getVcBus() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
FunctionLoadImpl.basicSetParentBus(BaseAclfBus<?,?> newParentBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FunctionLoadImpl.setParentBus(BaseAclfBus<?,?> newParentBus) |
void |
AclfControlBusImpl.setParentBus(BaseAclfBus<?,?> newParentBus) |
void |
RemoteQBusImpl.setRemoteBus(BaseAclfBus<?,?> newRemoteBus) |
void |
TapControlImpl.setVcBus(BaseAclfBus<?,?> newVcBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
AclfLoadBusAdapterImpl.setBus(BaseAclfBus<?,?> newBus)
This is specialized for the more specific type known in this context.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BaseAclfBus<?,?>> |
DepContingency.getIslandBuses()
Returns the value of the 'Island Buses' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DepContingency.addIslandBus(BaseAclfBus<?,?> bus)
add island bus to the contingency
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BaseAclfBus<?,?>> |
DepContingencyImpl.getIslandBuses() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DepContingencyImpl.addIslandBus(BaseAclfBus<?,?> bus) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseHvdcLine2TVSC<TBus extends BaseAclfBus<?,?>>
A representation of the model object 'Base Hvdc Line2 TVSC'.
|
interface |
BaseVSCConverter<TBus extends BaseAclfBus<?,?>>
A representation of the model object 'Base VSC Converter'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactory.createBaseHvdcLine2TVSC()
Returns a new object of class 'Base Hvdc Line2 TVSC'.
|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactory.createBaseVSCConverter()
Returns a new object of class 'Base VSC Converter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHvdcLine2TVSCImpl<TBus extends BaseAclfBus<?,?>>
An implementation of the model object 'Hvdc Line2 TVSC'.
|
class |
BaseVSCConverterImpl<TBus extends BaseAclfBus<?,?>>
VSC Converter model for power flow studies;
Now it is modeled as a generator in power flow; in the future it can be modeled in detail for AC/DC power flow analysis
Regarding the p.u.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactoryImpl.createBaseHvdcLine2TVSC() |
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactoryImpl.createBaseVSCConverter() |
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineSwitch.caseBaseHvdcLine2TVSC(BaseHvdcLine2TVSC<TBus> object)
Returns the result of interpreting the object as an instance of 'Base Hvdc Line2 TVSC'.
|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineSwitch.caseBaseVSCConverter(BaseVSCConverter<TBus> object)
Returns the result of interpreting the object as an instance of 'Base VSC Converter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAclfNetworkImpl<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch>
An implementation of the model object 'Base Aclf Network'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclfBusImpl
An implementation of the model object 'Bus'.
|
class |
BaseAclfBusImpl<TGen extends AclfGen,TLoad extends AclfLoad>
An implementation of the model object 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfFactoryImpl.createBaseAclfNetwork() |
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfFactoryImpl.createBaseAclfBus() |
BaseAclfBus<?,?> |
BaseAclfNetworkImpl.getAclfBus(java.lang.String busId) |
BaseAclfBus<?,?> |
AclfBranchImpl.getFromAclfBus() |
BaseAclfBus<?,?> |
AclfLoadImpl.getParentBus() |
BaseAclfBus<?,?> |
AclfGenImpl.getParentBus() |
BaseAclfBus<?,?> |
AclfBranchImpl.getToAclfBus() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
AclfLoadImpl.basicSetParentBus(BaseAclfBus<?,?> newParentBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AclfGenImpl.basicSetParentBus(BaseAclfBus<?,?> newParentBus,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AclfLoadImpl.setParentBus(BaseAclfBus<?,?> newParentBus) |
void |
AclfGenImpl.setParentBus(BaseAclfBus<?,?> newParentBus) |
| Modifier and Type | Method and Description |
|---|---|
BaseAclfBus<?,?> |
AreaInterchangeControl.getSwingBus()
get swing bus
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaInterchangeControl.setSwingBus(BaseAclfBus<?,?> bus)
set swing bus for the control
|
| Modifier and Type | Method and Description |
|---|---|
BaseAclfBus<?,?> |
AreaInterchangeControlImpl.getSwingBus() |
| Modifier and Type | Method and Description |
|---|---|
void |
AreaInterchangeControlImpl.setBus(BaseAclfBus<?,?> newBus)
This is specialized for the more specific type known in this context.
|
void |
AreaInterchangeControlImpl.setSwingBus(BaseAclfBus<?,?> bus) |
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AclfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AclfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AcscBus
A representation of the model object 'Bus'.
|
interface |
BaseAcscBus<TGen extends AcscGen,TLoad extends AcscLoad>
A representation of the model object 'Bus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcscBusImpl
An implementation of the model object 'Bus'.
|
class |
BaseAcscBusImpl<TGen extends AcscGen,TLoad extends AcscLoad>
An implementation of the model object 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
AcscSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
AcscSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
double |
LossCalBusWalker.totalInFlow(BaseAclfBus<?,?> bus)
Total power flow into the bus (flow path direction) = gen power - sum(branch outOf flow)
|
double |
LossCalBusWalker.totalOutFlow(BaseAclfBus<?,?> bus)
total power flow out of the bus (flow path direction) = sum(branch into flow) + load power + swing bus P
|
| Modifier and Type | Field and Description |
|---|---|
BaseAclfBus<?,?> |
Mismatch.maxPBus |
BaseAclfBus<?,?> |
Mismatch.maxQBus |
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<BaseAclfBus<?,?>,AclfCapacitorBus> |
AclfFunction.capacitorBusAptr
Capacitor bus adapter function CapacitorBusAdapter = f(AclfBus)
|
static java.util.function.Function<BaseAclfBus<?,?>,AclfGenBusAdapter> |
AclfFunction.genBusAptr
Gen bus adapter function GenBusAdapter = f(AclfBus)
|
static java.util.function.Function<BaseAclfBus<?,?>,AclfLoadBusAdapter> |
AclfFunction.loadBusAptr
Load bus adapter function LoadBusAdapter = f(AclfBus)
|
static java.util.function.Function<BaseAclfBus<?,?>,AclfPQGenBus> |
AclfFunction.pqBusAptr
PQBus bus adapter function PQBusAdapter = f(AclfBus)
|
static java.util.function.Function<BaseAclfBus<?,?>,AclfPVGenBus> |
AclfFunction.pvBusAptr
PVGen bus adapter function PVBusAdapter = f(AclfBus)
|
static java.util.function.Function<BaseAclfBus<?,?>,AclfSwingBus> |
AclfFunction.swingBusAptr
Swing bus adapter function SwingBusAdapter = f(AclfBus)
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
AclfFunction.getBusIdList(java.util.List<BaseAclfBus<?,?>> busList) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseDStabBus<TGen extends DStabGen,TLoad extends DStabLoad>
A representation of the model object 'DStab Bus'.
|
interface |
DStabBus
A representation of the model object 'DStab Bus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dynamic3PBus
A representation of the model object 'DStab3 PBus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dynamic3PBusImpl
An implementation of the model object 'DStab3 PBus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
Dynamic3PhaseSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
Dynamic3PhaseSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<?,?>> |
DStabHvdcSwitch.caseBaseHvdcLine2TVSC(BaseHvdcLine2TVSC<TBus> object)
Returns the result of interpreting the object as an instance of 'Base Hvdc Line2 TVSC'.
|
<TBus extends BaseAclfBus<?,?>> |
DStabHvdcSwitch.caseBaseVSCConverter(BaseVSCConverter<TBus> object)
Returns the result of interpreting the object as an instance of 'Base VSC Converter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDStabBusImpl<TGen extends DStabGen,TLoad extends DStabLoad>
An implementation of the model object 'DStab Bus'.
|
class |
DStabBusImpl
An implementation of the model object 'DStab Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
DstabSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
DstabSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseOpfBus
A representation of the model object 'Base Opf Bus'.
|
interface |
BaseOpfGenBus
A representation of the model object 'Base Opf Gen Bus'.
|
interface |
OpfBus
A representation of the model object 'Bus'.
|
interface |
OpfGenBus
A representation of the model object 'Gen Bus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DclfOpfBus
A representation of the model object 'Bus'.
|
interface |
DclfOpfGenBus
A representation of the model object 'Gen Bus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DclfOpfBusImpl
An implementation of the model object 'Bus'.
|
class |
DclfOpfGenBusImpl
An implementation of the model object 'Gen Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
DclfOpfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
DclfOpfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOpfBusImpl
An implementation of the model object 'Base Opf Bus'.
|
class |
OpfBusImpl
An implementation of the model object 'Bus'.
|
class |
OpfGenBusImpl
An implementation of the model object 'Gen Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends BaseAclfBus<? extends AclfGen,? extends AclfLoad>,TBranch extends AclfBranch> |
OpfSwitch.caseBaseAclfNetwork(BaseAclfNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Network'.
|
| Modifier and Type | Method and Description |
|---|---|
<TGen extends AclfGen,TLoad extends AclfLoad> |
OpfSwitch.caseBaseAclfBus(BaseAclfBus<TGen,TLoad> object)
Returns the result of interpreting the object as an instance of 'Base Aclf Bus'.
|