| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.modify | |
| com.interpss.simu.multicase.modify.impl |
| 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
|
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 | Field and Description |
|---|---|
static java.util.List<ValueChangeType> |
ValueChangeType.VALUES
A public read-only list of all the 'Value Change Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueChangeType |
ValueChangeType.get(int value)
Returns the 'Value Change Type' literal with the specified integer value.
|
static ValueChangeType |
ValueChangeType.get(java.lang.String literal)
Returns the 'Value Change Type' literal with the specified literal value.
|
static ValueChangeType |
ValueChangeType.getByName(java.lang.String name)
Returns the 'Value Change Type' literal with the specified name.
|
ValueChangeType |
BaseValueChange.getChangeType()
Returns the value of the 'Change Type' attribute.
|
static ValueChangeType |
ValueChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueChangeType[] |
ValueChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseValueChange.setChangeType(ValueChangeType value)
Sets the value of the '
Change Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ValueChangeType |
MCaseModifyFactoryImpl.createValueChangeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ValueChangeType |
BaseValueChangeImpl.getChangeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseValueChangeImpl.setChangeType(ValueChangeType newChangeType) |