Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.adj | |
com.interpss.core.aclf.adj.impl |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type)
Create a StaticVarCompensator object
|
static java.util.Optional<StaticVarCompensator> |
AclfAdjustObjectFactory.createStaticVarCompensator(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type,
java.lang.String remoteId)
Create a StaticVarCompensator object
|
static java.util.Optional<SwitchedShunt> |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type)
Create a SwitchedShunt object
|
static java.util.Optional<SwitchedShunt> |
AclfAdjustObjectFactory.createSwitchedShunt(BaseAclfBus<? extends AclfGen,? extends AclfLoad> bus,
AclfAdjustControlMode mode,
AclfAdjustControlType type,
java.lang.String remoteId)
Create a SwitchedShunt object
|
Modifier and Type | Field and Description |
---|---|
static java.util.List<AclfAdjustControlMode> |
AclfAdjustControlMode.VALUES
A public read-only list of all the 'Control Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AclfAdjustControlMode |
AclfAdjustControlMode.get(int value)
Returns the 'Control Mode' literal with the specified integer value.
|
static AclfAdjustControlMode |
AclfAdjustControlMode.get(java.lang.String literal)
Returns the 'Control Mode' literal with the specified literal value.
|
static AclfAdjustControlMode |
AclfAdjustControlMode.getByName(java.lang.String name)
Returns the 'Control Mode' literal with the specified name.
|
AclfAdjustControlMode |
BaseBusBranchControl.getControlMode()
Returns the value of the 'Control Mode' attribute.
|
static AclfAdjustControlMode |
AclfAdjustControlMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfAdjustControlMode[] |
AclfAdjustControlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseBusBranchControl.setControlMode(AclfAdjustControlMode value)
Sets the value of the '
Control Mode ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static AclfAdjustControlMode |
BaseBusBranchControlImpl.CONTROL_MODE_EDEFAULT
The default value of the '
Control Mode ' attribute. |
protected AclfAdjustControlMode |
BaseBusBranchControlImpl.controlMode
The cached value of the '
Control Mode ' attribute. |
Modifier and Type | Method and Description |
---|---|
AclfAdjustControlMode |
AclfAdjustFactoryImpl.createAclfAdjustControlModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AclfAdjustControlMode |
BaseBusBranchControlImpl.getControlMode() |
Modifier and Type | Method and Description |
---|---|
void |
BaseBusBranchControlImpl.setControlMode(AclfAdjustControlMode newControlMode) |