| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.aclf.adj | |
| com.interpss.core.aclf.adj.impl |
| Modifier and Type | Method and Description |
|---|---|
static StaticVarCompensator |
CoreObjectFactory.createStaticVarCompensator(AclfBus bus,
VarCompensationMode mode)
Create a StaticVarCompensator object
|
static StaticVarCompensator |
CoreObjectFactory.createStaticVarCompensator(AclfBus bus,
VarCompensationMode mode,
java.lang.String remoteId)
Create a StaticVarCompensator object
|
static SwitchedShunt |
CoreObjectFactory.createSwitchedShunt(AclfBus bus,
VarCompensationMode mode)
Create a SwitchedShunt object
|
static SwitchedShunt |
CoreObjectFactory.createSwitchedShunt(AclfBus bus,
VarCompensationMode mode,
java.lang.String remoteId)
Create a SwitchedShunt object
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<VarCompensationMode> |
VarCompensationMode.VALUES
A public read-only list of all the 'Var Compensation Mode' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static VarCompensationMode |
VarCompensationMode.get(int value)
Returns the 'Var Compensation Mode' literal with the specified integer value.
|
static VarCompensationMode |
VarCompensationMode.get(java.lang.String literal)
Returns the 'Var Compensation Mode' literal with the specified literal value.
|
static VarCompensationMode |
VarCompensationMode.getByName(java.lang.String name)
Returns the 'Var Compensation Mode' literal with the specified name.
|
VarCompensationMode |
SwitchedShunt.getControlMode()
Returns the value of the 'Control Mode' attribute.
|
static VarCompensationMode |
VarCompensationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VarCompensationMode[] |
VarCompensationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchedShunt.setControlMode(VarCompensationMode value)
Sets the value of the '
Control Mode' attribute. |
| Modifier and Type | Method and Description |
|---|---|
VarCompensationMode |
AclfAdjustFactoryImpl.createVarCompensationModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
VarCompensationMode |
SwitchedShuntImpl.getControlMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchedShuntImpl.setControlMode(VarCompensationMode newControlMode) |