Modifier and Type | Method and Description |
---|---|
static PVBusLimit |
AclfAdjustObjectFactory.createPVBusLimit()
Create a PVBusLimit object
|
static PVBusLimit |
AclfAdjustObjectFactory.createPVBusLimit(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus)
create a PVBusLimit base on the aclf bus.
|
Modifier and Type | Method and Description |
---|---|
PVBusLimit |
IAclfBusAdjustment.getPVBusLimit()
get the PV Limit adjustment object
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteQBus
A representation of the model object 'Remote QBus'.
|
interface |
RemoteQControlGroup
A representation of the model object 'Remote QControl Group'.
|
interface |
SwitchedShunt
A representation of the model object 'Switched Shunt'.
|
Modifier and Type | Method and Description |
---|---|
PVBusLimit |
AclfAdjustFactory.createPVBusLimit()
Returns a new object of class 'PV Bus Limit'.
|
Modifier and Type | Class and Description |
---|---|
class |
PVBusLimitImpl
An implementation of the model object 'PV Bus Limit'.
|
class |
RemoteQBusImpl
An implementation of the model object 'Remote QBus'.
|
class |
RemoteQControlGroupImpl
An implementation of the model object 'Remote QControl Group'.
|
class |
SwitchedShuntImpl |
Modifier and Type | Method and Description |
---|---|
PVBusLimit |
AclfAdjustFactoryImpl.createPVBusLimit() |
Modifier and Type | Method and Description |
---|---|
T |
AclfAdjustSwitch.casePVBusLimit(PVBusLimit object)
Returns the result of interpreting the object as an instance of 'PV Bus Limit'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StaticVarCompensator
A representation of the model object 'Switch Cap Bank'.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticVarCompensatorImpl
An implementation of the model object 'Switch Cap Bank'.
|
Modifier and Type | Method and Description |
---|---|
T |
FACTSSwitch.casePVBusLimit(PVBusLimit object)
Returns the result of interpreting the object as an instance of 'PV Bus Limit'.
|
Modifier and Type | Method and Description |
---|---|
PVBusLimit |
BaseAclfBusImpl.getPVBusLimit() |
Modifier and Type | Method and Description |
---|---|
static PVBusLimit |
AclfAdjInputUtilFunc.addPVBusLimitTo(AclfNetwork adjNet,
java.lang.String busId,
double vSpec,
Unit.UnitType vUnit,
double qMax,
double qMin,
Unit.UnitType qUnit)
Add PV Bus control
|
Modifier and Type | Method and Description |
---|---|
static PVBusLimit |
PVBusLimitState.create(BaseAclfBus<?,?> bus) |
static PVBusLimit |
PVBusLimitState.create(PVBusLimitState bean,
BaseAclfBus<?,?> bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
PVBusLimitState.map2EObject(PVBusLimit eObj) |
static void |
PVBusLimitState.readData(com.hazelcast.nio.ObjectDataInput in,
PVBusLimit eObj) |
static void |
PVBusLimitState.writeData(com.hazelcast.nio.ObjectDataOutput out,
PVBusLimit eObj) |
Constructor and Description |
---|
PVBusLimitState(PVBusLimit eObj) |