Package | Description |
---|---|
com.interpss.core.aclf | |
com.interpss.core.aclf.impl | |
com.interpss.simu.multicase.modify | |
com.interpss.simu.multicase.modify.impl | |
com.interpss.simu.util.input |
Modifier and Type | Field and Description |
---|---|
static java.util.List<AclfLoadCode> |
AclfLoadCode.VALUES
A public read-only list of all the 'Load Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AclfLoadCode |
AclfLoadCode.get(int value)
Returns the 'Load Code' literal with the specified integer value.
|
static AclfLoadCode |
AclfLoadCode.get(java.lang.String literal)
Returns the 'Load Code' literal with the specified literal value.
|
static AclfLoadCode |
AclfLoadCode.getByName(java.lang.String name)
Returns the 'Load Code' literal with the specified name.
|
AclfLoadCode |
AclfLoad.getCode()
Returns the value of the 'Code' attribute.
|
AclfLoadCode |
BaseAclfBus.getLoadCode()
Returns the value of the 'Load Code' attribute.
|
static AclfLoadCode |
AclfLoadCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfLoadCode[] |
AclfLoadCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AclfLoad.setCode(AclfLoadCode value)
Sets the value of the '
Code ' attribute. |
void |
BaseAclfBus.setLoadCode(AclfLoadCode value)
Sets the value of the '
Load Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected AclfLoadCode |
AclfLoadImpl.code
The cached value of the '
Code ' attribute. |
protected static AclfLoadCode |
AclfLoadImpl.CODE_EDEFAULT
The default value of the '
Code ' attribute. |
protected static AclfLoadCode |
BaseAclfBusImpl.LOAD_CODE_EDEFAULT
The default value of the '
Load Code ' attribute. |
protected AclfLoadCode |
BaseAclfBusImpl.loadCode
The cached value of the '
Load Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
AclfLoadCode |
AclfFactoryImpl.createAclfLoadCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AclfLoadCode |
AclfLoadImpl.getCode() |
AclfLoadCode |
BaseAclfBusImpl.getLoadCode() |
Modifier and Type | Method and Description |
---|---|
void |
AclfLoadImpl.setCode(AclfLoadCode newCode) |
void |
BaseAclfBusImpl.setLoadCode(AclfLoadCode newLoadCode) |
Modifier and Type | Method and Description |
---|---|
AclfLoadCode |
BusLoadCodeChange.getToCode()
Returns the value of the 'To Code' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
BusLoadCodeChange.setToCode(AclfLoadCode value)
Sets the value of the '
To Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static AclfLoadCode |
BusLoadCodeChangeImpl.TO_CODE_EDEFAULT
The default value of the '
To Code ' attribute. |
protected AclfLoadCode |
BusLoadCodeChangeImpl.toCode
The cached value of the '
To Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
AclfLoadCode |
BusLoadCodeChangeImpl.getToCode() |
Modifier and Type | Method and Description |
---|---|
void |
BusLoadCodeChangeImpl.setToCode(AclfLoadCode newToCode) |
Modifier and Type | Method and Description |
---|---|
static AclfBus |
AclfInputUtilFunc.addLoadBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
AclfLoadCode code,
double p,
double q,
Unit.UnitType pUnit)
Add a load bus to the network
|
static void |
AclfInputUtilFunc.setLoadBusData(BaseAclfBus<?,?> bus,
double baseV,
AclfLoadCode code,
double p,
double q,
Unit.UnitType pUnit) |