|
jBPM :: BPMN2 EMF Extension Model 6.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeUnit | |
|---|---|
| bpsim | |
| bpsim.impl | |
| Uses of TimeUnit in bpsim |
|---|
| Fields in bpsim with type parameters of type TimeUnit | |
|---|---|
static List<TimeUnit> |
TimeUnit.VALUES
A public read-only list of all the 'Time Unit' enumerators |
| Methods in bpsim that return TimeUnit | |
|---|---|
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. |
| Methods in bpsim with parameters of type TimeUnit | |
|---|---|
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 |
| Uses of TimeUnit in bpsim.impl |
|---|
| Fields in bpsim.impl declared as TimeUnit | |
|---|---|
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 |
DistributionParameterImpl.TIME_UNIT_EDEFAULT
The default value of the ' 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 TimeUnit |
DistributionParameterImpl.timeUnit
The cached 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 |
| Methods in bpsim.impl that return TimeUnit | |
|---|---|
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 |
DistributionParameterImpl.getTimeUnit()
|
TimeUnit |
NumericParameterTypeImpl.getTimeUnit()
|
TimeUnit |
FloatingParameterTypeImpl.getTimeUnit()
|
| Methods in bpsim.impl with parameters of type TimeUnit | |
|---|---|
void |
ScenarioParametersImpl.setBaseTimeUnit(TimeUnit newBaseTimeUnit)
|
void |
DistributionParameterImpl.setTimeUnit(TimeUnit newTimeUnit)
|
void |
NumericParameterTypeImpl.setTimeUnit(TimeUnit newTimeUnit)
|
void |
FloatingParameterTypeImpl.setTimeUnit(TimeUnit newTimeUnit)
|
|
jBPM :: BPMN2 EMF Extension Model 6.2.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||