Modifier and Type | Method and Description |
---|---|
static TapControl |
AclfAdjustObjectFactory.createTapControl()
Create a TapVControl object.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<TapControl> |
AclfAdjustObjectFactory.createTapControl(AclfBranch branch)
Create a TapVControl object to control xfr Mvar flow.
|
static java.util.Optional<TapControl> |
AclfAdjustObjectFactory.createTapVControlBusVoltage(AclfBranch branch,
AclfAdjustControlType cType,
BaseAclfNetwork<?,?> net,
java.lang.String vcBusId)
Create a TapVControl object to control bus voltage.
|
static java.util.Optional<TapControl> |
AclfAdjustObjectFactory.createTapVControlMvarFlow(AclfBranch branch,
AclfAdjustControlType cType)
Create a TapVControl object to control xfr Mvar flow.
|
Modifier and Type | Method and Description |
---|---|
TapControl |
IAclfBranchAdjustment.getTapControl()
get branch TapControl object
|
Modifier and Type | Method and Description |
---|---|
TapControl |
AclfAdjustFactory.createTapControl()
Returns a new object of class 'Tap Control'.
|
Modifier and Type | Class and Description |
---|---|
class |
TapControlImpl
An implementation of the model object 'Tap VControl'.
|
Modifier and Type | Method and Description |
---|---|
TapControl |
AclfAdjustFactoryImpl.createTapControl() |
Modifier and Type | Method and Description |
---|---|
T |
AclfAdjustSwitch.caseTapControl(TapControl object)
Returns the result of interpreting the object as an instance of 'Tap Control'.
|
Modifier and Type | Method and Description |
---|---|
TapControl |
AclfBranchImpl.getTapControl() |
Modifier and Type | Method and Description |
---|---|
static TapControl |
AclfAdjInputUtilFunc.addTapControlMvarFlowTo(AclfNetwork adjNet,
java.lang.String fromId,
java.lang.String toId,
boolean flowFrom2To,
boolean mvarSpecOnFromSide,
double mvaSpec,
Unit.UnitType mvaUnit,
double tapMax,
double tapMin,
boolean tapOnFromSide,
int steps)
Add Xfr Tap Control for branch mvar flow
|
static TapControl |
AclfAdjInputUtilFunc.addTapControlVoltageTo(AclfNetwork adjNet,
java.lang.String fromId,
java.lang.String toId,
java.lang.String vcBusId,
boolean vcBusOnFromSide,
double vSpec,
Unit.UnitType vUnit,
double tapMax,
double tapMin,
boolean tapOnFromSide,
int steps)
Add Xfr branch tap control for bus voltage
|
Modifier and Type | Method and Description |
---|---|
static TapControl |
TapControlState.create(AclfBranch branch) |
static TapControl |
TapControlState.create(TapControlState bean,
AclfBranch branch) |
Modifier and Type | Method and Description |
---|---|
protected void |
TapControlState.map2EObject(TapControl eObj) |
static void |
TapControlState.readData(com.hazelcast.nio.ObjectDataInput in,
TapControl eObj) |
void |
TapControlState.updateEObject(TapControl eObj) |
static void |
TapControlState.writeData(com.hazelcast.nio.ObjectDataOutput out,
TapControl eObj) |
Constructor and Description |
---|
TapControlState(TapControl eObj) |