Package | Description |
---|---|
bpsim | |
bpsim.impl |
Modifier and Type | Field and Description |
---|---|
static List<TimeUnit> |
TimeUnit.VALUES
A public read-only list of all the 'Time Unit' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TimeUnit |
TimeUnit.get(int value)
Returns the 'Time Unit' literal with the specified integer value
|
static TimeUnit |
TimeUnit.get(String literal)
Returns the 'Time Unit' literal with the specified literal value
|
TimeUnit |
ScenarioParameters.getBaseTimeUnit()
Returns the value of the 'Base Time Unit' attribute.
|
static TimeUnit |
TimeUnit.getByName(String name)
Returns the 'Time Unit' literal with the specified name
|
TimeUnit |
NumericParameterType.getTimeUnit()
Returns the value of the 'Time Unit' attribute.
|
TimeUnit |
FloatingParameterType.getTimeUnit()
Returns the value of the 'Time Unit' attribute.
|
TimeUnit |
DistributionParameter.getTimeUnit()
Returns the value of the 'Time Unit' attribute.
|
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScenarioParameters.setBaseTimeUnit(TimeUnit value)
Sets the value of the '
Base Time Unit ' attribute |
void |
NumericParameterType.setTimeUnit(TimeUnit value)
Sets the value of the '
Time Unit ' attribute |
void |
FloatingParameterType.setTimeUnit(TimeUnit value)
Sets the value of the '
Time Unit ' attribute |
void |
DistributionParameter.setTimeUnit(TimeUnit value)
Sets the value of the '
Time Unit ' attribute |
Modifier and Type | Field and Description |
---|---|
protected static TimeUnit |
ScenarioParametersImpl.BASE_TIME_UNIT_EDEFAULT
The default value of the '
Base Time Unit ' attribute |
protected TimeUnit |
ScenarioParametersImpl.baseTimeUnit
The cached value of the '
Base Time Unit ' attribute |
protected static TimeUnit |
NumericParameterTypeImpl.TIME_UNIT_EDEFAULT
The default value of the '
Time Unit ' attribute |
protected static TimeUnit |
FloatingParameterTypeImpl.TIME_UNIT_EDEFAULT
The default value of the '
Time Unit ' attribute |
protected static TimeUnit |
DistributionParameterImpl.TIME_UNIT_EDEFAULT
The default value of the '
Time Unit ' attribute |
protected TimeUnit |
NumericParameterTypeImpl.timeUnit
The cached value of the '
Time Unit ' attribute |
protected TimeUnit |
FloatingParameterTypeImpl.timeUnit
The cached value of the '
Time Unit ' attribute |
protected TimeUnit |
DistributionParameterImpl.timeUnit
The cached value of the '
Time Unit ' attribute |
Modifier and Type | Method and Description |
---|---|
TimeUnit |
BpsimFactoryImpl.createTimeUnitFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
TimeUnit |
BpsimFactoryImpl.createTimeUnitObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
TimeUnit |
ScenarioParametersImpl.getBaseTimeUnit() |
TimeUnit |
NumericParameterTypeImpl.getTimeUnit() |
TimeUnit |
FloatingParameterTypeImpl.getTimeUnit() |
TimeUnit |
DistributionParameterImpl.getTimeUnit() |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioParametersImpl.setBaseTimeUnit(TimeUnit newBaseTimeUnit) |
void |
NumericParameterTypeImpl.setTimeUnit(TimeUnit newTimeUnit) |
void |
FloatingParameterTypeImpl.setTimeUnit(TimeUnit newTimeUnit) |
void |
DistributionParameterImpl.setTimeUnit(TimeUnit newTimeUnit) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.