Package jline.lib.butools.mam
Enum MG1Method
-
-
Method Summary
Modifier and Type Method Description final MG1MethodvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<MG1Method>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<MG1Method>getEntries()Method for solving M/G/1 type matrix equation. -
-
Method Detail
-
valueOf
final MG1Method valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<MG1Method> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<MG1Method> getEntries()
Method for solving M/G/1 type matrix equation.
-
-
-
-