Uses of Class
bpsim.TimeUnit
-
Packages that use TimeUnit Package Description bpsim bpsim.impl -
-
Uses of TimeUnit in bpsim
Fields in bpsim with type parameters of type TimeUnit Modifier and Type Field Description static List<TimeUnit>TimeUnit. VALUESA public read-only list of all the 'Time Unit' enumerators.Methods in bpsim that return TimeUnit Modifier and Type Method Description static TimeUnitTimeUnit. get(int value)Returns the 'Time Unit' literal with the specified integer value.static TimeUnitTimeUnit. get(String literal)Returns the 'Time Unit' literal with the specified literal value.TimeUnitScenarioParameters. getBaseTimeUnit()Returns the value of the 'Base Time Unit' attribute.static TimeUnitTimeUnit. getByName(String name)Returns the 'Time Unit' literal with the specified name.TimeUnitDistributionParameter. getTimeUnit()Returns the value of the 'Time Unit' attribute.TimeUnitFloatingParameterType. getTimeUnit()Returns the value of the 'Time Unit' attribute.TimeUnitNumericParameterType. getTimeUnit()Returns the value of the 'Time Unit' attribute.static TimeUnitTimeUnit. 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 Modifier and Type Method Description voidScenarioParameters. setBaseTimeUnit(TimeUnit value)Sets the value of the 'Base Time Unit' attribute.voidDistributionParameter. setTimeUnit(TimeUnit value)Sets the value of the 'Time Unit' attribute.voidFloatingParameterType. setTimeUnit(TimeUnit value)Sets the value of the 'Time Unit' attribute.voidNumericParameterType. setTimeUnit(TimeUnit value)Sets the value of the 'Time Unit' attribute. -
Uses of TimeUnit in bpsim.impl
Fields in bpsim.impl declared as TimeUnit Modifier and Type Field Description protected static TimeUnitScenarioParametersImpl. BASE_TIME_UNIT_EDEFAULTThe default value of the 'Base Time Unit' attribute.protected TimeUnitScenarioParametersImpl. baseTimeUnitThe cached value of the 'Base Time Unit' attribute.protected static TimeUnitDistributionParameterImpl. TIME_UNIT_EDEFAULTThe default value of the 'Time Unit' attribute.protected static TimeUnitFloatingParameterTypeImpl. TIME_UNIT_EDEFAULTThe default value of the 'Time Unit' attribute.protected static TimeUnitNumericParameterTypeImpl. TIME_UNIT_EDEFAULTThe default value of the 'Time Unit' attribute.protected TimeUnitDistributionParameterImpl. timeUnitThe cached value of the 'Time Unit' attribute.protected TimeUnitFloatingParameterTypeImpl. timeUnitThe cached value of the 'Time Unit' attribute.protected TimeUnitNumericParameterTypeImpl. timeUnitThe cached value of the 'Time Unit' attribute.Methods in bpsim.impl that return TimeUnit Modifier and Type Method Description TimeUnitBpsimFactoryImpl. createTimeUnitFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)TimeUnitBpsimFactoryImpl. createTimeUnitObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)TimeUnitScenarioParametersImpl. getBaseTimeUnit()TimeUnitDistributionParameterImpl. getTimeUnit()TimeUnitFloatingParameterTypeImpl. getTimeUnit()TimeUnitNumericParameterTypeImpl. getTimeUnit()Methods in bpsim.impl with parameters of type TimeUnit Modifier and Type Method Description voidScenarioParametersImpl. setBaseTimeUnit(TimeUnit newBaseTimeUnit)voidDistributionParameterImpl. setTimeUnit(TimeUnit newTimeUnit)voidFloatingParameterTypeImpl. setTimeUnit(TimeUnit newTimeUnit)voidNumericParameterTypeImpl. setTimeUnit(TimeUnit newTimeUnit)
-