| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.modify | |
| com.interpss.simu.multicase.modify.impl | |
| com.interpss.simu.multicase.modify.util | |
| com.interpss.simu.util |
| Modifier and Type | Method and Description |
|---|---|
static ComplexValueChange |
SimuObjectFactory.creteComplexValueChange(ValueChangeType ctype,
org.apache.commons.math3.complex.Complex value,
Unit.UnitType unit)
create a complex value change object
|
static ComplexValueChange |
SimuObjectFactory.creteComplexValueChangePercent(ValueChangeType ctype,
double percent,
Unit.UnitType unit)
create a complex value change in percent object
|
| Modifier and Type | Method and Description |
|---|---|
ComplexValueChange |
MCaseModifyFactory.createComplexValueChange()
Returns a new object of class 'Complex Value Change'.
|
ComplexValueChange |
BusLoadChange.getChangeValue()
Returns the value of the 'Change Value' containment reference.
|
ComplexValueChange |
BranchModification.getZChange()
Returns the value of the 'ZChange' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusLoadChange.setChangeValue(ComplexValueChange value)
Sets the value of the '
Change Value' containment reference. |
void |
BranchModification.setZChange(ComplexValueChange value)
Sets the value of the '
ZChange' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexValueChangeImpl
An implementation of the model object 'Complex Value Change'.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexValueChange |
MCaseModifyFactoryImpl.createComplexValueChange() |
ComplexValueChange |
BusLoadChangeImpl.getChangeValue() |
ComplexValueChange |
BranchModificationImpl.getZChange() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
BusLoadChangeImpl.basicSetChangeValue(ComplexValueChange newChangeValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BranchModificationImpl.basicSetZChange(ComplexValueChange newZChange,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BusLoadChangeImpl.setChangeValue(ComplexValueChange newChangeValue) |
void |
BranchModificationImpl.setZChange(ComplexValueChange newZChange) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseModifySwitch.caseComplexValueChange(ComplexValueChange object)
Returns the result of interpreting the object as an instance of 'Complex Value Change'.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex |
ModifyUtilFunc.applyComplexValueChange(org.apache.commons.math3.complex.Complex original,
ComplexValueChange change,
ModifyUtilFunc.ComplexValueType vtype,
double baseKva,
double busBaseVolt) |