| 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 DoubleValueChange |
SimuObjectFactory.creteDoubleValueChange(ValueChangeType ctype,
double value,
Unit.UnitType unit)
create a double value change object
|
static DoubleValueChange |
SimuObjectFactory.creteDoubleValueChangePercent(ValueChangeType ctype,
double percent,
Unit.UnitType unit)
create a double value change in percent object
|
| Modifier and Type | Method and Description |
|---|---|
DoubleValueChange |
MCaseModifyFactory.createDoubleValueChange()
Returns a new object of class 'Double Value Change'.
|
DoubleValueChange |
BranchRatingChange.getChaneValue()
Returns the value of the 'Chane Value' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BranchRatingChange.setChaneValue(DoubleValueChange value)
Sets the value of the '
Chane Value' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleValueChangeImpl
An implementation of the model object 'Double Value Change'.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleValueChange |
MCaseModifyFactoryImpl.createDoubleValueChange() |
DoubleValueChange |
BranchRatingChangeImpl.getChaneValue() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
BranchRatingChangeImpl.basicSetChaneValue(DoubleValueChange newChaneValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BranchRatingChangeImpl.setChaneValue(DoubleValueChange newChaneValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseModifySwitch.caseDoubleValueChange(DoubleValueChange object)
Returns the result of interpreting the object as an instance of 'Double Value Change'.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
ModifyUtilFunc.applyDoubleValueChange(double original,
DoubleValueChange change,
ModifyUtilFunc.DoubleValueType ptype,
double busBaseVolt) |