| Modifier and Type | Method and Description |
|---|---|
static TapControl |
CoreObjectFactory.createTapControl()
Create a TapVControl object.
|
static TapControl |
CoreObjectFactory.createTapControl(AclfBranch branch)
Create a TapVControl object to control xfr Mvar flow.
|
static TapControl |
CoreObjectFactory.createTapVControlBusVoltage(AclfBranch branch,
AdjControlType cType,
BaseAclfNetwork<?,?> net,
java.lang.String vcBusId)
Create a TapVControl object to control bus voltage.
|
static TapControl |
CoreObjectFactory.createTapVControlMvarFlow(AclfBranch branch,
AdjControlType 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 |
|---|---|
org.eclipse.emf.common.util.EList<TapControl> |
BaseAclfNetwork.getTapControlList()
Returns the value of the 'Tap Control List' reference list.
|
| 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 |
|---|---|
org.eclipse.emf.common.util.EList<TapControl> |
BaseAclfNetworkImpl.getTapControlList() |
| 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
|